Rrdtool gotchas: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=== Anything oddball about RRDtool === You have to escape out the : char in strings Category:Rrd") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=== Anything oddball about RRDtool === | === Anything oddball about RRDtool === | ||
You have to escape out the : char in strings | * You have to escape out the : char in strings | ||
* RRDtool has a max string length of 19 characters for the "name" of the metric | |||
* the counter resets to 0 after a roll of 32 or 64 bit max int values | |||
[[Category:Rrd]] | [[Category:Rrd]] |
Latest revision as of 19:06, 4 January 2025
Anything oddball about RRDtool
- You have to escape out the : char in strings
- RRDtool has a max string length of 19 characters for the "name" of the metric
- the counter resets to 0 after a roll of 32 or 64 bit max int values