09-27-2019, 08:49 PM
A brief and general note: If you execute the first full command provided by @sohamb03, that uses a pipe to send the script to bash for execution, you don't need to manually set permission or manually execute the script.
This has a small disadvantage though! This way you can only run the default benchmark mode (system information, IPv4 speed tests and I/O test). You cannot pass parameters to the script when piping it to bash or anything else for execution or further processing. That's why only the default mode will work as it is what is being executed when simply running the script without a parameter.
If you want to use any of the other benchmark mode you have to download the shell script to the server. Setting permission in this case is also not really necessary. Simply use your shell to run the script directly by using the command below (bash shell):
^ This will directly run the script with the given parameter.
@sohamb03 has explained this already after I mentioned it to him in the shoutbox. Just look at this post: https://post4vps.com/Thread-Post4VPS-Ben...6#pid30766
@LightDestory
I started a benchmark cycle on my Insomnia247 Shell and it works. It takes a while due to the rather slow network of the server though.
See yourself: https://termbin.com/ta4x
You probably have to wait longer. That seems to be especially the case when the server you test has a slower connection or a not so good connection to everything far outside of its location (e.g. your server is in France, Europe and has bad connectivity to US and Asia). Like in my results from above.
I and @sohamb03 have been looking through dead speed test links and replaced them all. In addition we and a few other users made several tests to make sure everything works.
This has a small disadvantage though! This way you can only run the default benchmark mode (system information, IPv4 speed tests and I/O test). You cannot pass parameters to the script when piping it to bash or anything else for execution or further processing. That's why only the default mode will work as it is what is being executed when simply running the script without a parameter.
If you want to use any of the other benchmark mode you have to download the shell script to the server. Setting permission in this case is also not really necessary. Simply use your shell to run the script directly by using the command below (bash shell):
Code: (Select All)
bash bench.sh -<parameter>
^ This will directly run the script with the given parameter.
@sohamb03 has explained this already after I mentioned it to him in the shoutbox. Just look at this post: https://post4vps.com/Thread-Post4VPS-Ben...6#pid30766
@LightDestory
I started a benchmark cycle on my Insomnia247 Shell and it works. It takes a while due to the rather slow network of the server though.
See yourself: https://termbin.com/ta4x
You probably have to wait longer. That seems to be especially the case when the server you test has a slower connection or a not so good connection to everything far outside of its location (e.g. your server is in France, Europe and has bad connectivity to US and Asia). Like in my results from above.
I and @sohamb03 have been looking through dead speed test links and replaced them all. In addition we and a few other users made several tests to make sure everything works.
![[Image: zHHqO5Q.png]](https://i.imgur.com/zHHqO5Q.png)