| Server IP : 152.69.216.235 / Your IP : 80.80.80.28 Web Server : Apache/2.4.37 (Oracle Linux Server) System : Linux ust-wp4-prod 5.15.0-310.184.5.2.el8uek.x86_64 #2 SMP Wed Jul 9 16:08:33 PDT 2025 x86_64 User : apache ( 48) PHP Version : 8.4.10 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.'