Re: reading log files in real time
From: Ramprasad A Padmanabhan (ramprasad.padmanabhan_at_oracle.com)
Date: 07/26/04
- Next message: James Edward Gray II: "Re: Multiple Parameters"
- Previous message: Ramprasad A Padmanabhan: "Re: a sed equivelent"
- In reply to: Adrian Farrell: "reading log files in real time"
- Next in thread: Adrian Farrell: "Re: reading log files in real time"
- Reply: Adrian Farrell: "Re: reading log files in real time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Adrian Farrell <Adrian.Farrell@instinet.co.uk> Date: Mon, 26 Jul 2004 18:38:52 +0530
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.
>
>
- Next message: James Edward Gray II: "Re: Multiple Parameters"
- Previous message: Ramprasad A Padmanabhan: "Re: a sed equivelent"
- In reply to: Adrian Farrell: "reading log files in real time"
- Next in thread: Adrian Farrell: "Re: reading log files in real time"
- Reply: Adrian Farrell: "Re: reading log files in real time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|