Server IP : 184.154.167.98 / Your IP : 3.137.221.114 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 : 7.2.34 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) # [dm] label = %I printtype = b precision = 0 grouptype = 2 reads = disk.dm.read_bytes reads.label = read writes = disk.dm.write_bytes writes.label = writ [dm-avgqu] label = %I width = 4 grouptype = 1 printtype = f colorstep = 10 avgqu = disk.dm.aveq [dm-avgrq] label = %I width = 4 grouptype = 1 printtype = f colorstep = 10 avgrq = (delta(disk.dm.read_bytes) + delta(disk.dm.write_bytes)) / (delta(disk.dm.read) + delta(disk.dm.write)) [dm-svctm] label = %I width = 4 grouptype = 1 printtype = f colorstep = 1 svctm = (delta(disk.dm.avactive) / 1000 / 2) / (delta(disk.dm.read) + delta(disk.dm.write)) [dm-tps] label = %I width = 5 printtype = d grouptype = 2 reads = disk.dm.read reads.label = #read writes = disk.dm.write writes.label = #writ [dm-util] label = %I width = 4 grouptype = 1 printtype = f colorstep = 34 util = 100 * rate(disk.dm.avactive) [dm-wait] label = %I width = 4 grouptype = 1 printtype = f colorstep = 1 rawait = delta(disk.dm.read_rawactive) / delta(disk.dm.read) wawait = delta(disk.dm.write_rawactive) / delta(disk.dm.write)