01-10-2021, 12:14 PM
@fChk ... Yeah I had been working on that. If you check the repository it has a file named "disk-speed-beta.sh". This script has the unit conversion fixed, and I'll pull it into the main script when I get a bit of time to do the formatting and a bit more testing. Here's how the output of this script looks on my VPS 9 Atlanta:
Might wanna give it a try and revert with the results. Thanks!
Code: (Select All)
[root@sohamb03 ~]# ./disk*
Testing hard drive write speed.
Pass 1... Pass 2... Pass 3... 671 MB/s
Testing hard drive read speed with caching.
Pass 1... Pass 2... Pass 3... 3.0 GB/s
Testing hard drive read speed without caching.
Pass 1... Pass 2... Pass 3... 1.4 GB/s
Testing cpu speed.
Pass 1... Pass 2... Pass 3... 267 MB/s
Might wanna give it a try and revert with the results. Thanks!