I am trying to get a profile of NFS stats of from the NFS call hits the isilon to leaving the isilon.
A packet capture provides me with the overall time of the operation, but does not tell me what the breakdown of time is within the operation.
I am seeing a latency issue. I know its not the network ( from the packet capture ), but I need to be able to drill down to how the NFS procedure is completed in terms of time spent in say permission lookup or actual IO.
You can also change the format to get it into a table(default), a csv, json, etc.
Hope it helps, that's just a start there are thousands of ways to manipulate those command combinations to see different things. You can also use InsightIQ if you like GUIs, but of course it's not as flexible.
crklosterman
450 Posts
1377
0
Posted July 26th, 2018 08:00
castleknock ,
You can do quite a bit with the filtering in 'isi statistics'.
Here is an example:
That syntax if you want to copy/paste play with it instead of trying to retype my screenshot is:
'isi statistics client -nall --remote-addresses 192.168.11.66 --output NumOps,Ops,InMax,InMin,In,InAvg,OutMax,OutMin,Out,OutAvg,TimeMax,TimeMin,TimeAvg,Node,Proto,Class,UserID,UserName,LocalAddr,RemoteAddr -r 10 -i 10 -z'
You can also change the format to get it into a table(default), a csv, json, etc.
Hope it helps, that's just a start there are thousands of ways to manipulate those command combinations to see different things. You can also use InsightIQ if you like GUIs, but of course it's not as flexible.
~Chris Klosterman
chris.klosterman@datadobi.com