<?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>KrazyWorks&#187; Monitoring</title>
	<atom:link href="http://www.krazyworks.com/category/sysadmin/monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krazyworks.com</link>
	<description>Networking, Systems Design, and Disaster Recovery</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:53:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Simple Host Monitoring with SSH</title>
		<link>http://www.krazyworks.com/simple-host-monitoring-with-ssh/</link>
		<comments>http://www.krazyworks.com/simple-host-monitoring-with-ssh/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 04:10:06 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Monitoring]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2506</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.krazyworks.com/category/sysadmin/monitoring/" title="Monitoring">Monitoring</a></p>Sometimes you just need something very simple to monitor a server or an application on a temporary basis. A basic ping monitor is fine, but it will only tell you if a server is responding on the network. It will not tell you if there is some other problem on the system. The script below relies on passwordless SSH setup to periodically log into the monitored nodes and check on their health by executing a local or remote script.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/simple-host-monitoring-with-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Process CPU Affinity on Linux</title>
		<link>http://www.krazyworks.com/changing-process-cpu-affinity-on-linux/</link>
		<comments>http://www.krazyworks.com/changing-process-cpu-affinity-on-linux/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 20:58:37 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2486</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.krazyworks.com/category/sysadmin/monitoring/performance/" title="Performance">Performance</a></p>A common real-life scenario: on a multi-CPU system Oracle processed have taken over and the system has ground to a crawl. The average system load is in double-digits and even logging in takes several minutes. The possible root causes for the problem can range from inefficient SQL queries (the common problem) to insufficient system resources. But at this point you just need to make the system a bit more responsive, so you can start troubleshooting.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/changing-process-cpu-affinity-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Load-Testing HPC Linux Clusters with &#8220;stress&#8221;</title>
		<link>http://www.krazyworks.com/load-testing-hpc-linux-clusters-with-stress/</link>
		<comments>http://www.krazyworks.com/load-testing-hpc-linux-clusters-with-stress/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 00:43:56 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2339</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.krazyworks.com/category/sysadmin/monitoring/performance/" title="Performance">Performance</a></p>The "stress" is a simple-to-use load generator for POSIX systems that I found very useful for stress-testing HPC clusters. The current version of the application is 1.0.4 and it was easy to compile and install. Stress can create configurable system load for CPU, memory, I/O, and disks. In the example below we ran "stress" on a SLES 11 HPC cluster with HP CMU 4.2 installed.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/load-testing-hpc-linux-clusters-with-stress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ganglia on RHEL</title>
		<link>http://www.krazyworks.com/installing-ganglia-on-rhel/</link>
		<comments>http://www.krazyworks.com/installing-ganglia-on-rhel/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 18:59:04 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2313</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.krazyworks.com/category/sysadmin/monitoring/performance/" title="Performance">Performance</a></p>This is a quick follow-up to my earlier post about <a href="http://www.krazyworks.com/installing-and-configuring-ganglia/">installing Ganglia from source</a> on SLES. Here we will install Ganglia from precompiled RPMs on an RHEL server. The basic cluster setup for this example remains the same: two clusters: CLUSTER1 and CLUSTER2 with head nodes head_node1 and head_node2]]></description>
		<wfw:commentRss>http://www.krazyworks.com/installing-ganglia-on-rhel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server and Network Monitoring with iPhone</title>
		<link>http://www.krazyworks.com/server-and-network-monitoring-with-iphone/</link>
		<comments>http://www.krazyworks.com/server-and-network-monitoring-with-iphone/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:53:42 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[istat]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[load averages]]></category>
		<category><![CDATA[server monitoring]]></category>
		<category><![CDATA[ssh client]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[Unix SysAdmin]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1954</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.krazyworks.com/category/sysadmin/hardware/cell-phones/" title="Cell Phones">Cell Phones</a><a href="http://www.krazyworks.com/category/featured/" title="Featured">Featured</a><a href="http://www.krazyworks.com/category/sysadmin/monitoring/" title="Monitoring">Monitoring</a></p>What is a Unix sysadmin doing with an iPhone, you ask? It was a birthday present, if that&#8217;s all right with you. I know, I should have gotten something odd with a beta version of ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/server-and-network-monitoring-with-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying Data: Are We There Yet?</title>
		<link>http://www.krazyworks.com/copying-data-are-we-there-yet/</link>
		<comments>http://www.krazyworks.com/copying-data-are-we-there-yet/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 23:12:12 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Veritas]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Bonnie]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[hard drives]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[sequential input]]></category>
		<category><![CDATA[storage system]]></category>
		<category><![CDATA[stress]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=898</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.krazyworks.com/category/sysadmin/data/backups/" title="Backups">Backups</a><a href="http://www.krazyworks.com/category/sysadmin/networking/" title="Networking">Networking</a><a href="http://www.krazyworks.com/category/sysadmin/monitoring/performance/" title="Performance">Performance</a><a href="http://www.krazyworks.com/category/sysadmin/applications/veritas/" title="Veritas">Veritas</a></p>I am sure this will sound familiar: you are copying a large amount of data - either locally or over the network - and you are wondering how long it will take and if there is a way to make things go faster.You may be surprised, but it does matter what type of files you are copying: 1Gb-worth of many small files will take considerably longer to copy than two 500Mb files. The hardware you are using is an important consideration, but it's not the only factor limiting data transfer speed.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/copying-data-are-we-there-yet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Testing Filesystem Performance with Bonnie++</title>
		<link>http://www.krazyworks.com/testing-filesystem-performance-with-bonnie/</link>
		<comments>http://www.krazyworks.com/testing-filesystem-performance-with-bonnie/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 20:33:51 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Disks and Volumes]]></category>
		<category><![CDATA[Filesystems]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[benchmark utility]]></category>
		<category><![CDATA[benchmarking tools]]></category>
		<category><![CDATA[Bonnie]]></category>
		<category><![CDATA[hard drives]]></category>
		<category><![CDATA[sequential input]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1376</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.krazyworks.com/category/sysadmin/data/disks-and-volumes/" title="Disks and Volumes">Disks and Volumes</a><a href="http://www.krazyworks.com/category/sysadmin/data/filesystems/" title="Filesystems">Filesystems</a><a href="http://www.krazyworks.com/category/sysadmin/monitoring/performance/" title="Performance">Performance</a></p>Bonnie++ is a benchmark utility designed to test performance of hard drives and filesystems by simulating various types of disk I/O. Bonnie++ may be used to test local disks as well as network-mounted filesystems. It ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/testing-filesystem-performance-with-bonnie/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux and High I/O Wait</title>
		<link>http://www.krazyworks.com/linux-and-high-io-wait/</link>
		<comments>http://www.krazyworks.com/linux-and-high-io-wait/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 04:07:08 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=886</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.krazyworks.com/category/featured/" title="Featured">Featured</a><a href="http://www.krazyworks.com/category/sysadmin/monitoring/performance/" title="Performance">Performance</a></p>When you look at the CPU activity of your computer, one of the parameters is the iowait. This value shows how much time your CPU wastes while it is waiting for I/O operations for complete. ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/linux-and-high-io-wait/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux performance tuning</title>
		<link>http://www.krazyworks.com/linux-performance-tuning/</link>
		<comments>http://www.krazyworks.com/linux-performance-tuning/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 19:40:19 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[blocksize]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[I/O wait]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=124</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.krazyworks.com/category/sysadmin/monitoring/performance/" title="Performance">Performance</a></p>Linux Performance Tuning
April &#124; May 2007 &#124; by Jaqui Lynch
Note: This is the second article in a two-part series. The first installment was published in the February/March issue.
In last issue’s article I introduced basic Linux* ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/linux-performance-tuning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple network monitoring with ping</title>
		<link>http://www.krazyworks.com/simple-network-monitoring-with-ping/</link>
		<comments>http://www.krazyworks.com/simple-network-monitoring-with-ping/#comments</comments>
		<pubDate>Tue, 11 Apr 2006 15:12:11 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[GNUPlot]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=96</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.krazyworks.com/category/sysadmin/monitoring/" title="Monitoring">Monitoring</a><a href="http://www.krazyworks.com/category/sysadmin/networking/" title="Networking">Networking</a></p>In the Spring of 2005 Comcast experienced a major DNS outage. Since then many Comcast users have switched to DNS servers that belong to Verizon and other ISPs. Comcast started taking a lot of flak ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/simple-network-monitoring-with-ping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring process CPU and memory usage</title>
		<link>http://www.krazyworks.com/monitoring-process-cpu-and-memory-usage/</link>
		<comments>http://www.krazyworks.com/monitoring-process-cpu-and-memory-usage/#comments</comments>
		<pubDate>Thu, 15 Dec 2005 16:24:12 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Processes]]></category>
		<category><![CDATA[awk print]]></category>
		<category><![CDATA[load averages]]></category>
		<category><![CDATA[memory usage]]></category>
		<category><![CDATA[memory utilization]]></category>
		<category><![CDATA[timeline chart]]></category>

		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=80</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.krazyworks.com/category/sysadmin/monitoring/processes/" title="Processes">Processes</a></p>This article contains examples of using prstat to monitor CPU and memory utilization by individual processes and groups of processes.
Example 1: Show CPU and memory usage by all processes called &#8220;*ora_smon_imanax*&#8221;
The following prstat command will ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/monitoring-process-cpu-and-memory-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

