1827249 Members
3021 Online
109716 Solutions
New Discussion

nfs status

 
ramachandran_5
New Member

nfs status

Hi,
Can any one explain, How will you find out the overloading status in server mounted directories

Advance thanks to your reply

by
Ramc
3 REPLIES 3
Geoff Wild
Honored Contributor

Re: nfs status

Try the nfsstat command:

man nfsstat

nfsstat(1M) nfsstat(1M)

NAME
nfsstat - Network File System statistics

SYNOPSIS
nfsstat [ -cmnrsz ]

DESCRIPTION
nfsstat displays statistical information about the NFS (Network File
System) and RPC (Remote Procedure Call), interfaces to the kernel.


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Brian Hackley
Honored Contributor

Re: nfs status

Hi,

Glance has some good displays of what's being done on the NFS Server side.

You can also check out the disk activity and queue lengths on that NFS Server.

HTH,

-> Brian Hackley

Ask me about telecommuting!
Bill Hassell
Honored Contributor

Re: nfs status

NFS is a complex, stateless protocol that involves service daemons on both ends. On a clean network (and that doesn't mean a bunch of hubs and rogue PCs), you'll need anough client and server daemons to prevent overruns but not too many to slow down processing on a slow server or client. nfstat will provide this information. NFS requires a lot of network bandwidth for the overhead and certainly cannot compete with SCSI disks in performance.


Bill Hassell, sysadmin