Add Process IOWAIT info to ANR dump
Some ANR are due to system slow down related to high IO usage.
We need more info regarding IO consumption per process to
conclude.
This patch will display process blockIO wait time as IOWAIT.
Example:
CPU usage from 900ms to -10928ms ago:
90% 133/kworker/u4:4: 0% user + 2.1% kernel + 88% iowait
84% 2145/dd: 0.1% user + 23% kernel + 60% iowait
69% 802/sh: 68% user + 0.5% kernel
61% 792/sh: 61% user + 0.5% kernel
14% 166/jbd2/mmcblk0p9-: 0% user + 0% kernel + 14% iowait
...
100% TOTAL: 87% user + 11% kernel + 0.9% irq
Change-Id: I25993474a281b7ff427011c1b3fb2011e6c9e4e7
Signed-off-by: Emmanuel Berthier <emmanuel.berthier@intel.com>
Loading
Please register or sign in to comment