| 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/dstat/ |
Upload File : |
# # pcp-dstat(1) configuration file - see pcp-dstat(5) # [cpu] label = %I usage width = 3 precision = 0 printtype = p colorstep = 34 grouptype = 2 usr = 100 * (rate(kernel.percpu.cpu.user) + rate(kernel.percpu.cpu.nice) + rate(kernel.percpu.cpu.irq.soft) + rate(kernel.percpu.cpu.irq.hard)) sys = 100 * rate(kernel.percpu.cpu.sys) idl = 100 * rate(kernel.percpu.cpu.idle) wai = 100 * rate(kernel.percpu.cpu.wait.total) stl = 100 * rate(kernel.percpu.cpu.steal) [cpu-adv] width = 3 label = total cpu usage precision = 0 printtype = p colorstep = 34 usr = 100 * (rate(kernel.all.cpu.user) + rate(kernel.all.cpu.nice)) / hinv.ncpu sys = 100 * rate(kernel.all.cpu.sys) / hinv.ncpu idl = 100 * rate(kernel.all.cpu.idle) / hinv.ncpu wai = 100 * rate(kernel.all.cpu.wait.total) / hinv.ncpu hiq = 100 * rate(kernel.all.cpu.irq.hard) / hinv.ncpu siq = 100 * rate(kernel.all.cpu.irq.soft) / hinv.ncpu stl = 100 * rate(kernel.all.cpu.steal) / hinv.ncpu [cpu-use] width = 3 label = per cpu usage printtype = p precision = 0 colorstep = 34 percpu = 100 - 100 * (rate(kernel.percpu.cpu.idle)) percpu.label = %i