diff --git a/src/pmrep/conf/pmstat.conf b/src/pmrep/conf/pmstat.conf index 821b545264..c14220bfe7 100644 --- a/src/pmrep/conf/pmstat.conf +++ b/src/pmrep/conf/pmstat.conf @@ -27,12 +27,12 @@ allcache.label = cache allcache.formula = mem.util.cached + mem.util.slab allcache.unit = MB allcache.width = 6 -swap.pagesin = pi,,count x 10^3,,4 -swap.pagesout = po,,count x 10^3,,4 -mem.vmstat.pgpgin = bi,,count x 10^3,,4 -mem.vmstat.pgpgout = bo,,count x 10^3,,4 -kernel.all.intr = in,,count x 10^3,,4 -kernel.all.pswitch = cs,,count x 10^3,,4 +swap.pagesin = pi/k,,count x 10^3,,4 +swap.pagesout = po/k,,count x 10^3,,4 +mem.vmstat.pgpgin = bi/k,,count x 10^3,,4 +mem.vmstat.pgpgout = bo/k,,count x 10^3,,4 +kernel.all.intr = in/k,,count x 10^3,,4 +kernel.all.pswitch = cs/k,,count x 10^3,,4 usr = kernel.all.cpu.usrp usr.label = us usr.formula = 100 * (kernel.all.cpu.user + kernel.all.cpu.nice) / hinv.ncpu @@ -66,12 +66,12 @@ allcache.label = cache allcache.formula = mem.util.cached + mem.util.slab allcache.unit = MB allcache.width = 6 -swap.pagesin = pi,,count x 10^3,,4 -swap.pagesout = po,,count x 10^3,,4 -mem.vmstat.pgpgin = bi,,count x 10^3,,4 -mem.vmstat.pgpgout = bo,,count x 10^3,,4 -kernel.all.intr = in,,count x 10^3,,4 -kernel.all.pswitch = cs,,count x 10^3,,4 +swap.pagesin = pi/k,,count x 10^3,,4 +swap.pagesout = po/k,,count x 10^3,,4 +mem.vmstat.pgpgin = bi/k,,count x 10^3,,4 +mem.vmstat.pgpgout = bo/k,,count x 10^3,,4 +kernel.all.intr = in/k,,count x 10^3,,4 +kernel.all.pswitch = cs/k,,count x 10^3,,4 usr = kernel.all.cpu.usrp usr.label = us usr.formula = 100 * (kernel.all.cpu.vuser + kernel.all.cpu.vnice) / hinv.ncpu