<?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>Val Petruchek on Web-Development &#187; bash</title>
	<atom:link href="http://petruchek.com/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://petruchek.com</link>
	<description>PHP, JavaScript, MySQL, Apache, CSS</description>
	<lastBuildDate>Sun, 13 Sep 2020 18:58:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Excessive resource usage</title>
		<link>http://petruchek.com/2014/09/excessive-resource-usage/</link>
		<comments>http://petruchek.com/2014/09/excessive-resource-usage/#comments</comments>
		<pubDate>Wed, 24 Sep 2014 12:34:14 +0000</pubDate>
		<dc:creator>val</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://petruchek.com/?p=188</guid>
		<description><![CDATA[Just got an email from one of servers warning me about excessive resource usage: Time: Wed Sep 24 05:21:12 2014 -0500 Account: val Resource: Process Time Exceeded: 1844 > 1800 (seconds) Executable: /bin/bash Command Line: -bash PID: 21234 (Parent PID:21233) &#8230; <a href="http://petruchek.com/2014/09/excessive-resource-usage/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Just got an email from one of servers warning me about excessive resource usage:</p>
<blockquote><pre><code>Time:         Wed Sep 24 05:21:12 2014 -0500
Account:      val
Resource:     Process Time
Exceeded:     1844 > 1800 (seconds)
Executable:   /bin/bash
Command Line: -bash
PID:          21234 (Parent PID:21233)
Killed:       No</code></pre>
</blockquote>
<p>I was confused, because everything I was doing there ran smoothly and quickly &#8211; no scripts hanging or something like that.</p>
<p>Then I realized I could run `top` to see whether the process (I had its PID) is still there. </p>
<p>It was. It was my bash session. <strong>Server was notifying me that my terminal session was using resources excessively &#8211; by simply staying connected to the server.</strong></p>
<p>Okay.</p>
]]></content:encoded>
			<wfw:commentRss>http://petruchek.com/2014/09/excessive-resource-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
