Re: help in squid acces log file
- From: Emilio Casbas <ecasbas@xxxxxxx>
- Date: Thu, 26 Jul 2007 08:52:41 +0200
Paulus Junior Lazuardi escribió:
The access time is not in human readable time format, it's actually in the
first field of the line in the log file.
To make it human readable:
#! /usr/bin/perl -p
s/^\d+\.\d+/localtime $&/e;
http://wiki.squid-cache.org/SquidFaq/SquidLogs#head-903e00896639a4de9acf7a11b20b721eb3b64527
Thanks
Emilio C.
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- References:
- RE: help in squid acces log file
- From: Paulus Junior Lazuardi
- RE: help in squid acces log file
- Prev by Date: Need Help on SCSI Abort
- Next by Date: Re: help me in IPTABLES
- Previous by thread: RE: help in squid acces log file
- Next by thread: PHP5 and Apache 2.2.4 on RHEL4
- Index(es):