]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli/activity: rename the stolen CPU time fields to mention milliseconds
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2018 15:13:17 +0000 (16:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2018 15:13:17 +0000 (16:13 +0100)
commit4f93e0c28022cde64da6139fab146f84f1c3216c
tree6c775babeb33925ad1cb931b7263196827bb1496
parent70fe94419c6bf425bf2e5e6317dc3f6ffb85077c
MINOR: cli/activity: rename the stolen CPU time fields to mention milliseconds

The "cpust_{tot,1s,15s}" fields used to report milliseconds but nothing
in the value's title made this explicit. Let's rename the field to report
"cpust_ms_{tot,1s,15s}" to more easily remind that the unit represents
milliseconds.
src/cli.c