Anyone know if this exists? "nfs stat -l" kind of give me what I want, but I'd really like it in the format of cifs top if possible. When the ops for CIFS look out of whack for some reason, it's really easy to find the culprit via cifs top. Would be great to have for nfs too.
Jeff Mery - MCSE, MCP National Instruments
------------------------------------------------------------------------- "Allow me to extol the virtues of the Net Fairy, and of all the fantastic dorks that make the nice packets go from here to there. Amen." TB - Penny Arcade -------------------------------------------------------------------------
There is a utility available on the NOW website called netapp-top.pl ( http://now.netapp.com/NOW/download/tools/ntaptop ) which provides a list of the top NFS clients.
-Charles
--
Charles Kruger
Manager, Unix Systems
Office of Information Technology
Princeton University
phone - (609) 258-7181
From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Jeff Mery Sent: Friday, January 12, 2007 1:15 PM To: toasters@mathworks.com Subject: NFS equivalent of "cifs top"?
Anyone know if this exists? "nfs stat -l" kind of give me what I want, but I'd really like it in the format of cifs top if possible. When the ops for CIFS look out of whack for some reason, it's really easy to find the culprit via cifs top. Would be great to have for nfs too.
Jeff Mery - MCSE, MCP National Instruments
------------------------------------------------------------------------ - "Allow me to extol the virtues of the Net Fairy, and of all the fantastic dorks that make the nice packets go from here to there. Amen." TB - Penny Arcade ------------------------------------------------------------------------ -
--- Jeff Mery jeff.mery@ni.com wrote:
Anyone know if this exists? "nfs stat -l" kind of give me what I want, but I'd really like it in the format of cifs top if possible. When
As of ONTAP 7.2.1, you can do:
filer> nfsstat -l 2 10.1.10.11 frodo NFSOPS = 8 (53%) 10.1.10.10 bilbo NFSOPS = 7 (47%)
where the (option) field after the -l is the count of clients to display. Also nfsstat -l now sorts the output in descending order of total operations from the client.
the ops for CIFS look out of whack for some reason, it's really easy to find the culprit via cifs top. Would be great to have for nfs too.
Jeff Mery - MCSE, MCP National Instruments
-------------------------------------------------------------------------
"Allow me to extol the virtues of the Net Fairy, and of all the fantastic dorks that make the nice packets go from here to there. Amen." TB - Penny Arcade
-------------------------------------------------------------------------