diff --git a/cuckoo/web/static/js/cuckoo/app.js b/cuckoo/web/static/js/cuckoo/app.js index 94d29a8eda..0394fd423c 100644 --- a/cuckoo/web/static/js/cuckoo/app.js +++ b/cuckoo/web/static/js/cuckoo/app.js @@ -962,7 +962,7 @@ $(function () { // populate cpu load unit var cpu_load = createChart($("#cpu-stat > canvas"), { total: cores * 100, - used: avgload, + used: avgload * cores, free: 100 - avgload }); } else {