<?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>Beautiful Data &#187; Linux</title>
	<atom:link href="http://perumal.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://perumal.org</link>
	<description>Striving for Simplicity</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Report Memory Map of a Process in Linux</title>
		<link>http://perumal.org/report-memory-map-of-a-process-in-linux/</link>
		<comments>http://perumal.org/report-memory-map-of-a-process-in-linux/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 21:28:10 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Performance Tuning]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=2161</guid>
		<description><![CDATA[The pmap command can be used to obtain a memory map report for a process or list of processes. In my opinion, it is a great tool to explore memory leaks and any other memory related issues. If you simply invoke pmap with no options, it will list the usage with general available options, as shown <a href='http://perumal.org/report-memory-map-of-a-process-in-linux/'>[...]</a>]]></description>
		<wfw:commentRss>http://perumal.org/report-memory-map-of-a-process-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Man, Whatis and Apropos</title>
		<link>http://perumal.org/man-whatis-and-apropos/</link>
		<comments>http://perumal.org/man-whatis-and-apropos/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 21:16:14 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=481</guid>
		<description><![CDATA[Man: man command formats and displays the on-line manual pages. If you specify section, man only looks in that section of the manual. name is normally the name of the manual page, which is typically the name of a command, function, or file. Whatis: whatis command searches a set of database files containing short descriptions <a href='http://perumal.org/man-whatis-and-apropos/'>[...]</a>]]></description>
		<wfw:commentRss>http://perumal.org/man-whatis-and-apropos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing Database Server I/O Bottlenecks using IOSTAT</title>
		<link>http://perumal.org/analyzing-database-server-io-bottlenecks-using-iostat/</link>
		<comments>http://perumal.org/analyzing-database-server-io-bottlenecks-using-iostat/#comments</comments>
		<pubDate>Tue, 26 May 2009 10:30:27 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Performance Tuning]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=231</guid>
		<description><![CDATA[iostat (input/output statistics) an utility that shows Report Central Processing Unit (CPU) statistics and input/output statistics for devices and partitions. The iostat command is used for monitoring system input/output device loading by observing the time the devices are active in relation to their average transfer rates. The iostat command generates reports that can be used to change system configuration to better balance the input/output load between physical disks.]]></description>
		<wfw:commentRss>http://perumal.org/analyzing-database-server-io-bottlenecks-using-iostat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identifying CPU and Memory Intensive processes on a database server using PS</title>
		<link>http://perumal.org/identifying-cpu-and-memory-intensive-processes-on-a-database-server-using-ps/</link>
		<comments>http://perumal.org/identifying-cpu-and-memory-intensive-processes-on-a-database-server-using-ps/#comments</comments>
		<pubDate>Wed, 20 May 2009 12:00:33 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Performance Tuning]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=212</guid>
		<description><![CDATA[ps (process status) is an utility that reports a snapshot of the current processes. By default, ps selects all processes with the same effective user ID (euid=EUID) as the current user and associated with the same terminal as the invoker. It displays the process ID (pid=PID), the terminal associated with the process (tname=TTY), the cumulated CPU time in [dd-]hh:mm:ss format (time=TIME), and the executable name (ucmd=CMD). Below is sample default output, which is unsorted.]]></description>
		<wfw:commentRss>http://perumal.org/identifying-cpu-and-memory-intensive-processes-on-a-database-server-using-ps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing Database Server CPU/Processor Bottlenecks using MPSTAT</title>
		<link>http://perumal.org/analyzing-database-server-cpuprocessor-bottlenecks-using-mpstat/</link>
		<comments>http://perumal.org/analyzing-database-server-cpuprocessor-bottlenecks-using-mpstat/#comments</comments>
		<pubDate>Tue, 19 May 2009 19:00:01 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Performance Tuning]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=207</guid>
		<description><![CDATA[mpstat (multiple processor statistics) is an utility that report processors related statistics. Below is the sample default output generated by mpstat with no options:]]></description>
		<wfw:commentRss>http://perumal.org/analyzing-database-server-cpuprocessor-bottlenecks-using-mpstat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle’s OS Watcher (OSW) Utility</title>
		<link>http://perumal.org/oracles-os-watcher-osw-utility/</link>
		<comments>http://perumal.org/oracles-os-watcher-osw-utility/#comments</comments>
		<pubDate>Wed, 13 May 2009 17:15:28 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[MOS]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=194</guid>
		<description><![CDATA[OS Watcher (OSW) is a collection of UNIX shell scripts intended to collect and archive operating system and network metrics to aid support in diagnosing performance issues. OSW operates as a set of background processes on the server and gathers OS data on a regular basis, invoking such Unix utilities as vmstat, netstat and iostat.]]></description>
		<wfw:commentRss>http://perumal.org/oracles-os-watcher-osw-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prepare your Linux Server to install Oracle database using oracle-validated RPM</title>
		<link>http://perumal.org/prepare-your-linux-server-to-install-oracle-database-using-oracle-validated-rpm/</link>
		<comments>http://perumal.org/prepare-your-linux-server-to-install-oracle-database-using-oracle-validated-rpm/#comments</comments>
		<pubDate>Wed, 13 May 2009 06:18:45 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Oracle10g]]></category>
		<category><![CDATA[Oracle11g]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=177</guid>
		<description><![CDATA[Preparing a Linux server to install oracle has been made easy with the help of oracle-validated rpm package. Install of oracle-validated automates the download and install of all required RPMs including dependencies, setup of Linux kernel parameters, creation of oracle user (Linux user) and dba, oinstall groups I have been thinking of trying out oracle-validated <a href='http://perumal.org/prepare-your-linux-server-to-install-oracle-database-using-oracle-validated-rpm/'>[...]</a>]]></description>
		<wfw:commentRss>http://perumal.org/prepare-your-linux-server-to-install-oracle-database-using-oracle-validated-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing Database Server Bottlenecks using VMSTAT</title>
		<link>http://perumal.org/analyzing-database-server-bottlenecks-using-vmstat/</link>
		<comments>http://perumal.org/analyzing-database-server-bottlenecks-using-vmstat/#comments</comments>
		<pubDate>Tue, 12 May 2009 11:00:03 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Performance Tuning]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=169</guid>
		<description><![CDATA[vmstat (virtual memory statistics) reports information about processes, memory, paging, block IO, traps, and cpu activity.]]></description>
		<wfw:commentRss>http://perumal.org/analyzing-database-server-bottlenecks-using-vmstat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patching Red Hat Enterprise Linux 2.1/3/4 for Daylight Savings Time (DST) 2007</title>
		<link>http://perumal.org/patching-red-hat-enterprise-linux-2134-for-daylight-savings-time-dst-2007/</link>
		<comments>http://perumal.org/patching-red-hat-enterprise-linux-2134-for-daylight-savings-time-dst-2007/#comments</comments>
		<pubDate>Fri, 08 May 2009 13:00:43 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=138</guid>
		<description><![CDATA[In the calendar year 2006 and 2007, a number of countries have altered the dates on which they observe Daylight Savings Time (DST). The earliest of these changes will occur on March 26, 2006 for those observing Australian DST and in certain parts of the state of Indiana (USA). (Reference: http://aa.usno.navy.mil/faq/docs/daylight_time.html )]]></description>
		<wfw:commentRss>http://perumal.org/patching-red-hat-enterprise-linux-2134-for-daylight-savings-time-dst-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Software Packages (aka RPMs) with Yum</title>
		<link>http://perumal.org/managing-software-packages-aka-rpms-with-yum/</link>
		<comments>http://perumal.org/managing-software-packages-aka-rpms-with-yum/#comments</comments>
		<pubDate>Fri, 08 May 2009 12:30:12 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=124</guid>
		<description><![CDATA[Yum (Yellow dog Updater, Modified) automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages.

Packages also include a digital signature to identify their source. Software management utilities like yum and rpm verify these signatures using GPG public key. Yum and RPM share a common keyring that stores all public keys for approved sources.]]></description>
		<wfw:commentRss>http://perumal.org/managing-software-packages-aka-rpms-with-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

