So I am messing with the output of nfsiostat. Been at this for a few hours now so maybe i Just need a break. I guess i just don't get how linebreaker is supposed to work. My mount names start with "slc..." so I want to break the mounts into their own event. How ever, no matter what setting I put in here it doens't seem to work.
here is my props.conf
[nfsiostat]
SHOULD_LINEMERGE = true
LINE_BREAKER = .*slc.*
Here is the output.
[me@servername default]# nfsiostat
slcd-nfs.domain.com:/vol/home mounted on /nas/path:
op/s rpc bklog
0.02 0.00
read: ops/s kB/s kB/op retrans avg RTT (ms) avg exe (ms)
0.000 0.005 50.130 0 (0.0%) 19.311 19.637
write: ops/s kB/s kB/op retrans avg RTT (ms) avg exe (ms)
0.001 0.012 20.429 0 (0.0%) 2.913 27.751
slcd-nfs.domain.com:/vol/reg mounted on /nas/path:
op/s rpc bklog
0.02 0.00
read: ops/s kB/s kB/op retrans avg RTT (ms) avg exe (ms)
0.000 0.000 0.000 0 (0.0%) 0.000 0.000
write: ops/s kB/s kB/op retrans avg RTT (ms) avg exe (ms)
0.000 0.000 0.000 0 (0.0%) 0.000 0.000
slcd-NFS.domain.com:/vol/utl mounted on /nas/path:
op/s rpc bklog
0.02 0.00
read: ops/s kB/s kB/op retrans avg RTT (ms) avg exe (ms)
0.000 0.013 64.058 0 (0.0%) 2.037 2.751
write: ops/s kB/s kB/op retrans avg RTT (ms) avg exe (ms)
0.000 0.001 2.939 0 (0.0%) 3.816 3.906
↧