<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The cPanel Admin &#187; performance</title>
	<atom:link href="http://www.thecpaneladmin.com/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecpaneladmin.com</link>
	<description>We know stuff about cPanel.</description>
	<lastBuildDate>Mon, 21 Nov 2011 19:50:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Performance Tip: Disable Optimizefs</title>
		<link>http://www.thecpaneladmin.com/performance-tip-disable-optimizefs/</link>
		<comments>http://www.thecpaneladmin.com/performance-tip-disable-optimizefs/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 13:21:29 +0000</pubDate>
		<dc:creator>Vanessa</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.thecpaneladmin.com/?p=572</guid>
		<description><![CDATA[CPanel utilizes a script called &#8220;optimizefs&#8221; that removes the atime attribute from certain files on the system. For larger servers, this can create a lot of i/o load for a problem that can be fixed simply by mounting your file systems with the noatime flag if your file system is ext2 or higher. The atime [...]


Related posts:<ol><li><a href='http://www.thecpaneladmin.com/fixing-quotas-on-a-cpanel-server/' rel='bookmark' title='Fixing Quotas on a cPanel Server'>Fixing Quotas on a cPanel Server</a></li>
<li><a href='http://www.thecpaneladmin.com/managing-multiple-hard-drives-cpanel/' rel='bookmark' title='Managing Multiple Hard Drives with cPanel'>Managing Multiple Hard Drives with cPanel</a></li>
<li><a href='http://www.thecpaneladmin.com/11-ways-to-free-up-disk-space-on-a-cpanel-server/' rel='bookmark' title='11 Ways to Free Up Disk Space on a cPanel Server'>11 Ways to Free Up Disk Space on a cPanel Server</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>CPanel utilizes a script called &#8220;optimizefs&#8221; that removes the atime attribute from certain files on the system. For larger servers, this can create a lot of i/o load for a problem that can be fixed simply by mounting your file systems with the noatime flag if your file system is ext2 or higher.</p>
<p>The atime attribute is used by Linux to mark when a file was last accessed, and is understood to be a resource drain when enabled for an entire filesystem.  cPanel attempts to address this by removing atime attributes from a specific list of files.  You may see a command like this in your root crontab:</p>
<p><code>45 */8 * * * /usr/bin/test -x /usr/local/cpanel/bin/optimizefs &amp;&amp; /usr/local/cpanel/bin/optimizefs</code></p>
<p>This cron basically applies the following command to a number of files and directories:</p>
<blockquote><p>chattr +A /path/to/file/or/directory</p></blockquote>
<p>Instead of using cPanel&#8217;s band-aid fix, it&#8217;s preferred to remove the atime attribute from the filesystem altogether. To do this, add <strong>noatime</strong> to the file system properties for each usable partition listed in /etc/fstab. For example:</p>
<p><code>LABEL=/ /  ext3    defaults,usrquota,<strong>noatime</strong> 0 0<br />
/tmp /var/tmp ext3    defaults,usrquota,bind,noauto,<strong>noatime</strong> 0 0</code></p>
<p>Then remount each file system. For the example above using the root partition ( / ):</p>
<blockquote><p>mount -o remount /</p></blockquote>
<p>*In some cases, a reboot may be necessary</p>
<p>Now, you can remove the cron job and still get the same benefits of not having your operating system record file access times:</p>
<blockquote><p>sed &#8216;/optimizefs/d&#8217; -i /var/spool/cron/root &amp;&amp; service crond reload</p></blockquote>
<p>Additional Resources:</p>
<p><a href="http://www.faqs.org/docs/securing/chap6sec73.html" target="_blank">http://www.faqs.org/docs/securing/chap6sec73.html</a></p>
<p><map name='google_ad_map_572_78e79355861d63ba'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/572?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_572_78e79355861d63ba' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=572&amp;url= http%3A%2F%2Fwww.thecpaneladmin.com%2Fperformance-tip-disable-optimizefs%2F' /></p><img src="http://www.thecpaneladmin.com/?ak_action=api_record_view&id=572&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.thecpaneladmin.com/fixing-quotas-on-a-cpanel-server/' rel='bookmark' title='Fixing Quotas on a cPanel Server'>Fixing Quotas on a cPanel Server</a></li>
<li><a href='http://www.thecpaneladmin.com/managing-multiple-hard-drives-cpanel/' rel='bookmark' title='Managing Multiple Hard Drives with cPanel'>Managing Multiple Hard Drives with cPanel</a></li>
<li><a href='http://www.thecpaneladmin.com/11-ways-to-free-up-disk-space-on-a-cpanel-server/' rel='bookmark' title='11 Ways to Free Up Disk Space on a cPanel Server'>11 Ways to Free Up Disk Space on a cPanel Server</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thecpaneladmin.com/performance-tip-disable-optimizefs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>10 Free Monitoring Solutions to Consider</title>
		<link>http://www.thecpaneladmin.com/10-free-monitoring-solutions/</link>
		<comments>http://www.thecpaneladmin.com/10-free-monitoring-solutions/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:54:39 +0000</pubDate>
		<dc:creator>Vanessa</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.thecpaneladmin.com/?p=159</guid>
		<description><![CDATA[Server and network monitoring can be crucial to a host's success. I mean, how embarrassing is it when your customers are aware of downtime before you are? You don't have to pay big bucks or spend loads of time setting up monitoring for your server. We've compiled a list of free monitoring solutions you can use to guarantee minimal downtime for your users, and show customers how reliable your service is!


Related posts:<ol><li><a href='http://www.thecpaneladmin.com/adding-services-to-chksrvd-for-monitoring/' rel='bookmark' title='Adding Services to Chksrvd for Monitoring'>Adding Services to Chksrvd for Monitoring</a></li>
<li><a href='http://www.thecpaneladmin.com/11-ways-to-free-up-disk-space-on-a-cpanel-server/' rel='bookmark' title='11 Ways to Free Up Disk Space on a cPanel Server'>11 Ways to Free Up Disk Space on a cPanel Server</a></li>
<li><a href='http://www.thecpaneladmin.com/adding-new-feature-groups-cpanel-theme/' rel='bookmark' title='Adding New Feature Groups for a cPanel Theme'>Adding New Feature Groups for a cPanel Theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Server and network monitoring can be crucial to a host&#8217;s success. I mean, how embarrassing is it when your customers are aware of downtime before you are? You don&#8217;t have to pay big bucks or spend loads of time setting up monitoring for your server. We&#8217;ve compiled a list of free monitoring solutions you can use to guarantee minimal downtime for your users, and show customers how reliable your service is!</p>
<p><span id="more-159"></span></p>
<h2>Monitoring Software</h2>
<p>With a software option, you&#8217;d basically be setting up a server to act as a monitor, or installing software on your PC. Here are some free and open-source software solutions that we&#8217;ve used:</p>
<p><a href="http://nagios.org" target="_blank">Nagios</a></p>
<p>Nagios is considered one of the best free server/network monitoring tools in the industry. It&#8217;s highly customizable and hundreds of plugins are available for it, not to mention that you can easily write your own plugins as well. The only downfall is that the setup can be tricky, and for most setups you need to install the nagios client (NRPE) on the monitored server.</p>
<p><a href="http://munin.projects.linpro.no/" target="_blank">Munin</a></p>
<p>Munin is a plug and play monitoring software mostly for network performance analysis. On a cPanel server, you can install this easily via WHM &gt; Plugins.</p>
<p><a href="http://monitorix.org" target="_blank">Monitorix</a></p>
<p>Monitorix is a free, lightweight monitoring application similar to Nagios and Munin</p>
<p><a href="http://sourceforge.net/projects/phpservermon/" target="_blank">PHP ServerMon</a></p>
<p>Monitors multiple services across multiple servers, allowing each to have its own custom notification settings.</p>
<p><a href="http://www.sourcecodeonline.com/details/server_monitor.html" target="_blank">Server Monitor</a></p>
<p>PHP-based monitoring software allowing monitoring for multiple ports on a server, and provides details uptime reports</p>
<p>Here is a nice list of a few more: <a href="http://sixrevisions.com/tools/10-free-server-network-monitoring-tools-that-kick-ass/" target="_blank">http://sixrevisions.com/tools/10-free-server-network-monitoring-tools-that-kick-ass/</a></p>
<p style="text-align: center;"><a href="http://www.internetuptimemonitor.com/?user-redirect=551"><img class="aligncenter" src="http://www.internetuptimemonitor.com/images/banners/inetuptimemonitor-468x60.gif" border="0" alt="" /></a></p>
<h2>Hosted Solutions</h2>
<p>A hosted monitoring solution is a service offered and maintained by another provider, so you don&#8217;t have any software to install or configure. You&#8217;d generally sign up with the provider and use their control panel to manage your monitored sites. Here are the ones we&#8217;ve tested and recommend:</p>
<p><a href="http://mon.itor.us" target="_blank">mon.itor.us</a></p>
<p>Mon.itor.us is a relatively new monitoring service that promises FREE monitoring forever, for external and internal hosts. When you sign up, you get free access to reports and uptime statistics, as well as widgets you can add to your site. At the time this article was written, this service is still in beta but is rapidly improving and is considered very reliable.</p>
<p><a href="www.247webmonitoring.com" target="_blank">247WebMonitoring</a></p>
<p>This is a 100% free monitoring service that provides a wide range of flexible features for up to 5 sites at intervals of 15, 30, and 60 minutes. Features include content monitoring, pie charts, email/SMS notifications, maintenance mode, and an easy to use control panel. Site also includes a demo showing the service&#8217;s easy of use.</p>
<p><a href="http://www.SiteUptime.com/?aff=10784" target="_blank">SiteUptime</a></p>
<p>The free plan provides monitoring for one site at 30 or 60-minute intervals for HTTP, POP3, SMTP, and FTP, from multiple locations. Low-cost upgrade options are also available: <a href="http://www.SiteUptime.com/?aff=10784" target="_blank">http://www.siteuptime.com/compare.php</a></p>
<p><a href="http://pingdom.com" target="_blank">Pingdom</a></p>
<p>The free plan includes monitoring for one site and up to 20 SMS alerts, with free unlimited email alerts.</p>
<p><a href="http://uptimespy.com" target="_blank">Uptime Spy</a></p>
<p>A more advanced monitoring service that will monitor an unlimited number of resources from several geographic locations at 1,5,15,30, and 60-minute intervals. Features include advanced reporting and statistics, and unlimited notifications.</p>
<p><map name='google_ad_map_159_78e79355861d63ba'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/159?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_159_78e79355861d63ba' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=159&amp;url= http%3A%2F%2Fwww.thecpaneladmin.com%2F10-free-monitoring-solutions%2F' /></p><img src="http://www.thecpaneladmin.com/?ak_action=api_record_view&id=159&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.thecpaneladmin.com/adding-services-to-chksrvd-for-monitoring/' rel='bookmark' title='Adding Services to Chksrvd for Monitoring'>Adding Services to Chksrvd for Monitoring</a></li>
<li><a href='http://www.thecpaneladmin.com/11-ways-to-free-up-disk-space-on-a-cpanel-server/' rel='bookmark' title='11 Ways to Free Up Disk Space on a cPanel Server'>11 Ways to Free Up Disk Space on a cPanel Server</a></li>
<li><a href='http://www.thecpaneladmin.com/adding-new-feature-groups-cpanel-theme/' rel='bookmark' title='Adding New Feature Groups for a cPanel Theme'>Adding New Feature Groups for a cPanel Theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thecpaneladmin.com/10-free-monitoring-solutions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

