#590451 gnome-system-monitor: show and possibly graph addition process information

Package:
gnome-system-monitor
Source:
gnome-system-monitor
Description:
Process viewer and system resource monitor for GNOME
Submitter:
david b
Date:
2010-07-26 12:06:05 UTC
Severity:
wishlist
#590451#5
Date:
2010-07-26 12:03:25 UTC
From:
To:
It would be really neat to see which processes are stalled, a count of those, a chart per a process of cpu time vs context switches (also % vs total context switches).
At the very least, adding the ability to show context switch information. This is available through /proc (man proc), e.g.
for pid 123 /proc/123/status --> has context switching information. This is linux specific.