On Mon, Nov 10, 2003 at 05:04:44PM -0500, Saravia, Jovanny - (Col) wrote: > I understand the point, but my question is which tool could be faster in > order to graph a rrd file. Or maybe if is better just using rrdgraph or > something like this. The query is working fine, but the problem is that the > apache server is saturated.
If rrdtool doesn't need to spend time on generating a suitable set of data (meaning: it is already there), the query returns faster. Returning faster means each client uses the webserver for less time. Less time on the webserver means less simultanious sessions on that same server. This is what you wanted, isn't it? Alex -- 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
