Last update at :2024-01-12,Edit by888u
Some of the commonly used test scripts we have collected have been actually tested and can basically be used normally. Regarding the accuracy of the data produced by the script test, you need to check it yourself and it is for reference only.
The one-click scripts collected on this site are all from the Internet, and we are not responsible for the scripts collected. Please be careful to keep and back up the data. It is recommended to try a few more scripts for testing.
Attachment download test
CacheFly Asia Pacific - 100MB wget -O /dev/null http://cachefly.cachefly.net/100mb.test Online France - 1000MB wget -O /dev/null http://ping.online.net/1000Mo.dat Online Netherlands - 1000MB wget -O /dev/null http://ping-ams1.online.net/1000Mo.datQiushui Yibing hardware information/bandwidth test
Test VPS basic information and download speed from Qiu Shui Yibing: https://bench.sh/
wget -qO- bench.sh | bashLaogui hardware information/bandwidth test
Mainly includes VPS hardware information, node testing in mainland China, China Telecom, China Unicom, China Mobile, from Laogui
wget -qO- git.io/superbench.sh | bashZBench hardware information/bandwidth test
Based on the superbench script, routing and ping tests are added, distinguishing between Chinese and English, Github project: https://github.com/FunctionClub/ZBench
#Chinese Version wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh bash ZBench-CN.sh #English version wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh bash ZBenchMainland China Ping and backhaul routing test
wget https://raw.githubusercontent.com/helloxz/mping/master/mping.sh bashmping.shHardware information and writing test
wget -q https://github.com/Aniverse/A/raw/i/a bash aUpload and download test on three networks in mainland China
Comprehensive upload and download test on three networks in mainland China, GitHub project: https://github.com/sunpma/Speedtest
bash <(curl -Lso- https://git.io/J1SEh) # or bash <(curl -Lso- https://cdn.jsdelivr.net/gh/sunpma/Speedtest/speedtest.sh)Triple network backhaul routing test
bash <(curl -sL mcnb.top/route.sh) # or wget -O route.sh mcnb.top/route.sh bash route.shLemonBench hardware information/streaming media and other comprehensive tests
Basic server information (CPU information/memory information/Swap information/disk space information/network information, etc.), streaming media unlock test (currently supports HBO Now/Animation Crazy/Bilibili Hong Kong, Macao and Taiwan/Bilibili Taiwan limited), system Performance test (CPU/memory/disk), Speedtest network speed test (network speed from local to the nearest source and different lines in various regions in mainland China), route tracing test (tracing routing information to different lines in mainland China and overseas), author: https://blog.ilemonrain.com/linux/LemonBench.html
### Quick test wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s fast # or curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s fast ### Complete test wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s full # or curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s full ### Classification test # Disk test (quick test mode) bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --dtfast # Disk test (full test mode) bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --dtfull # Broadband test (quick test mode) bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --spfast # Broadband test (full test mode) bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --spfull # Traceroute test (quick test mode) bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --trfast # Traceroute test (full test mode) bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --trfull #CPU benchmark (quick test mode) bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --sbcfast # CPU benchmark (full test mode) bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --sbcfull # Memory benchmark test (quick test mode) bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --sbmfast # Memory benchmark (full test mode) bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --sbmfullCPU benchmark test
CPU performance test, it will be slower until the end of the test, please wait patiently for the test to complete
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh chmod +x unixbench.sh ./unixbench.shGeekbench benchmark test
Geekbench 4 and Geekbench 5 benchmark test, Github project: https://github.com/masonr/yet-another-bench-script
# Complete project test curl -sL yabs.sh | bash # Project parameter test ## Add required parameters curl -sL yabs.sh | bash -s -- -{fdighr49} ## Example: (Geekbench 5 test only) curl -sL yabs.sh | bash -s -- -fdi Optional parameter list -f This option disables fio testing -d This option disables disk performance testing -i This option disables network performance testing -g This option will disable the Geekbench system performance test -h This option prints a help message containing usage, detected flags, and local package (fio/iperf) status -r This option reduces the number of iperf locations (Online.net/Clouvider LON+NYC) to reduce bandwidth usage -4 This option overrides the geekbench5 performance test while running the geekbench4 test -9 This option runs the Geekbench 4 test in addition to the Geekbench 5 testSKY-BOX Comprehensive Toolbox
Github project: https://github.com/BlueSkyXN/SKY-BOX
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh chmod +x box.sh clear ./box.sh91yuntest hardware information/bandwidth/hard disk test
The tests include: regular system parameter detection, bandwidth test, IO test and national ping test, download test, routing test, and backhaul routing test. You can copy the code below directly to the machine and use it. By default, an html page will be generated
wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test.sh bash test.sh -i "io,bandwidth,chinabw,download,traceroute,backtraceroute,allping, gotoping"Streaming media unlock test
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)Netflix unblocking test
Github project: https://github.com/sjlleo/netflix-verify
# X86_64 wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 chmod +x nf clear ./nf -method full #ARM64 wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.61/nf_2.61_linux_arm64 chmod +x nf clear ./nfDetect/diagnose Youtube region information
Github project: https://github.com/sjlleo/TubeCheck
# Machines that support IPv4 networks wget -O tubecheck https://github.com/sjlleo/TubeCheck/releases/download/1.0Beta/tubecheck_1.0beta_linux_amd64 chmod +x tubecheck clear ./tubecheck # Machines that support IPv4 or IPv6 networks (general options) wget -O tubecheck https://cdn.jsdelivr.net/gh/sjlleo/TubeCheck/CDN/tubecheck_1.0beta_linux_amd64 chmod +x tubecheck clear ./tubecheckSpeedTest-X Docker
GitHub project: https://github.com/BadApple9/speedtest-x, Docker image: https://hub.docker.com/r/badapple9/speedtest-xhttps://github.com/sjlleo/TubeCheck
# Install Docker curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun # Pull Docker image docker pull badapple9/speedtest-x # Run container docker run -d -p 9001:80 -it badapple9/speedtest-x -d: Start in resident process mode 9001: The default container open port, which can be changed to other ports Environment variables that can be specified at startup: -e WEBPORT=80: Port used within the container -e MAX_LOG_COUNT=100: The maximum number of speed test records that can be saved -e IP_SERVICE=ip.sb: IP operator resolution service used (ip.sb or ipinfo.io) -e SAME_IP_MULTI_LOGS=false: Whether to allow the same IP to record multiple speed test resultsRuisu/BBR one-click script
Other arrangements will be made, thank you for your attention!
Recommended site search: server, search IP, dual-line host rental, filing, Foshan high-defense server, check IP, domain name free registration 0 yuan registration, server hosting, cheap virtual host, cloud host,
发表评论