On 08.02.2017 00:00, Thomas M Steenholdt wrote: > Hi Guys, > > I need to monitor network usage as a volume (or basically one month > intervals). Is there an easy way to achieve this? I know the RRDs are in > place with all the data, but is it possible to somehow graph or report > on usage in large intervals such as this?
The RRDs contain the Bandwidth in Bit/s which is not directly suitable to get the usage. You would have to calculate th eusage by multiplying the values with the time difference between each value and summing them all up. I do not know if there is already a function for that. We use http://pmacct.org/ to collect traffic data for individual IPs on our routers in a database. The data in the database is then used to calculate usage for different customers. Regards -- Robert Sander Heinlein Support GmbH Schwedter Str. 8/9b, 10119 Berlin http://www.heinlein-support.de Tel: 030 / 405051-43 Fax: 030 / 405051-19 Zwangsangaben lt. §35a GmbHG: HRB 93818 B / Amtsgericht Berlin-Charlottenburg, Geschäftsführer: Peer Heinlein -- Sitz: Berlin
signature.asc
Description: OpenPGP digital signature
_______________________________________________ omd-users mailing list [email protected] http://lists.mathias-kettner.de/mailman/listinfo/omd-users
