[Crash-utility] [PATCH 0/1] Add option to filter disks with no I/O in progress

Oleksandr Natalenko oleksandr at redhat.com
Fri Nov 3 07:35:03 UTC 2017


While analyzing vmcores the first thing that people do when they want
to check disk I/O is something like this:

crash> dev -d | awk '$5 != 0'

Since there might be lots of disks, this makes scrolling through them
much easier.

I think we should have this option implemented for dev command itself.

Oleksandr Natalenko (1):
  dev: add option to filter disks with no I/O

 dev.c  | 27 +++++++++++++++++++--------
 help.c |  1 +
 2 files changed, 20 insertions(+), 8 deletions(-)

-- 
2.15.0




More information about the Crash-utility mailing list