04-07-2020, 03:47 AM
@Nihilist You can use the benchmark script without wget as well. Here you'll use cURL:
Thus there isn't any requirement for wget. However, on most systems, when you install some application like a panel, wget also he's downloaded. In case it's a fresh installation, yeah wget isn't there with the OS.
Anyway I'll update with this command on the Post4VPS Benchmarking Script thread for ease of use by everyone.![Smile Smile](https://post4vps.com/images/emoji/smile.png)
@deanhills, well which I/O test are you referring to? The benchmark script one? If so, as far as I remember there's no requirement for any such package. The script runs fine for me on a fresh OS installation.
Regards,
Code: (Select All)
curl -O https://raw.githubusercontent.com/sohamb03/bench-sh/master/bench.sh && bash bench.sh && rm -rf bench.sh
Thus there isn't any requirement for wget. However, on most systems, when you install some application like a panel, wget also he's downloaded. In case it's a fresh installation, yeah wget isn't there with the OS.
Anyway I'll update with this command on the Post4VPS Benchmarking Script thread for ease of use by everyone.
![Smile Smile](https://post4vps.com/images/emoji/smile.png)
@deanhills, well which I/O test are you referring to? The benchmark script one? If so, as far as I remember there's no requirement for any such package. The script runs fine for me on a fresh OS installation.
Regards,