]> arthur.barton.de Git - netdata.git/blobdiff - charts.d/cpu_apps.chart.sh
fixed a bug in the incremental calculations where the exact duration (in nanoseconds...
[netdata.git] / charts.d / cpu_apps.chart.sh
index d0165ad3310b3875dfe65523a351716d6b74606b..879cbbddd32c58a1d5c4ebdadf1f51154897ef8e 100755 (executable)
@@ -34,7 +34,7 @@ cpu_apps_create() {
        local x=
        for x in $cpu_apps_apps
        do
-               echo "DIMENSION $x $x incremental 1000 $((cpu_apps_clockticks * cpu_apps_update_every))"
+               echo "DIMENSION $x $x incremental 1000 $cpu_apps_clockticks"
 
                # this string is needed later in the update() function
                # to finalize the instructions for the bc command