From ce29a597e3ce09c988d9482e24b9d2de4ec5196b Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 17 May 2014 19:16:39 +0200 Subject: plugin/libvirt: show (v)CPU time in milliseconds --- plugin/libvirt.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/plugin/libvirt.json b/plugin/libvirt.json index 9329a8a..af3c46c 100644 --- a/plugin/libvirt.json +++ b/plugin/libvirt.json @@ -98,18 +98,20 @@ }, "virt_cpu_total": { "title": "CPU usage", - "vertical": "CPU time", + "vertical": "Milliseconds", "legend": { "value": { "name": "CPU time", "color": "0000ff" } }, - "legend_format": "%5.1lf" + "legend_format": "%5.1lf", + "scale": 0.000001 }, "virt_vcpu": { "title": "vCPU usage", - "vertical": "vCPU time", - "legend_format": "%5.1lf" + "vertical": "Milliseconds", + "legend_format": "%5.1lf", + "scale": 0.000001 } } -- cgit v1.1