On Mon, Sep 22, 2003 at 03:25:46PM -0600, Boulytchev, Vasiliy wrote: > Ladies and Gents, > I have a rrd database file I need to querry, and get back the TOTAL > amount of bytes transferred in/out, not averages. Can you point me in the > right direction?
You have bytes per second --> b/s You know the amount of seconds --> s If you multiply those, you get: (b/s) * s == b Hence you can calculate the total. HTH Alex -- http://www.googlism.com/index.htm?ism=alex+van+den+bogaerdt&type=1 -- 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
