diff options
Diffstat (limited to 'plugin/cpu.php')
-rw-r--r-- | plugin/cpu.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugin/cpu.php b/plugin/cpu.php index 081427f..5aeaf24 100644 --- a/plugin/cpu.php +++ b/plugin/cpu.php | |||
@@ -21,14 +21,14 @@ $obj = new Type_GenericStacked($CONFIG); | |||
21 | $obj->data_sources = array('value'); | 21 | $obj->data_sources = array('value'); |
22 | $obj->order = array('idle', 'nice', 'user', 'wait', 'system', 'softirq', 'interrupt', 'steal'); | 22 | $obj->order = array('idle', 'nice', 'user', 'wait', 'system', 'softirq', 'interrupt', 'steal'); |
23 | $obj->ds_names = array( | 23 | $obj->ds_names = array( |
24 | 'idle' => 'Idle ', | 24 | 'idle' => 'Idle', |
25 | 'nice' => 'Nice ', | 25 | 'nice' => 'Nice', |
26 | 'user' => 'User ', | 26 | 'user' => 'User', |
27 | 'wait' => 'Wait-IO', | 27 | 'wait' => 'Wait-IO', |
28 | 'system' => 'System ', | 28 | 'system' => 'System', |
29 | 'softirq' => 'SoftIRQ', | 29 | 'softirq' => 'SoftIRQ', |
30 | 'interrupt' => 'IRQ ', | 30 | 'interrupt' => 'IRQ', |
31 | 'steal' => 'Steal ', | 31 | 'steal' => 'Steal', |
32 | ); | 32 | ); |
33 | $obj->colors = array( | 33 | $obj->colors = array( |
34 | 'idle' => 'e8e8e8', | 34 | 'idle' => 'e8e8e8', |