Skip to content

Instantly share code, notes, and snippets.

@MikeDacre
Last active August 29, 2015 14:09
Show Gist options
  • Save MikeDacre/2d1b3e9c4bd17c96c97f to your computer and use it in GitHub Desktop.
Save MikeDacre/2d1b3e9c4bd17c96c97f to your computer and use it in GitHub Desktop.
NFS Trouble
Server packet stats:
packets udp tcp tcpconn
506158 0 505786 106
Server rpc stats:
calls badcalls badauth badclnt xdrcall
506154 0 0 0 0
Server reply cache:
hits misses nocache
3 159444 346708
Server file handle cache:
lookup anon ncachedir ncachedir stale
0 0 0 0 98
Server nfs v3:
null getattr setattr lookup access readlink
63 0% 241979 47% 39 0% 441 0% 8206 1% 7 0%
read write create mkdir symlink mknod
92044 18% 159195 31% 46 0% 1 0% 0 0% 0 0%
remove rmdir rename link readdir readdirplus
124 0% 0 0% 0 0% 40 0% 0 0% 1628 0%
fsstat fsinfo pathconf commit
478 0% 82 0% 26 0% 1192 0%
Client packet stats:
packets udp tcp tcpconn
0 0 0 0
Client rpc stats:
calls retrans authrefrsh
7222 0 7222
Client nfs v3:
null getattr setattr lookup access readlink
0 0% 1137 15% 0 0% 2687 37% 2234 30% 2 0%
read write create mkdir symlink mknod
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
remove rmdir rename link readdir readdirplus
0 0% 0 0% 0 0% 0 0% 0 0% 1155 15%
fsstat fsinfo pathconf commit
3 0% 2 0% 1 0% 0 0%
erver packet stats:
packets udp tcp tcpconn
2881682 0 2881338 234
Server rpc stats:
calls badcalls badclnt badauth xdrcall
2881542 0 0 0 0
Server reply cache:
hits misses nocache
0 9356 2872061
Server io stats:
read write
4210034387 1188538691
Server read ahead cache:
size 0-10% 10-20% 20-30% 30-40% 40-50% 50-60% 60-70% 70-80% 80-90% 90-100% notfound
32 275643 0 0 0 0 0 0 0 0 0 137970
Server file handle cache:
lookup anon ncachedir ncachenondir stale
0 0 0 0 13
Server nfs v3:
null getattr setattr lookup access readlink
102 0% 563522 27% 0 0% 709546 34% 371574 17% 0 0%
read write create mkdir symlink mknod
413485 20% 0 0% 0 0% 0 0% 0 0% 0 0%
remove rmdir rename link readdir readdirplus
0 0% 0 0% 0 0% 0 0% 0 0% 5864 0%
fsstat fsinfo pathconf commit
3 0% 170 0% 85 0% 0 0%
Server nfs v4:
null compound
37 0% 817162 99%
Server nfs v4 operations:
op0-unused op1-unused op2-future access close commit
0 0% 0 0% 0 0% 98706 5% 38312 2% 0 0%
create delegpurge delegreturn getattr getfh link
9 0% 0 0% 32047 1% 225255 11% 47442 2% 0 0%
lock lockt locku lookup lookup_root nverify
0 0% 0 0% 0 0% 60711 3% 0 0% 0 0%
open openattr open_conf open_dgrd putfh putpubfh
359582 18% 0 0% 1237 0% 0 0% 813087 42% 0 0%
putrootfh read readdir readlink remove rename
67 0% 213645 11% 230 0% 11 0% 10 0% 9 0%
renew restorefh savefh secinfo setattr setcltid
3673 0% 0 0% 9 0% 0 0% 5708 0% 77 0%
setcltidconf verify write rellockowner bc_ctl bind_conn
77 0% 0 0% 3466 0% 0 0% 0 0% 0 0%
exchange_id create_ses destroy_ses free_stateid getdirdeleg getdevinfo
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
getdevlist layoutcommit layoutget layoutreturn secinfononam sequence
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
set_ssv test_stateid want_deleg destroy_clid reclaim_comp
0 0% 0 0% 0 0% 0 0% 0 0%
Client packet stats:
packets udp tcp tcpconn
0 0 0 0
Client rpc stats:
calls retrans authrefrsh
195307 195 195307
Client nfs v3:
null getattr setattr lookup access readlink
0 0% 3986 2% 11 0% 377 0% 444 0% 4 0%
read write create mkdir symlink mknod
73644 37% 115364 59% 41 0% 1 0% 0 0% 0 0%
remove rmdir rename link readdir readdirplus
119 0% 0 0% 0 0% 40 0% 0 0% 199 0%
fsstat fsinfo pathconf commit
70 0% 44 0% 7 0% 954 0%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment