| Server IP : 162.214.67.83 / Your IP : 216.73.217.31 Web Server : Apache System : Linux dedi-13542965.clustter.com.br 5.14.0-687.20.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 30 06:22:49 EDT 2026 x86_64 User : jforte ( 1063) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | 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.'