"memory kilobytes total" is not in kB-s
Issue #136
resolved
I suggest that memory kilobytes total
should be always in kB-s.
Comments (11)
-
reporter -
reporter - changed title to "memory kilobytes total" is not in kB-s
-
repo owner thanks for report, fixed in next release (monit 5.11)
-
repo owner - changed status to resolved
-
reporter Thank you. Please link the commit here.
-
reporter I think only
Str_bytesToSize()
shoudl be dropped. -
repo owner The commit is part of bigger pull request, which will be merged with master repository.
The 'kilobytes' word is dropped, as the Str_bytesToSize() converts the value to human-friendlier format.
-
reporter Oh! I am about parsing it for munin: https://github.com/munin-monitoring/contrib/issues/558
-
reporter Could you add an option for
munin status
to have those two lines in kB-s? -
repo owner you can read the values in kilobytes via the XML interface
-
reporter For googlers: http://localhost:2812/_status?format=xml
- Log in to comment