Linux 监测 常用测试工具

时间:2014-09-19 17:07:25   收藏:0   阅读:200

fio

[global]
bs=16k
direct=1
rw=read
ioengine=libaio
iodepth=6
write_bw_log
runtime=60
[test]
filename=/data/disk.img
size=4096M

 

iperf

# iperf -s -u
# iperf -u -c IP -b 100M -i 1

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!