Server IP : 184.154.167.98 / Your IP : 3.142.195.139 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/pcp/derived/ |
Upload File : |
# derived metrics for cpu utilization kernel.cpu.util.user = (100 * rate(kernel.all.cpu.user)) / hinv.ncpu kernel.cpu.util.user(oneline) = percentage of user time across all CPUs, including guest CPU time kernel.cpu.util.nice = (100 * rate(kernel.all.cpu.nice)) / hinv.ncpu kernel.cpu.util.nice(oneline) = percentage of nice user time across all CPUs, including guest nice CPU time kernel.cpu.util.sys = (100 * rate(kernel.all.cpu.sys)) / hinv.ncpu kernel.cpu.util.sys(oneline) = percentage of sys time across all CPUs kernel.cpu.util.idle = (100 * rate(kernel.all.cpu.idle)) / hinv.ncpu kernel.cpu.util.idle(oneline) = percentage of idle time across all CPUs kernel.cpu.util.intr = (100 * rate(kernel.all.cpu.intr)) / hinv.ncpu kernel.cpu.util.intr(oneline) = percentage of interrupt time across all CPUs kernel.cpu.util.intr(helptext) = '\ Percentage of time spent processing interrupts across all CPUs. This value includes both soft and hard interrupt processing time.' kernel.cpu.util.wait = (100 * rate(kernel.all.cpu.wait.total)) / hinv.ncpu kernel.cpu.util.wait(oneline) = percentage of wait time across all CPUs kernel.cpu.util.steal = (100 * rate(kernel.all.cpu.steal)) / hinv.ncpu kernel.cpu.util.steal(oneline) = percentage of virtualization CPU steal time across all CPUs kernel.cpu.util.steal(helptext) = '\ Percentage of time across all CPUs when a CPU had a runnable process, but the hypervisor (virtualisation layer) chose to run something else instead.'