Ryan Crouch wrote: > I don't mean to be a pain in the ass, but spiking in my graphs is getting > out of hand.
Sure this is a problem. I asume you have proper settings, especially max. If so, I don't see why spikes should occur in the first place. > Does anyone know of a tool that will analyse the RRD file or the RRD->XML > export and look for major discrepancies in data. This is something I could > possibly write myself, but I'm just checking. There used to be tools like > killspike etc, but sourcing that kind of thing is near impossible these > days. Dump the database with rrdtool dump. Then restore again with rrdtool restore, and a flag: -r > Any tips? Ideas ? Hints? Try to setup a history mechanism. For instance: keep the values for each update in a file per day. Keep a few of these files. Also keep a copy of your database file each time. When a spike occurs, save the history files. This should make it possible to debug the problem. cheers, -- __________________________________________________________________ / [EMAIL PROTECTED] [EMAIL PROTECTED] \ | work private | | My employer is capable of speaking therefore I speak only for myself | +----------------------------------------------------------------------+ | Technical questions sent directly to me will be nuked. Use the list. | +----------------------------------------------------------------------+ | http://faq.mrtg.org/ | | http://rrdtool.eu.org --> tutorial | +----------------------------------------------------------------------+ -- 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
