grep username access.log
gives the information you want as text.
If you want to see the real date and times you need a little perl script,
say
conv_date:
#! /usr/bin/perl -p
s/^\d+\.\d+/localtime $&/e;
Now grep username access.log | conv_date shows date and time.
Mit freundlichem Gru�/Yours sincerely
Werner Rost
GMT-FIR - Netzwerk
ZF Boge Elastmetall GmbH
Friesdorfer Str. 175, 53175 Bonn, Deutschland/Germany
Telefon/Phone +49 228 3825 - 420
Telefax/Fax +49 228 3825 - 398
[EMAIL PROTECTED]
>-----Urspr�ngliche Nachricht-----
>Von: Dave [mailto:[EMAIL PROTECTED]
>Gesendet: Dienstag, 5. April 2005 17:54
>An: [email protected]
>Betreff: Re: [squid-users] Report in html format
>
>
>I just started looking at calamaris, haven't really had time
>to play with it. I have sarg installed and it works ok for
>browsing a user. Anyone know if calimaris will generate a
>report for single users and they sites they visited in
>chronological order?
>