[PATCH 0/2] wait/9p: Account 9P RPC waiting time as I/O wait

Remi Pommarel posted 2 patches 2 weeks, 2 days ago
There is a newer version of this series
include/linux/wait.h | 15 +++++++++++++++
net/9p/client.c      |  4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
[PATCH 0/2] wait/9p: Account 9P RPC waiting time as I/O wait
Posted by Remi Pommarel 2 weeks, 2 days ago
This patch serie helps to attribute the time spent waiting for server
responses during 9P RPC calls to I/O wait time in system metrics. As a
result, I/O-intensive operations on a 9pfs mount will now be reflected
in the "wa" column instead of the "id" one of tools like top.

Thanks,

Remi Pommarel (2):
  wait: Introduce io_wait_event_killable()
  9p: Track 9P RPC waiting time as IO

 include/linux/wait.h | 15 +++++++++++++++
 net/9p/client.c      |  4 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)

-- 
2.50.1