您需要 登录 才可以下载或查看,没有账号?注册
# 7-zip 压缩测试(综合算力) apt install p7zip-full -y 7z b
# dd 粗测 dd if=/dev/zero of=/dev/null bs=1M count=10000
# fio(专业,建站博主最推荐) apt install fio -y # 4K 随机读 fio --name=randread --rw=randread --bs=4k --size=1G --numjobs=4 --iodepth=32 --runtime=30 --time_based --group_reporting # 4K 随机写 fio --name=randwrite --rw=randwrite --bs=4k --size=1G --numjobs=4 --iodepth=32 --runtime=30 --time_based --group_reporting # 顺序读写 fio --name=seqread --rw=read --bs=1M --size=4G --numjobs=1 --runtime=30 --time_based --group_reporting
# HTTP 并发压测(模拟建站高并发) apt install apache2-utils -y ab -n 1000 -c 100 http://localhost/
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
0
晟煙
C_baba
maomi
meko
aloneowo
kirito8737
dapaopao
2359540862
Jackie