MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). Merging of 2 or more log files is possible. It can also use colors while displaying the log files (through regular expressions) for faster recognition of what is important. It can also filter lines (again with regular expressions). It has interactive menus for editing given regular expressions and deleting and adding windows. One can also have windows with the output of shell scripts and other software. When viewing the output of external software, MultiTail can mimic the functionality of tools like 'watch'.
| Tags | Monitoring Logging Utilities |
|---|---|
| Operating Systems | POSIX SCO HP-UX AIX Solaris Linux IRIX Mac OS X Windows Windows Cygwin BSD |
Recent releases


Changes: This version fixes a segfault bug in the "scrollback" functionality.


Changes: This version handles ANSI codes in logfiles more gracefully when using the "scrollback" functionality. Of course, you still need to add the "-cT ansi" switch for that.


Changes: Problems were fixed with editrules and Solaris makefiles. The "write script" functionality was fixed. The suspend (^z) functionality was re-enabled. An assertion-error that happened when using the "-ts" switch was fixed. The "--follow-all" switch was added. The configuration file now also accepts "y" instead of "yes".


Changes: Labels would give incorrect linewraps in the scrollbackwindow. The enter key will now add a markerline in all windows. A segfault when saving buffer in the scrollback window was fixed. A horizontal scroll for non-linewrapped windows was added.


Changes: Conversion of signal number to signal name was added. More parameters were made configurable. Error messaging is now more uniform. The -kS switch was added which, like sed, can select parts of strings to keep. Scrolling in the scrollback menu was improved. Scrolling in a line is now possible. A color scheme was added for acpitail. Several bugs were fixed.