diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2018-03-27 16:52:27 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2018-04-03 21:08:13 +0200 |
commit | 55f5088c22cc83dbc64394abfbf76cd1ff5e7cd0 (patch) | |
tree | 229d0f82add5b8107c1a9ebe3890d43507a5dcc2 /fs/nfsd | |
parent | sunrpc: Report per-RPC execution stats (diff) | |
download | linux-55f5088c22cc83dbc64394abfbf76cd1ff5e7cd0.tar.xz linux-55f5088c22cc83dbc64394abfbf76cd1ff5e7cd0.zip |
svc: Report xprt dequeue latency
Record the time between when a rqstp is enqueued on a transport
and when it is dequeued. This includes how long the rqstp waits on
the queue and how long it takes the kernel scheduler to wake a
nfsd thread to service it.
The svc_xprt_dequeue trace point is altered to include the number
of microseconds between xprt_enqueue and xprt_dequeue.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd')
0 files changed, 0 insertions, 0 deletions