Avoid those milli-hits in Munin
About 1 min read
A recurring question on IRC is : why do I have 500 million hit/s in my
graph ?
.
Turns out that they are really seeing 500m hit/s, and that
lower-case m means milli, and not Mega as
specified in the Metric system. This is automatically done by RRD.
To avoid this you should just specify graph_scale no as
specified.