Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: nfs: knfsd-stats: convert to ReST

Convert knfsd-stats.txt to ReST. Content remains mostly the same.

Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Link: https://lore.kernel.org/r/20200129044917.566906-6-dwlsalmeida@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Daniel W. S. Almeida and committed by
Jonathan Corbet
cb63032b 04f81fb0

+9 -9
+1
Documentation/filesystems/nfs/index.rst
··· 10 10 rpc-cache 11 11 rpc-server-gss 12 12 nfs41-server 13 + knfsd-stats
+8 -9
Documentation/filesystems/nfs/knfsd-stats.txt Documentation/filesystems/nfs/knfsd-stats.rst
··· 1 - 1 + ============================ 2 2 Kernel NFS Server Statistics 3 3 ============================ 4 + 5 + :Authors: Greg Banks <gnb@sgi.com> - 26 Mar 2009 4 6 5 7 This document describes the format and semantics of the statistics 6 8 which the kernel NFS server makes available to userspace. These ··· 20 18 separated by whitespace. 21 19 22 20 /proc/fs/nfsd/pool_stats 23 - ------------------------ 21 + ======================== 24 22 25 23 This file is available in kernels from 2.6.30 onwards, if the 26 24 /proc/fs/nfsd filesystem is mounted (it almost always should be). ··· 111 109 (sockets-enqueued counts this case), or the packet can be temporarily 112 110 deferred because the transport is currently being used by an nfsd 113 111 thread. This last case is not very interesting and is not explicitly 114 - counted, but can be inferred from the other counters thus: 112 + counted, but can be inferred from the other counters thus:: 115 113 116 - packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken ) 114 + packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken ) 117 115 118 116 119 117 More 120 - ---- 118 + ==== 119 + 121 120 Descriptions of the other statistics file should go here. 122 - 123 - 124 - Greg Banks <gnb@sgi.com> 125 - 26 Mar 2009