nfsstat authrefrsh almost equal to calls

2

I mounted a dir from my server through nfs (v3) on my LAN and if I run nfsstat I get

# nfsstat -rc
Client rpc stats:
calls      retrans    authrefrsh
2527772    0          2527782 

Is this something that is going to affect performance?

My mount options in fstab are just

noauto,relatime,noexec

And the export file is using

(rw,sync,no_subtree_check)

Metiu

Posted 2012-12-06T12:12:21.497

Reputation: 247

Similar to http://unix.stackexchange.com/q/13557/69080

– Joshua Huber – 2017-01-19T16:14:04.307

No answers