<?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>Life, The Universe And Everything &#187; Uncategorized</title>
	<atom:link href="http://kaustubh.padegaonkar.name/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaustubh.padegaonkar.name</link>
	<description>cat life &#124; grep experiences &#62; blog</description>
	<lastBuildDate>Tue, 10 May 2011 07:22:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Process state codes in Linux</title>
		<link>http://kaustubh.padegaonkar.name/2011/05/10/process-state-codes-in-linux/</link>
		<comments>http://kaustubh.padegaonkar.name/2011/05/10/process-state-codes-in-linux/#comments</comments>
		<pubDate>Tue, 10 May 2011 07:22:07 +0000</pubDate>
		<dc:creator>Kaustubh Padegaonkar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kaustubh.padegaonkar.name/?p=116</guid>
		<description><![CDATA[Ever wondered what the STAT column in your process list does? How to differentiate between S and Sl? This handy list given below helps you figure out the state of each process on your system. Here are the different values that the column header &#8220;STAT&#8221; or &#8220;S&#8221; will display to describe the current execution state of a [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Ever wondered what the STAT column in your process list does? How to differentiate between S and Sl? This handy list given below helps you figure out the state of each process on your system. Here are the different values that the column header &#8220;STAT&#8221; or &#8220;S&#8221; will display to describe the current execution state of a process.</p>
<p>&nbsp;</p>
<pre>
D    Uninterruptible sleep (usually IO)
R    Running or runnable (on run queue)
S    Interruptible sleep (waiting for an event to complete)
T    Stopped, either by a job control signal or because it is being traced.
W    paging (not valid since the 2.6.xx kernel)
X    dead (should never be seen)
Z    Defunct ("zombie") process, terminated but not reaped by its parent.</pre>
<pre>For BSD formats and when the stat keyword is used, additional characters may
be displayed:
&lt;    high-priority (not nice to other users)
N    low-priority (nice to other users)
L    has pages locked into memory (for real-time and custom IO)
s    is a session leader
l    is multi-threaded (using CLONE_THREAD, like NPTL pthreads do)
+    is in the foreground process group</pre>
<div class="shr-publisher-116"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://kaustubh.padegaonkar.name/2011/05/10/process-state-codes-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

