April 2016
Beginner to intermediate
276 pages
5h 32m
English
For any system administrator, monitoring log files is a very tedious task, and if we have to refer to more than one log file at the same time to troubleshoot any issue, it becomes even more difficult to keep switching between logs.
For such situations, we can use the MultiTail tool, which can help us to take a look at multiple log files in real time. Using MultiTail, we can display multiple log files in a single window or shell, and it will show us the last few lines of the log file in real time.
To use MultiTail, we don't have to set up anything in particular on our Linux system. Only the multitail package needs to be installed. This can be done using this command:
apt-get install multitail