Esempi di output del comando nfsstat con alcune comuni opzioni.
Visualizzazione delle statistiche della rete
[root@draco root]# nfsstat -o net
Server packet stats:
packets udp tcp tcpconn
0 18729 0 0
Client packet stats:
packets udp tcp tcpconn
0 0 0 0
Visualizzazione delle statistiche lato server
[root@draco root]# nfsstat -s
Server rpc stats:
calls badcalls badauth badclnt xdrcall
18729 0 0 0 0
Server nfs v2:
null getattr setattr root lookup readlink
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
read wrcache write create remove rename
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
link symlink mkdir rmdir readdir fsstat
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
Server nfs v3:
null getattr setattr lookup access readlink
0 0% 273 1% 0 0% 302 1% 262 1% 0 0%
read write create mkdir symlink mknod
209 1% 0 0% 0 0% 0 0% 0 0% 0 0%
remove rmdir rename link readdir readdirplus
0 0% 0 0% 0 0% 0 0% 53 0% 0 0%
fsstat fsinfo pathconf commit
8815 47% 8815 47% 0 0% 0 0%
Installazione di un server NFS tramite RPM e sorgenti, file installati e posizioni. Troubleshooting e gestione del servizio.