| 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) # [vm] label = virtual memory width = 5 printtype = d majpf = mem.vmstat.pgmajfault minpf = mem.vmstat.pgfault alloc = sum(mem.vmstat.pgalloc_dma) + sum(mem.vmstat.pgalloc_dma32) + sum(mem.vmstat.pgalloc_movable) + sum(mem.vmstat.pgalloc_normal) + sum(mem.vmstat.pgalloc_high) free = mem.vmstat.pgfree [vm-adv] label = advanced virtual memory width = 5 printtype = d steal = sum(mem.vmstat.pgsteal_direct) + sum(mem.vmstat.pgsteal_direct_dma) + sum(mem.vmstat.pgsteal_direct_dma32) + sum(mem.vmstat.pgsteal_direct_movable) + sum(mem.vmstat.pgsteal_direct_normal) scanK = sum(mem.vmstat.pgscan_kswapd) + sum(mem.vmstat.pgscan_kswapd_dma) + sum(mem.vmstat.pgscan_kswapd_dma32) + sum(mem.vmstat.pgscan_kswapd_high) + sum(mem.vmstat.pgscan_kswapd_movable) + sum(mem.vmstat.pgscan_kswapd_normal) scanK.label = minpf scanD = sum(mem.vmstat.pgscan_direct) + sum(mem.vmstat.pgscan_direct_dma) + sum(mem.vmstat.pgscan_direct_dma32) + sum(mem.vmstat.pgscan_direct_high) + sum(mem.vmstat.pgscan_direct_movable) + sum(mem.vmstat.pgscan_direct_normal) scanD.label = alloc pgoru = sum(mem.vmstat.pageoutrun) astll = sum(mem.vmstat.allocstall)