yabs提供跳过测试选项,可以-i选项就行了
- curl -sL yabs.sh | bash -s — -{fdighr49}
- * -f/-d this option disables the fio (disk performance) test
- * -i this option disables the iperf (network performance) test
- * -g this option disables the Geekbench (system performance) test
- * -h this option prints the help message with usage, flags detected, and local package (fio/iperf) status
- * -r this option reduces the number of iperf locations (Online.net/Clouvider LON+NYC) to lessen bandwidth usage
- * -4 this option overrides the Geekbench 5 performance test and runs a Geekbench 4 test instead
- * -9 this option runs the Geekbench 4 test in addition to the Geekbench 5 test
- Options can be grouped together to skip multiple tests, i.e. -fg to skip the disk and system performance tests (effectively only testing network performance).
复制代码
|