- 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
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.