Is it possible to use RRDs with a high-precision? And by high-precision I mean e.g. in the range of milli-seconds.
If not, are there equally good alternatives to RRD with a C API that work under Linux?
Is it possible to use RRDs with a high-precision? And by high-precision I mean e.g. in the range of milli-seconds.
If not, are there equally good alternatives to RRD with a C API that work under Linux?
the step size in rrdtool is an integer and thus can not be less than a second. BUT updates can carry a ms precision time stamp and will be handled correctly. It is just that you can not store samples more often than once per second.