Skip to content

Commit

Permalink
pmrep conf: tweak pmstat headers to show counts are in thousands
Browse files Browse the repository at this point in the history
  • Loading branch information
myllynen committed Jul 11, 2024
1 parent 6a37071 commit b70f6a8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/pmrep/conf/pmstat.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b70f6a8

Please sign in to comment.