Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merged VCPU and VTASK plots. | Jonathan Herman | 2012-10-06 |
| | |||
* | Draw plot once on load, distributing records via hashing. | Jonathan Herman | 2012-08-22 |
| | | | | | | | | | | | | | redraw_pixmap_backend was being called 3 times. 2 of these times were superflous calls to configure. Added a hack to ignore the second two configures. Plot CPU reduction: 70% Each record was being sent to every plot. Now, records are only sent to the CPU and Task plots which hash to a calculated PID. Container plots currently aren't covered by this. Plot CPU reduction (after previous change): 30% | ||
* | containers: now working with real task systems | Jonathan Herman | 2012-04-10 |
| | |||
* | rt-graph: blockign with ids | Jonathan Herman | 2012-03-30 |
| | |||
* | containers: both virtual tasks and cpus now drawn | Jonathan Herman | 2012-03-28 |