Gentoo Archives: gentoo-server

From: Christopher Schwerdt <Chris.Schwerdt@×××××××××××××××.com>
To: gentoo-server@l.g.o
Subject: RE: [gentoo-server] Tracking bandwidth usage
Date: Fri, 29 Jul 2005 19:47:56
Message-Id: CED6FEF5591A904AB06F318A5E7502AF0E9414@exchangenew.psi-cu-software.com
1 > Yes (each site has its own IP alias) - ideally would like to
2 > graph each
3 > IP's incoming and outgoing port 80 (and maybe 143) traffic and store
4 > historical data like RRD.
5
6 Check out mod_throttle also. It will save total traffic used. You can
7 then write an app to parse the report and submit those stats to a
8 graphing application. Mod_throttle also lets you enforce policy so that
9 once someone has gone over their bandwidth usage their vhost will return
10 an error (for example, ThrottlePolicy Volume 20G 5w). Note,
11 mod_throttle only works on Apache 1.x.
12
13 --
14 gentoo-server@g.o mailing list

Replies

Subject Author
RE: [gentoo-server] Tracking bandwidth usage "A. Khattri" <ajai@××××.net>