summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-09-28 20:42:03 +0300
committerGitHub <noreply@github.com>2021-09-28 20:42:03 +0300
commitd1d630243731acc3974d3ba1b3d7b3433669ef02 (patch)
tree806b55dddac257d758634b9c265c27608703c450 /web
parent834b4c0a57221dd124af98317534fa8b4a7a87d9 (diff)
add proc_stat charts info (#11586)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js27
1 files changed, 26 insertions, 1 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index e0130f8d75..2ee9b075cc 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -958,8 +958,17 @@ netdataDashboard.submenu = {
'To see the total number for the system check the <a href="#menu_system_submenu_interrupts">interrupts</a> section. '+
'The last column in <code>/proc/interrupts</code> provides an interrupt description or the device name that registered the handler for that interrupt.'
},
-};
+ 'cpu.throttling': {
+ info: ' CPU throttling is commonly used to automatically slow down the computer '+
+ 'when possible to use less energy and conserve battery.'
+ },
+
+ 'cpu.cpuidle': {
+ info: '<a href="https://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface#Processor_states" target="_blank">Idle States (C-states)</a> '+
+ 'are used to save power when the processor is idle.'
+ },
+};
// ----------------------------------------------------------------------------
// chart
@@ -1196,6 +1205,22 @@ netdataDashboard.context = {
commonMax: true
},
+ 'cpu.core_throttling': {
+ info: 'The number of adjustments made to the clock speed of the CPU based on it\'s core temperature.'
+ },
+
+ 'cpu.package_throttling': {
+ info: 'The number of adjustments made to the clock speed of the CPU based on it\'s package (chip) temperature.'
+ },
+
+ 'cpufreq.cpufreq': {
+ info: 'The frequency measures the number of cycles your CPU executes per second.'
+ },
+
+ 'cpuidle.cpuidle': {
+ info: 'The percentage of time spent in C-states.'
+ },
+
// ------------------------------------------------------------------------
// MEMORY