Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit a263cc22 authored by Emmanuel Berthier's avatar Emmanuel Berthier Committed by Steve Kondik
Browse files

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: default avatarEmmanuel Berthier <emmanuel.berthier@intel.com>
parent 80f14ace
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment