<?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>High Fibre Programming &#187; cvs</title>
	<atom:link href="http://www.4pmp.com/tag/cvs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.4pmp.com</link>
	<description>PHP, MySQL, C, Java, Linux and other great after dinner speech topics</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Logging and monitoring server load</title>
		<link>http://www.4pmp.com/2009/09/logging-and-monitoring-server-load/</link>
		<comments>http://www.4pmp.com/2009/09/logging-and-monitoring-server-load/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 19:42:35 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.4pmp.com/?p=46</guid>
		<description><![CDATA[We decided it would be a good idea to be able to periodically log server load so we can identify potential problems So I wrote a little script that outputs the current server load along with a timestamp in CSV format which can easily be called via CRON and send the output to a log [...]]]></description>
			<content:encoded><![CDATA[<p>We decided it would be a good idea to be able to periodically log server load so we can identify potential problems   So I wrote a little script that outputs the current server load along with a timestamp in CSV format which can easily be called via CRON and send the output to a log file which can then be imported into a spreadsheet.</p>
<p><a href='http://www.4pmp.com/wp-content/uploads/2009/09/load.c'>getload.c</a></p>
<p>Just compile it and run it.   The output should be something like:</p>
<p><code>"1251834476","0.21"</code></p>
<p><em>It turns out that Nagios logs server load anyway, but not quite as accurately as this.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.4pmp.com/2009/09/logging-and-monitoring-server-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

