diff options
| author | Chuck Lever <[email protected]> | 2023-07-10 16:42:20 +0000 |
|---|---|---|
| committer | Chuck Lever <[email protected]> | 2023-08-29 21:45:22 +0000 |
| commit | f208e9508ace01864f2b37a45d07cda0641ff3ea (patch) | |
| tree | f283a9b24be6fbbc8aba690906f5462cc667d76f /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
| parent | SUNRPC: Deduplicate thread wake-up code (diff) | |
| download | kernel-f208e9508ace01864f2b37a45d07cda0641ff3ea.tar.gz kernel-f208e9508ace01864f2b37a45d07cda0641ff3ea.zip | |
SUNRPC: Count ingress RPC messages per svc_pool
svc_xprt_enqueue() can be costly, since it involves selecting and
waking up a process.
More than one enqueue is done per incoming RPC. For example,
svc_data_ready() enqueues, and so does svc_xprt_receive(). Also, if
an RPC message requires more than one call to ->recvfrom() to
receive it fully, each one of those calls does an enqueue.
To get a sense of the average number of transport enqueue operations
needed to process an incoming RPC message, re-use the "packets" pool
stat. Track the number of complete RPC messages processed by each
thread pool.
Reviewed-by: Jeff Layton <[email protected]>
Reviewed-by: NeilBrown <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions
