v3x 大佬有话说 :
有没有测试随机4k io 的方法或脚本?
为了解决多年疑惑,打算自己交学费亲测一下绿云 200G 和 15G 版本的实际性能差别,
主要是想对比他家的HDD 和 SSD 的 io、网速方面的差距
之前用的oldking的一键bench,io 都是8、9百到1G,但是有大佬说这种io测试不是随机的,看不出真实性能,
所以问下,有没有大佬给个什么简单又准确的测试方法?
1号城管 大佬有话说 :
地址: https://www.lowendtalk.com/discussion/160627/yet-another-benchmark-script-yabs-linux-benchmarking-script-using-dd-iperf-geekbench
源码: https://github.com/masonr/yet-another-bench-script/
命令:
# curl -sL yabs.sh | bash -s — -g -r
-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/WorldStream/HE.net) to lessen bandwidth usage
-4 this option overrides the Geekbench 5 performance test and runs a Geekbench 4 test instead
测试随机IO你就直接: curl -sL yabs.sh | bash -s — -g -i
v3x 大佬有话说 :
1号城管 大佬有话说 : 2020-6-6 18:49
curl -sL yabs.sh | bash -s — -g -i
好的 大佬!好有缘 谢谢啦
嗷嗷 大佬有话说 :
二楼的就不错