Monitoring traffic per user

Monitoring traffic per user

am 11.04.2007 14:51:53 von mgamito

Hi,

My boss asked me to monitor web, mail and MSN traffic *per user* to hav=
e=20
weekly statistics.

What tool or process would you recommend me ?

Any help would be appreciated.

Warm Regards
--=20
:wq! M=E1rio Gamito
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Monitoring traffic per user

am 11.04.2007 16:13:14 von brouits

Le mercredi 11 avril 2007 à 13:51 +0100, Mário Gamito a é=
crit :
> Hi,
>=20
> My boss asked me to monitor web, mail and MSN traffic *per user* to h=
ave=20
> weekly statistics.
>=20
> What tool or process would you recommend me ?
>=20
> Any help would be appreciated.
>=20
> Warm Regards
Hi,
my 2 cent:
Web statistics per user might be done by an authenticated proxy like
squid and scripts.
mail statistics per user might be done by the logs of your imap/pop3
server and scripts.
MSN: i have no clue for per user logging.
HTH
+Ben
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Monitoring traffic per user

am 11.04.2007 18:16:19 von Syd Alsobrook

On Wednesday 11 April 2007 10:13, Benoît Rouits wrote:
> MSN: i have no clue for per user logging.

=46or MSN you might want to look at Aimsniff. I use it for AIM but it w=
orks with=20
MSN I think too. You will want to check your computing policies, Aimsni=
ff=20
grabs everything into a database. So you have complete records of all=20
messages. I have used it at a couple of companies and I currently use i=
t with=20
my teens.

With the kids it is under full disclosure and only used as a check on b=
ehavior=20
issues. They balked at first of course but they are okay with it after=20
assuring that we would respect their privacy unless there was a real ne=
ed. In=20
the 3 years that it has been running we have only had the need a few ti=
mes.

http://www.aimsniff.com/

Syd

--=20
-----------
Protect your privacy. http://www.gnupg.org
PGP Key ID: 0xB7544D58

"Linux is user-friendly. It's just more selective on who its friends ar=
e"
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Monitoring traffic per user

am 11.04.2007 18:47:02 von Adrian Calinescu

M=E1rio Gamito wrote:
> Hi,
>=20
> My boss asked me to monitor web, mail and MSN traffic *per user* to h=
ave=20
> weekly statistics.
>=20
> What tool or process would you recommend me ?
>=20
> Any help would be appreciated.
>=20
> Warm Regards

I think grepping from iptables -v will do. Separate chains for separate=
=20
protocols, then you can even build some RRD graphs out of it.
This is the "in-house" approach.

I've used ipfm in the past (http://robert.cheramy.net/ipfm), it works=20
ok. It should know about pcap filters. It has some sort of html=20
generator available somewhere too.

Cheers,
Adrian.
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Monitoring traffic per user

am 11.04.2007 19:13:00 von Glynn Clements

M=E1rio Gamito wrote:

> My boss asked me to monitor web, mail and MSN traffic *per user* to h=
ave=20
> weekly statistics.
>=20
> What tool or process would you recommend me ?

If by "per user" you mean "per PC", you might want to look into
pmacct:

http://www.pmacct.net/

--=20
Glynn Clements
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html