<?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: Perf- A Performance Monitoring and Analysis Tool for Linux	</title>
	<atom:link href="https://www.tecmint.com/perf-performance-monitoring-and-analysis-tool-for-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/perf-performance-monitoring-and-analysis-tool-for-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 27 Sep 2025 06:03:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/perf-performance-monitoring-and-analysis-tool-for-linux/comment-page-1/#comment-1307652</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 20 Dec 2019 05:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20639#comment-1307652</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/perf-performance-monitoring-and-analysis-tool-for-linux/comment-page-1/#comment-1307539&quot;&gt;Francis&lt;/a&gt;.

@Francis,

Yes, this script will work on all modern Linux distributions.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/perf-performance-monitoring-and-analysis-tool-for-linux/comment-page-1/#comment-1307539">Francis</a>.</p>
<p>@Francis,</p>
<p>Yes, this script will work on all modern Linux distributions.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Francis		</title>
		<link>https://www.tecmint.com/perf-performance-monitoring-and-analysis-tool-for-linux/comment-page-1/#comment-1307539</link>

		<dc:creator><![CDATA[Francis]]></dc:creator>
		<pubDate>Thu, 19 Dec 2019 12:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20639#comment-1307539</guid>

					<description><![CDATA[Thanks, Ravi! I will try these. Will this work on Ubuntu also? I have a hosting running on Ubuntu also.]]></description>
			<content:encoded><![CDATA[<p>Thanks, Ravi! I will try these. Will this work on Ubuntu also? I have a hosting running on Ubuntu also.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/perf-performance-monitoring-and-analysis-tool-for-linux/comment-page-1/#comment-1307491</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 19 Dec 2019 05:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20639#comment-1307491</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/perf-performance-monitoring-and-analysis-tool-for-linux/comment-page-1/#comment-1307477&quot;&gt;Francis&lt;/a&gt;.

@Francis,

I hope this would help you to clear logs in CentOS Linux.
&lt;pre&gt;
#!/bin/bash
# this script clear logs in Linux (made in CentOS)
cd /var/log
truncate -s 0 /var/log/*log
find . -name &quot;*.gz&quot; -type f -delete
find . -name &quot;*.0&quot; -type f -delete
find . -name &quot;*.1&quot; -type f -delete
find . -name &quot;*.log.*&quot; -type f -delete
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/perf-performance-monitoring-and-analysis-tool-for-linux/comment-page-1/#comment-1307477">Francis</a>.</p>
<p>@Francis,</p>
<p>I hope this would help you to clear logs in CentOS Linux.</p>
<pre>
#!/bin/bash
# this script clear logs in Linux (made in CentOS)
cd /var/log
truncate -s 0 /var/log/*log
find . -name "*.gz" -type f -delete
find . -name "*.0" -type f -delete
find . -name "*.1" -type f -delete
find . -name "*.log.*" -type f -delete
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Francis		</title>
		<link>https://www.tecmint.com/perf-performance-monitoring-and-analysis-tool-for-linux/comment-page-1/#comment-1307477</link>

		<dc:creator><![CDATA[Francis]]></dc:creator>
		<pubDate>Thu, 19 Dec 2019 02:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20639#comment-1307477</guid>

					<description><![CDATA[Hi!

I am looking for scripts to clean up the logs/cache, what to do when the disk gets 90%, managing the memory, basic directory structure for the centos server. Can someone help me find these? I am using Plesk in ionos. Very often space becomes an issue and server crashes.  I am a newbie to the server admin. Thanks in advance for your help.]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>I am looking for scripts to clean up the logs/cache, what to do when the disk gets 90%, managing the memory, basic directory structure for the centos server. Can someone help me find these? I am using Plesk in ionos. Very often space becomes an issue and server crashes.  I am a newbie to the server admin. Thanks in advance for your help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jalal Hajigholamali		</title>
		<link>https://www.tecmint.com/perf-performance-monitoring-and-analysis-tool-for-linux/comment-page-1/#comment-784849</link>

		<dc:creator><![CDATA[Jalal Hajigholamali]]></dc:creator>
		<pubDate>Sun, 29 May 2016 06:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20639#comment-784849</guid>

					<description><![CDATA[Hi,
Very nice and useful article]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
Very nice and useful article</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
