Re: reading log files in real time
From: Adrian Farrell (Adrian.Farrell_at_instinet.co.uk)
Date: 07/27/04
- Next message: Brian Ling: "RE: Help with hash refs"
- Previous message: Zeus Odin: "RE: [SOLUTION] how can i generate 10 unique (non repeating) numbers"
- In reply to: Ramprasad A Padmanabhan: "Re: reading log files in real time"
- Next in thread: Wiggins D Anconia: "Re: reading log files in real time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "Ramprasad A Padmanabhan <ramprasad.padmanabhan" <ramprasad.padmanabhan@oracle.com> Date: Tue, 27 Jul 2004 14:00:11 +0100
Ramprasad,
thanks for the heads up on File::Tail;
unfortunatley the module isn't installed and we have a very tight
restricttions on what we can install on production servers (banks are like
that!!!).
so I'm back needing to find a way to do it with the tell and seek commands,
thanks,
Ad
Ramprasad A
Padmanabhan
To
26/07/2004 14:08 Adrian Farrell/UK/INSTINET@Instinet
cc
perl beginners <beginners@perl.org>
Subject
Re: reading log files in real time
use File::Tail;
Ram
On Mon, 2004-07-26 at 18:19, Adrian Farrell wrote:
> Hi,
>
> I'm looking for a way to read log files in real time, so that each time a
> new entry appears in the file I can perform a search/query (whatever
> really!) on it.
>
> it's odd really, as I expected this to be a very common scenario and yet
I
> can find nothing on it!
>
> I think there maybe some way to achieve this using the seek and tell
> commands but I can't quite fathom it out.
>
> any suggestions?
>
> thanks,
> Ad
>
----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> <<Disclaimer>>
> This message contains confidential information and is intended only for
the
> named individual. If you are not the named addressee, you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this message in error and
delete
> this e-message from your system.
>
> E-mail transmission cannot be guaranteed to be secure or error-free as
> information could be intercepted, corrupted, lost, destroyed, delayed in
> transmission, incomplete, or may contain viruses. The sender therefore
does
> not accept liability for any errors or omissions in the contents of
> this message which arise as a result of e-mail transmission. If
> verification is required please request a hard-copy version. This message
> is provided for informational purposes and should not be construed as a
> solicitation or offer to buy or sell any securities or related financial
> instruments.
>
>
-- To unsubscribe, e-mail: beginners-unsubscribe@perl.org For additional commands, e-mail: beginners-help@perl.org <http://learn.perl.org/> <http://learn.perl.org/first-response>
- Next message: Brian Ling: "RE: Help with hash refs"
- Previous message: Zeus Odin: "RE: [SOLUTION] how can i generate 10 unique (non repeating) numbers"
- In reply to: Ramprasad A Padmanabhan: "Re: reading log files in real time"
- Next in thread: Wiggins D Anconia: "Re: reading log files in real time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|