<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: 4 Ways to Watch or Monitor Log Files in Real Time	</title>
	<atom:link href="https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 05 Mar 2024 04:10:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Sumit		</title>
		<link>https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-2143250</link>

		<dc:creator><![CDATA[Sumit]]></dc:creator>
		<pubDate>Tue, 05 Mar 2024 04:10:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27696#comment-2143250</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1014859&quot;&gt;Kunal&lt;/a&gt;.

First you have to install sysstat packges &lt;code&gt;yum install sysstat&lt;/code&gt; and second one is &lt;strong&gt;access.log&lt;/strong&gt; so basically according to me &lt;strong&gt;access.log&lt;/strong&gt; genrate when we install &lt;strong&gt;apache&lt;/strong&gt; or &lt;strong&gt;Nginx&lt;/strong&gt; service in our OS.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1014859">Kunal</a>.</p>
<p>First you have to install sysstat packges <code>yum install sysstat</code> and second one is <strong>access.log</strong> so basically according to me <strong>access.log</strong> genrate when we install <strong>apache</strong> or <strong>Nginx</strong> service in our OS.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: wata		</title>
		<link>https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1701740</link>

		<dc:creator><![CDATA[wata]]></dc:creator>
		<pubDate>Sat, 15 Jan 2022 18:30:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27696#comment-1701740</guid>

					<description><![CDATA[Thanks for the great article...

By the way, I also want to know which font you are using:)]]></description>
			<content:encoded><![CDATA[<p>Thanks for the great article&#8230;</p>
<p>By the way, I also want to know which font you are using:)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anon		</title>
		<link>https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1294515</link>

		<dc:creator><![CDATA[anon]]></dc:creator>
		<pubDate>Sun, 24 Nov 2019 09:15:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27696#comment-1294515</guid>

					<description><![CDATA[&lt;strong&gt;apachetop&lt;/strong&gt; is a tool to aim for the same.]]></description>
			<content:encoded><![CDATA[<p><strong>apachetop</strong> is a tool to aim for the same.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kodisha		</title>
		<link>https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1232321</link>

		<dc:creator><![CDATA[kodisha]]></dc:creator>
		<pubDate>Mon, 26 Aug 2019 21:55:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27696#comment-1232321</guid>

					<description><![CDATA[For the exercise i wrote small node utility that does the same thing as &lt;code&gt;tail -f f1 f2 f3&lt;/code&gt;.

Splex: npmjs.com/package/splex

The main &quot;upgrade&quot; 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 &lt;code&gt;.splexrc.json&lt;/code&gt; files in different folders, so instead having to type &lt;code&gt;tail -f f1 f2 f3&lt;/code&gt; in one folder, then different files in other, you can write &lt;code&gt;.splexrc.json&lt;/code&gt; file in root of your project and just type &lt;code&gt;splex&lt;/code&gt; without file list arguments and it automatically stream relevant logs you enumerated in config file.]]></description>
			<content:encoded><![CDATA[<p>For the exercise i wrote small node utility that does the same thing as <code>tail -f f1 f2 f3</code>.</p>
<p>Splex: npmjs.com/package/splex</p>
<p>The main &#8220;upgrade&#8221; is that lines are color coded per file name, and that you can have table-like interface.</p>
<p>Another improvement, actually main reason I wrote this, is the ability to have <code>.splexrc.json</code> files in different folders, so instead having to type <code>tail -f f1 f2 f3</code> in one folder, then different files in other, you can write <code>.splexrc.json</code> file in root of your project and just type <code>splex</code> without file list arguments and it automatically stream relevant logs you enumerated in config file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1015357</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 11 Jul 2018 05:32:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27696#comment-1015357</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1014914&quot;&gt;Kunal&lt;/a&gt;.

@Kunal,

Could you check that the service syslog is running using following command.
&lt;pre&gt;
$ service syslog status
&lt;/pre&gt;
If it is not running, then re-configure it using following command.
&lt;pre&gt;
$ sudo dpkg-reconfigure inetutils-syslogd
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/watch-or-monitor-linux-log-files-in-real-time/comment-page-1/#comment-1014914">Kunal</a>.</p>
<p>@Kunal,</p>
<p>Could you check that the service syslog is running using following command.</p>
<pre>
$ service syslog status
</pre>
<p>If it is not running, then re-configure it using following command.</p>
<pre>
$ sudo dpkg-reconfigure inetutils-syslogd
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
