aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/vmem.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/plugin/vmem.json b/plugin/vmem.json
index 8374ed8..26a0266 100644
--- a/plugin/vmem.json
+++ b/plugin/vmem.json
@@ -16,7 +16,17 @@
16 }, 16 },
17 "vmpage_io": { 17 "vmpage_io": {
18 "title": "Page IO ({{TI}}) on {{HOST}}", 18 "title": "Page IO ({{TI}}) on {{HOST}}",
19 "type": "stacked", 19 "type": "io",
20 "legend": {
21 "in": {
22 "name": "Incoming",
23 "color": "0000ff"
24 },
25 "out": {
26 "name": "Outgoing",
27 "color": "00b000"
28 }
29 },
20 "legend_format": "%5.1lf%s" 30 "legend_format": "%5.1lf%s"
21 }, 31 },
22 "vmpage_number": { 32 "vmpage_number": {