niko

知行合一

致良知
x
email

VPS Comprehensive Testing

  1. Fusion Monster
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

or

bash <(wget -qO- bash.spiritlhl.net/ecs)
  1. LemonBench
    Check VPS basic information, network, media streaming unlocking, routing, etc.
wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast
  1. UnixBench.sh

A work by Qiushui Yibing, Unixbench's main test items include: system calls, read/write, processes, graphical tests, 2D, 3D, pipelines, calculations, C libraries, and other system benchmark performance test data.

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && ./unixbench.sh
  1. Bench Network bandwidth and disk read/write speed:

    Part of overseas + part of domestic nodes

wget -qO- bench.sh | bash
  1. SuperBench.sh Network bandwidth and disk read/write speed:
    The SuperBench script is based on the bench.sh script by Oldking, adding features such as independent server power-on time detection, server virtualization architecture, TCP congestion control, etc.
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
  1. YABS Performance testing script:
    A comprehensive script that can be used to test multiple aspects of VPS performance, including configuration information, disk IO testing, network bandwidth testing, and Geekbench testing.
curl -sL yabs.sh | bash
  1. Geekbench 5 Special test script:
bash <(curl -sL gb5.top)
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.