ChorusOS 4.0 Network Administration Guide

nfsstat

The nfsstat(1CC) command displays statistics about NFS activity between the server and the client. The ChorusOS implementation of this utility supports only the -w option.


Example 6-4 Displaying NFS Activity

The following example displays statistics about NFS activity every second:


$ rsh target arun /bin/nfsstat -w 1
started aid = 22
         Getattr   Lookup Readlink     Read    Write   Rename   Access  Readdir
Client:      155       51        0      153        0        0      161        2
Server:        0        0        0        0        0        0        0        0
...

Note that you can use the akill(1M) utility to stop nfsstat, which according to the statement, "started aid = 22" in the above output has actor ID 22:


$ rsh target akill 22