 




<?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>Open Source Software and Linux &#187; apache monitoring</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/linux-lotus-domino/tag/apache-monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/linux-lotus-domino</link>
	<description></description>
	<lastBuildDate>Thu, 02 May 2013 21:07:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Top, PowerTOP and mod_top &#8211; three powerful monitoring tools</title>
		<link>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/top-powertop-and-mod_top-three-powerful-monitoring-tools/</link>
		<comments>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/top-powertop-and-mod_top-three-powerful-monitoring-tools/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 01:49:48 +0000</pubDate>
		<dc:creator>Xjlittle</dc:creator>
				<category><![CDATA[apache monitoring]]></category>
		<category><![CDATA[linux apache mysql php LAMP]]></category>
		<category><![CDATA[linux power management]]></category>
		<category><![CDATA[linux top]]></category>
		<category><![CDATA[mod_top]]></category>
		<category><![CDATA[open source monitoring. linux monitoring]]></category>
		<category><![CDATA[power management]]></category>
		<category><![CDATA[powertop]]></category>
		<category><![CDATA[top-cpu]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/linux-lotus-domino/top-powertop-and-mod_top-three-powerful-monitoring-tools/</guid>
		<description><![CDATA[Anyone who has used or administered Linux for any length of time has used the open source application Top. Now there are at least two others to help monitor different areas of your Linux machine. The are PowerTOP and mod_top. Top is the application that provides information on the applications that are using the most [...]]]></description>
				<content:encoded><![CDATA[<p>Anyone who has used or administered Linux for any length of time has used the open source application <a href="http://www.groupsys.com/topinfo/">Top</a>.  Now there are at least two others to help monitor different areas of your Linux machine.  The are PowerTOP and mod_top.</p>
<p>Top is the application that provides information on the applications that are using the most CPU or memory.  It shows the nice level of the application which really comes in handy if it is an application that you want to use but want it to have a lower priority.  Beagle was one such application that I found on my machine at one time.  Top is generally installed by default on most distributions.</p>
<p>Now in addition to Top for the operating system there is <a href="http://www.mod-top.org/">mod_top</a>.  mod_top is a module that works with the LAMP stack.  mod_top monitors LAMP applications that are using PHP 4.4 and 5.x applications.  The user interface is modeled after the standart Top applicaton mentioned above.  mod_top can help locate application bottleneck and an applications using high memory.</p>
<p>mod_top is quite simple to install.  Simply download and unpack the source, type make, create a symlink and add a line to your php.ini file.  </p>
<p>The other Top application that is very useful is <a href="http://www.lesswatts.org/index.php">PowerTOP</a>.  This top is designed to help you find applications that are misbehaving when your computer should be on idle.  PowerTOP combine information from various kernel and userspace sources so that you can see which applications are consuming power when they shouldn&#8217;t be.</p>
<p>The PowerTOP website states that PowerTOP has four basic goals:</p>
<blockquote><p>
PowerTOP has these four basic goals:</p>
<p>    * Show how well your system is using the various hardware power-saving features<br />
    * Show you the culprit software components that are preventing optimal usage of your hardware power savings<br />
    * Help Linux developers test their application and achieve optimal behavior<br />
    * Provide you with tuning suggestions to achieve low power consumption
</p></blockquote>
<p>To build the application just type make and then run the program&#8230;</p>
<p>tar -zxf powertop-1.9.tar.gz<br />
cd powertop-1.9<br />
make<br />
make install<br />
powertop</p>
<p>There you have it!  At least three versions of the Linux Top applicaton to help you monitor, troubleshoot and keep your machines running in top condition.  Enjoy!</p>
<p>-j</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/top-powertop-and-mod_top-three-powerful-monitoring-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
