Monitoring traffic per user
Hi,
My boss asked me to monitor web, mail and MSN traffic *per user* to hav=
e
weekly statistics.
What tool or process would you recommend me ?
Any help would be appreciated.
Warm Regards
--
:wq! M=E1rio Gamito
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Monitoring traffic per user
Le mercredi 11 avril 2007 =C3=A0 13:51 +0100, M=C3=A1rio Gamito a =C3=A9=
crit :
> Hi,
>
> My boss asked me to monitor web, mail and MSN traffic *per user* to h=
ave
> weekly statistics.
>
> What tool or process would you recommend me ?
>
> Any help would be appreciated.
>
> 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 [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Monitoring traffic per user
On Wednesday 11 April 2007 10:13, Beno=C3=AEt 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
MSN I think too. You will want to check your computing policies, Aimsni=
ff
grabs everything into a database. So you have complete records of all
messages. I have used it at a couple of companies and I currently use i=
t with
my teens.
With the kids it is under full disclosure and only used as a check on b=
ehavior
issues. They balked at first of course but they are okay with it after
assuring that we would respect their privacy unless there was a real ne=
ed. In
the 3 years that it has been running we have only had the need a few ti=
mes.
http://www.aimsniff.com/
Syd
--
-----------
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 [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Monitoring traffic per user
M=E1rio Gamito wrote:
> Hi,
>
> My boss asked me to monitor web, mail and MSN traffic *per user* to h=
ave
> weekly statistics.
>
> What tool or process would you recommend me ?
>
> Any help would be appreciated.
>
> Warm Regards
I think grepping from iptables -v will do. Separate chains for separate=
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
ok. It should know about pcap filters. It has some sort of html
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 [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Monitoring traffic per user
M=E1rio Gamito wrote:
> My boss asked me to monitor web, mail and MSN traffic *per user* to h=
ave
> weekly statistics.
>
> 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/
--
Glynn Clements <glynn [at] gclements.plus.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html