Skip to content

Commit d99c19f

Browse files
authored
Merge pull request #1 from sylmarch/sylmarch-patch-nfs-parseable-output
Fix rpcread / rpcwrite in NFS parseable output
2 parents 2b1ad6a + 1acea75 commit d99c19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parseable.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ print_NFS(char *hp, struct sstat *ss, struct tstat *ps, int nact)
519519
"%lld %lld %lld %lld %lld\n",
520520
hp,
521521
ss->nfs.server.rpccnt,
522-
ss->nfs.client.rpcread,
523-
ss->nfs.client.rpcwrite,
522+
ss->nfs.server.rpcread,
523+
ss->nfs.server.rpcwrite,
524524
ss->nfs.server.nrbytes,
525525
ss->nfs.server.nwbytes,
526526
ss->nfs.server.rpcbadfmt,

0 commit comments

Comments
 (0)