Hello everybody!
Is there anyone who knows what kind of data that can be stored in a RRD database? The manual talks about numerical values, but I suspect they always mean alphanumerical characters. As an example, if you want to store the value 99 in RRD, you store the string "99". But in this case, I would like to store integer VALUES in a RRD database, as integers, and I would like rrdtool to interpret them correctly, and to show them in a graph correctly. The reason for this is that I have wrote a C program that reads unsigned 32 and 64 bit integers from a socket, and I would like to store them in their original form in RRD, without having to convert them to strings first ( WITHOUT having to run fprintf(..,"%d") or sprintf(..,"%d") ). Can this be done? If so, how? Regards Anders Ringaby -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
