On 11/09/2010 01:50 PM, Harshula Jayasuriya wrote: > Hi, > > The NFSv4 client procs/ops in "struct rpc_procinfo nfs4_procedures" is > used to generate the NFS client stats interface: > ------------------------------------------------------------ > # cat /proc/net/rpc/nfs > net 0 0 0 0 > rpc 15 0 0 > proc2 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 > proc3 22 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 1 0 > proc4 42 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 > 0 0 0 > 0 0 0 0 0 0 0 > ------------------------------------------------------------ > Note, for proc4, the number 42. That is the number of stats that follow > on the same line. Currently nfsstat's has_stats() relies on this number > to be equal to CLTPROC4_SZ. Unfortunately this is not the case. I have > changed has_stats() not to rely on these two values being equal. This > should also allow nfsstat to work with different kernel versions that > expose a different number of NFS client ops. > > * Fix has_stats() > * Stop print_clnt_list() printing server stats! > * Describe the option -3 and -4 completely in the nfsstat manpage. > > Signed-off-by: Harshula Jayasuriya <harshula@xxxxxxxxxx> Committed... steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html