Re: How to analyse squid logs and wierd time stamps

2003-06-06 Thread Murray Taylor
On Thu, 2003-06-05 at 09:37, Sergey Akifyev wrote: On Thu, 2003-06-05 at 05:50, Murray Taylor wrote: Strange as it seems ... one of our netadmins came to me with the same query, so I created this little program How about following :) date -r timestamp True ... but then I wouldnt

How to analyse squid logs and wierd time stamps

2003-06-05 Thread keith
Hi all, Here is a squid log sample... 1049884671.477240 10.0.1.121 TCP_HIT/200 744 GET ftp://ftpav.ca.com/pub/inoculan/scaneng/Siglist.txt - NONE/- text/plain ... Whoa! Anyone know of a port to analyse this stuff and change what MIGHT be a timestamp to something a mortal like me can read??

Re: How to analyse squid logs and wierd time stamps

2003-06-05 Thread Murray Taylor
Strange as it seems ... one of our netadmins came to me with the same query, so I created this little program #include stdio.h #include time.h void main(int argc, char *argv[]) { time_t clockval; if ( argc != 2 ) { printf(\nUsage: ctime time_in_seconds\n);

Re: How to analyse squid logs and wierd time stamps

2003-06-05 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: [ ... ] 1049884671.477240 10.0.1.121 TCP_HIT/200 744 GET ftp://ftpav.ca.com/pub/inoculan/scaneng/Siglist.txt - NONE/- text/plain ... Whoa! Anyone know of a port to analyse this stuff and change what MIGHT be a timestamp to something a mortal like me can read?? Sure.

Solved!! Re: How to analyse squid logs and wierd time stamps

2003-06-05 Thread keith
Hi..what legends are FBSD people! Keith [EMAIL PROTECTED] wrote: [ ... ] 1049884671.477240 10.0.1.121 TCP_HIT/200 744 GET ftp://ftpav.ca.com/pub/inoculan/scaneng/Siglist.txt - NONE/- text/plain ... Whoa! Anyone know of a port to analyse this stuff and change what MIGHT be a timestamp