04-06-2020, 07:19 AM
@Nihilist Moved thread to VPS Support section as logical place where @"Hidden Refuge" will look if he should return to the Forum. @sohamb03s also an expert on the Benchmark Test.
However, your problem is actually a CentOS problem and not a Benchmark problem. I know from experience that wget for some or other reason doesn't come installed with the minimal version of CentOS. You have to install wget first. Like so:
You may then just as well load the following script as well, since it is a prerequisite for creating the I/O Benchmark Test:
Now try @"Hidden Refuge"'s Benchmark Test and it should be working now:
BTW I used the Benchmark Test successfully about 30 minutes ago, and no issue at all. I also use CentOS 7.0.
However, your problem is actually a CentOS problem and not a Benchmark problem. I know from experience that wget for some or other reason doesn't come installed with the minimal version of CentOS. You have to install wget first. Like so:
Code: (Select All)
yum install wget
You may then just as well load the following script as well, since it is a prerequisite for creating the I/O Benchmark Test:
Code: (Select All)
yum install bc
Now try @"Hidden Refuge"'s Benchmark Test and it should be working now:
Code: (Select All)
wget --no-check-certificate https://raw.githubusercontent.com/hidden-refuge/bench-sh-2/master/bench.sh && bash bench.sh -b && rm bench.sh
BTW I used the Benchmark Test successfully about 30 minutes ago, and no issue at all. I also use CentOS 7.0.