aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/vmem.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/vmem.php')
-rw-r--r--plugin/vmem.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/vmem.php b/plugin/vmem.php
index e465932..d7f9830 100644
--- a/plugin/vmem.php
+++ b/plugin/vmem.php
@@ -29,10 +29,10 @@ switch($obj->args['type']) {
29 break; 29 break;
30 case 'vmpage_io': 30 case 'vmpage_io':
31 $obj->data_sources = array('in', 'out'); 31 $obj->data_sources = array('in', 'out');
32 $obj->ds_names = array('memory-in' => 'Memory (in) ', 32 $obj->ds_names = array('memory-in' => 'Memory (in)',
33 'memory-out' => 'Memory (out)', 33 'memory-out' => 'Memory (out)',
34 'swap-in' => 'Swap (in) ', 34 'swap-in' => 'Swap (in)',
35 'swap-out' => 'Swap (out) '); 35 'swap-out' => 'Swap (out)');
36 $obj->colors = array('memory-in' => 'ff0000', 36 $obj->colors = array('memory-in' => 'ff0000',
37 'memory-out' => '0000ff', 37 'memory-out' => '0000ff',
38 'swap-in' => 'ff00ff', 38 'swap-in' => 'ff00ff',