vote up 0 vote down star

I have been using BareTail for low-footprint log reading, and it works wonderfully. In particular, I like that it can consume very large large files, detect changes to those files, all without consuming much memory at all.

I'd like to know if there are applications out there -- flash, java applet, etc -- that I could use in a web page to mimic this functionality in a program I'm writing

flag

70% accept rate
1  
maybe you could ask this over at serverfault? – jldupont Oct 28 at 12:50
+1 for serverfault – Chris J Oct 28 at 13:21
1  
Not sure I understand how a question about a program I can use as a programmer in a web page has anything to do with server fault. I'm asking this as a programmer looking to build an application, not as a system administrator doing system-admin stuff. – marc esher Oct 28 at 14:30

1 Answer

vote up 1 vote down

You can't do this client-side only, the tailing of the logfile has to be done on the server.

Here's an example in Python that's using AJAX.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.