- Joined
- May 3, 2016
- Messages
- 1,622
- Points
- 83
Hello Everyone,
I have seen several members asking for a way to check the performances of their VPS, so I have create a small script to benchmark your vps with a single command.
You can launch it by running the following command as root via ssh.
The output will be :
I will update it in the next few days to measure also CPU performances.
The script is based on bench-sh-2
I have seen several members asking for a way to check the performances of their VPS, so I have create a small script to benchmark your vps with a single command.
You can launch it by running the following command as root via ssh.
Code:
bash <(wget -O - [COLOR=#990073]https:[/COLOR]/[COLOR=#009926]/git.virtubox.net/virtubox[/COLOR][COLOR=#009926]/vps-benchmark/raw[/COLOR][COLOR=#009926]/master/vpsbench[/COLOR].sh)
Code:
System Info
-----------
Processor : Intel(R) Xeon(R) CPU E5-1620 v2 @ 3.70GHz
CPU Cores : 4
Frequency : 3700.000 MHz
Memory : 3951 MB
Swap : MB
Uptime : 6 days, 2:43,
OS : Ubuntu 16.04.1 LTS
Arch : x86_64 (64 Bit)
Kernel : 4.4.0-57-generic
Speedtest (IPv4 only)
---------------------
Location Provider Speed
CDN Cachefly 25,8MB/s
Atlanta, GA, US Coloat 18,6MB/s
Washington, DC, US Softlayer 25,4MB/s
Tokyo, Japan Linode 8,53MB/s
Singapore Softlayer 6,74MB/s
Rotterdam, Netherlands id3.net 79,5MB/s
Haarlem, Netherlands Leaseweb 95,4MB/s
Paris, France OVH 104MB/s
Disk Speed
----------
I/O (1st run) : 277 MB/s
I/O (2nd run) : 242 MB/s
I/O (3rd run) : 284 MB/s
Average I/O : 267.667 MB/s
The script is based on bench-sh-2