From 989604bada2a5d075d3025fe8a85b77cede9c586 Mon Sep 17 00:00:00 2001 From: Vladimir Kobal Date: Mon, 17 Dec 2018 13:20:51 +0200 Subject: Make units compliant with IEC standard (#4985) * Change GB to GiB * Change MB to MiB in apps.plugin * Change MB to MiB in cgroups.plugin * Change MB to MiB in freebsd.plugin and macos.plugin * Change MB to MiB in proc.plugin * Change KB to KiB * Change kB to KiB for divisor 1024 * Fix units for memory.failcnt * Fix other units * Change CPU time percentage * Change kilobytes to KiB in apps.plugin * Small fixes --- daemon/global_statistics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/global_statistics.c') diff --git a/daemon/global_statistics.c b/daemon/global_statistics.c index 68933e1957..9933d0dfb2 100644 --- a/daemon/global_statistics.c +++ b/daemon/global_statistics.c @@ -382,7 +382,7 @@ void global_statistics_charts(void) { , "netdata" , NULL , "NetData API Response Time" - , "ms/request" + , "milliseconds/request" , "netdata" , "stats" , 130400 -- cgit v1.2.3