Rrdtool gotchas: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
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 | * 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 | * 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