Cpumon-plugin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Description== '''Author:''' Philipp Glass Outputs information from /proc/stat for user, system, nice and idle processes in a diagram on the OSD. ===Status=== Last Update ...") |
(→Images) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
'''Author:''' Philipp Glass |
'''Author:''' Philipp Glass |
||
Outputs information from /proc/stat for user, system, nice and idle processes |
Outputs information from /proc/stat for user, system, nice and idle processes as diagram on [[OSD]]. |
||
===Status=== |
===Status=== |
||
Line 9: | Line 9: | ||
==Images== |
==Images== |
||
<gallery> |
<gallery> |
||
Image:cpumon-plugin-00.jpg|''plotting dots with legend.'' |
Image:cpumon-plugin-00.jpg|''plotting dots with legend.'' |
||
Image:cpumon-plugin-01.jpg|''plotting lines with legend.'' |
Image:cpumon-plugin-01.jpg|''plotting lines with legend.'' |
||
</gallery> |
</gallery> |
||
==Usage== |
==Usage== |
||
If the plugin is enabled by menu or "HotKey", |
If the plugin is enabled by menu or "HotKey", the last 150 readings of CPU usage are displayed. |
||
Using "kDown" the grid can be toggled. The four color keys toggle four separate functions. "kUp" resets/re-reads values. |
Using "kDown" the grid can be toggled. The four color keys toggle four separate functions. "kUp" resets/re-reads values. |
||
Any other key stops display of values (bg task stays active). |
|||
==Software Requirements== |
==Software Requirements== |
Latest revision as of 17:27, 30 November 2013
Description
Author: Philipp Glass
Outputs information from /proc/stat for user, system, nice and idle processes as diagram on OSD.
Status
Last Update 07/2009
Images
Usage
If the plugin is enabled by menu or "HotKey", the last 150 readings of CPU usage are displayed.
Using "kDown" the grid can be toggled. The four color keys toggle four separate functions. "kUp" resets/re-reads values. Any other key stops display of values (bg task stays active).
Software Requirements
- /proc/stat needs to exist (kernel config)
Settings
Inside the Setup-Menu
- time interval for readings and
- display modus
can be changed:
Modus | Description |
---|---|
dots | values are displayed as single dots. |
lines (>= v0.0.3) | values are displayed as lines. |
filled (>= v0.0.5) | values as bar chart |