Just how to check a windows log documents in actual time?
There is a currently inquiry that inquires about opening up a huge log files.
Yet my purpose is various. Exists any kind of application that checks a log documents and also updates as it is upgraded in live?
System: Windows XP/2003/2008 web server
[Update] this is fairly convenient for a fast monitoring (many thanks to Ckarras's answer)
Quick screen shot of PowerShell type -wait
(type is a pen name for get-content
)
If you are making use of eclipse there is a totally unwell plugin called Log Watcher
http://graysky.sourceforge.net/
It sustains numerous documents, plus shade highlighting.
You do not state which system you're making use of, yet on Unix - like systems the tail
command does this:
tail -f /var/log/messages
In reality there are executions of tail
for Windows additionally (eg. unxutils).
If windows is your point you can attempt Tail for Win32.
modify : Another choice I simply located is TailXP. It's free, yet not opensource. Looks ok from the summary yet I have not attempted it.
I make use of Notepad++ as my default full-screen editor on all my systems, and also it has the wonderful incentive of having this constructed - in - simply go Plugins - > Document Monitor - > Start to check. You can additionally make use of File - > Reload from disk to by hand refill it.
If you install Cygwin on your Windows equipment, you can run tail
I've been making use of BareTailPro for some time, and also have actually been really happy. It hasn't been upgraded in some time, yet it still fulfills my demands. There's additionally a free variation.
Below's several of the attributes :
- View documents of any kind of dimension (> 2GB )
- Configurable highlighting
- Monitor numerous documents all at once
- High-performance search algorithm
- Regular expression message search
- Filter tail setting (include or exclude lines )
Actually,
Related questions