On Mon, Jan 05, 2009 at 03:53:22PM +0530, ram wrote:
>
> On Sun, 2009-01-04 at 13:48 -0500, Victor Duchovni wrote:
> > On Sun, Jan 04, 2009 at 08:33:12PM +0530, Ramprasad wrote:
> >
> > > My logfiles are approx 1.5 GB each, if we rotate twice a day
> > > grep sender.*recipient $logfile is really
On Sun, 2009-01-04 at 13:48 -0500, Victor Duchovni wrote:
> On Sun, Jan 04, 2009 at 08:33:12PM +0530, Ramprasad wrote:
>
> > My logfiles are approx 1.5 GB each, if we rotate twice a day
> > grep sender.*recipient $logfile is really much much faster than grep
> > -i sender.*recipient $logfile
>
On Sun, Jan 04, 2009 at 08:33:12PM +0530, Ramprasad wrote:
> My logfiles are approx 1.5 GB each, if we rotate twice a day
> grep sender.*recipient $logfile is really much much faster than grep
> -i sender.*recipient $logfile
> IMHO grep would not count as lousy code ( on linux )
Use "egrep -i"
On Sun, Jan 04, 2009 at 08:33:12PM +0530, Ramprasad wrote:
>
> My logfiles are approx 1.5 GB each, if we rotate twice a day
> grep sender.*recipient $logfile is really much much faster than grep
> -i sender.*recipient $logfile
> IMHO grep would not count as lousy code ( on linux )
And are you s
Terry Carmen wrote:
Henrik K wrote:
On Sat, Jan 03, 2009 at 04:51:04PM +0530, ram wrote:
Can all the logs be made in lowercase only atleast the sender and the
recipient emailids
Since we have huge logs, searching for something in the logs is quite
expensive. And doing it case insensitive rea
Henrik K wrote:
On Sat, Jan 03, 2009 at 04:51:04PM +0530, ram wrote:
Can all the logs be made in lowercase only atleast the sender and the
recipient emailids
Since we have huge logs, searching for something in the logs is quite
expensive. And doing it case insensitive really sucks the resour
On Sat, Jan 03, 2009 at 04:51:04PM +0530, ram wrote:
> Can all the logs be made in lowercase only atleast the sender and the
> recipient emailids
>
> Since we have huge logs, searching for something in the logs is quite
> expensive. And doing it case insensitive really sucks the resources
> If pos
On Sat, Jan 03, 2009 at 04:51:04PM +0530, ram wrote:
> Can all the logs be made in lowercase only atleast the sender and the
> recipient emailids
>
> Since we have huge logs, searching for something in the logs is quite
> expensive. And doing it case insensitive really sucks the resources
> If po
ram a écrit :
> Can all the logs be made in lowercase only atleast the sender and the
> recipient emailids
>
> Since we have huge logs, searching for something in the logs is quite
> expensive.
why not write a script to parse the logs and store them in a format that
makes searching easier?
> An
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
ram said the following on 03/01/09 12:21:
> Can all the logs be made in lowercase only atleast the sender and the
> recipient emailids
You could to it when the message "enters" syslog process.
Many syslog daemons such as for instance rsyslog have su
10 matches
Mail list logo