Server/VPS Speedtest Script, system info, I/O test and speedtest
curl -sL bench.monster | bash
# Just Global Speedtest
curl -sL bench.monster | bash -s -- -speed
# Benchmark & The US Speedtest
curl -sL bench.monster | bash -s -- -us
# Just the US Speedtest
curl -sL bench.monster | bash -s -- -uss
# Benchmark & Europe Speedtest
curl -sL bench.monster | bash -s -- -eu
# Just Europe Speedtest
curl -sL bench.monster | bash -s -- -eus
# Benchmark & Middle East Speedtest
curl -sL bench.monster | bash -s -- -me
# Just Middle East Speedtest
curl -sL bench.monster | bash -s -- -mes
# Benchmark & India Speedtest
curl -sL bench.monster | bash -s -- -in
# Just India Speedtest
curl -sL bench.monster | bash -s -- -ins
# Benchmark & Asia Speedtest
curl -sL bench.monster | bash -s -- -asia
# Just Asia Speedtest
curl -sL bench.monster | bash -s -- -as
# Benchmark & Australia & New Zealand Speedtest
curl -sL bench.monster | bash -s -- -au
# Just Australia & New Zealand Speedtest
curl -sL bench.monster | bash -s -- -aus
# Benchmark & South America Speedtest
curl -sL bench.monster | bash -s -- -sa
# Just South America Speedtest
curl -sL bench.monster | bash -s -- -sas
Also, instead of curl, you can use wget
wget -qO- bench.monster | bash
curl -sL bench.monster | bash -s --
-Argument
-info
or -i
# System Information
-io
# I/O Test
-gb
# GeekBench CPU Test (based on total RAM)
-gb4
# GeekBench CPU v4 Test
-gb5
# GeekBench CPU v5 Test
-gb6
# GeekBench CPU v6 Test
-all
# System info, I/O & Global Speedtest
-ins
or -inspeed
# Just India Speedtest
-cn
or -china
# System info, I/O & China Speedtest
-cns
or -cnspeed
# Just China Speedtest
-ua
or -ukraine
# System info, I/O & Ukraine Speedtest
-uas
or -uaspeed
# Just Ukraine Speedtest
-ip
# IP info
-a
# Show about
https://github.com/laset-com/speedtest