NFS I/O 性能优化笔记
(2012-09-04 12:29:57)
标签:
nfsi/o性能优化杂谈 |
分类: Linux |
参考链接:
http://nfs.sourceforge.net/nfs-howto/ar01s05.html
http://www.softpanorama.org/Net/Application_layer/NFS/nfs_performance_tuning.shtml
1. NFS I/O性能测试工具
1.1 dd
dd 只能测试连续读写性能
dd 测试写性能的命令(连续写16384个16KB的块到nfs目录下的testfile文件)
# time dd if=/dev/zero of=/nfsfolder/testfile bs=16k count=16384
dd 测试读性能的命令
# time dd if=/nfsfolder/testfile of=/dev/null bs=16k
1.2 nfsstat
在NFS客户端运行
nfsstat -4
--all
Client packet stats:
packets
0
Client rpc stats:
calls
24932703
Client nfs v4:
null
0
open_noat
0
setclntid
7
getattr