Comments on: 4 Ways to Watch or Monitor Log Files in Real Time https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 05 Mar 2024 04:10:32 +0000 hourly 1 By: Sumit https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-2143250 Tue, 05 Mar 2024 04:10:32 +0000 https://www.tecmint.com/?p=27696#comment-2143250 In reply to Kunal.

First you have to install sysstat packges yum install sysstat and second one is access.log so basically according to me access.log genrate when we install apache or Nginx service in our OS.

]]>
By: wata https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1701740 Sat, 15 Jan 2022 18:30:11 +0000 https://www.tecmint.com/?p=27696#comment-1701740 Thanks for the great article…

By the way, I also want to know which font you are using:)

]]>
By: anon https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1294515 Sun, 24 Nov 2019 09:15:26 +0000 https://www.tecmint.com/?p=27696#comment-1294515 apachetop is a tool to aim for the same.

]]>
By: kodisha https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1232321 Mon, 26 Aug 2019 21:55:43 +0000 https://www.tecmint.com/?p=27696#comment-1232321 For the exercise i wrote small node utility that does the same thing as tail -f f1 f2 f3.

Splex: npmjs.com/package/splex

The main “upgrade” is that lines are color coded per file name, and that you can have table-like interface.

Another improvement, actually main reason I wrote this, is the ability to have .splexrc.json files in different folders, so instead having to type tail -f f1 f2 f3 in one folder, then different files in other, you can write .splexrc.json file in root of your project and just type splex without file list arguments and it automatically stream relevant logs you enumerated in config file.

]]>
By: Ravi Saive https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1015357 Wed, 11 Jul 2018 05:32:12 +0000 https://www.tecmint.com/?p=27696#comment-1015357 In reply to Kunal.

@Kunal,

Could you check that the service syslog is running using following command.

$ service syslog status

If it is not running, then re-configure it using following command.

$ sudo dpkg-reconfigure inetutils-syslogd
]]>