Lines Matching +full:load +full:- +full:reduced
5 :Authors: Greg Banks <gnb@sgi.com> - 26 Mar 2009
13 program from the nfs-utils distribution provides a helpful command-line
48 packets-arrived
58 However this is a more accurate and less workload-dependent measure
59 of how much CPU load is being placed on the sunrpc server layer
62 sockets-enqueued
68 network-facing work to be done but it couldn't be done immediately,
70 rate of change for this counter is zero; significantly non-zero
74 pool for the NFS workload (the workload is thread-limited), in which
78 threads-woken
83 network-facing NFS work is being handled quickly, which is a good
85 to but less than the rate of change of the packets-arrived counter.
87 threads-timedout
94 a clue that the number of nfsd threads can be reduced without
98 - Currently the rate at which the counter is incremented is quite
103 - It is usually a wise policy to provide some slack,
105 to allow for future spikes in load.
109 one of three ways. An nfsd thread can be woken (threads-woken counts
111 (sockets-enqueued counts this case), or the packet can be temporarily
116 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )