Kernel: slabinfo / kioctx / kiocb

General support questions
Post Reply
oelk
Posts: 4
Joined: 2016/09/28 12:04:13

Kernel: slabinfo / kioctx / kiocb

Post by oelk » 2018/03/05 20:36:10

Hello,
i 'm looking for a way to find out if a process or a database is using async IO.

In earlier versions i asked:

Code: Select all

egrep "kioctx|kiocb" /proc/slabinfo
In kernels 4.x this information is missing, but /proc/slabinfo is always there.

How can i find out if async IO is used?

Best regards

Post Reply