Skip to content

Commit

Permalink
Increase the size of gtc/ttc, gfldex++
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Nov 1, 2017
1 parent 7144dc2 commit 73e1faa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Telemetry.pm6
Expand Up @@ -507,13 +507,13 @@ my %format =
[ "gtq", { hide0(.general-tasks-queued) },
"The number of tasks queued for execution in general worker threads"],
general-tasks-completed =>
[ " gtc", { hide0(.general-tasks-completed,4) },
[ " gtc", { hide0(.general-tasks-completed,8) },
"The number of tasks completed in general worker threads"],
ix-rss =>
[" ix-rss", { hide0(.ix-rss,10) },
"Integral shared text memory size (in bytes)"],
max-rss =>
[" max-rss", { .max-rss.fmt('%10d') },
[" max-rss", { hide0(.max-rss,10) },
"Maximum resident set size (in bytes)"],
supervisor =>
[ "s", { hide0(.supervisor,1) },
Expand All @@ -525,7 +525,7 @@ my %format =
[ "ttq", { hide0(.timer-tasks-queued) },
"The number of tasks queued for execution in timer threads"],
timer-tasks-completed =>
[ "ttc", { hide0(.timer-tasks-completed) },
[ " ttc", { hide0(.timer-tasks-completed,8) },
"The number of tasks completed in timer threads"],
utilization =>
[ " util%", { .utilization.fmt('%6.2f') },
Expand Down

0 comments on commit 73e1faa

Please sign in to comment.