<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there any other reason, why a process should go to sleep other than waiting on disk I/O. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/is-there-any-other-reason-why-a-process-should-go-to-sleep-other/m-p/4003460#M28370</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Reasons for sleep other than i/o wait&lt;BR /&gt;&lt;BR /&gt;1) Bad user code.&lt;BR /&gt;2) Another process is bound to the CPU&lt;BR /&gt;3) Suspended by process management (root)&lt;BR /&gt;&lt;BR /&gt;I'm sure there are other reasons and they will be posted but a normal system thats not busy will run the process. They should check their code.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sun, 20 May 2007 09:32:16 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-05-20T09:32:16Z</dc:date>
    <item>
      <title>Is there any other reason, why a process should go to sleep other than waiting on disk I/O.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-any-other-reason-why-a-process-should-go-to-sleep-other/m-p/4003459#M28369</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I see a lot of sleeping processes from the output of top command.  Please suggest,&lt;BR /&gt;&lt;BR /&gt;I have run the below command using "top -u lkamath"&lt;BR /&gt;&lt;BR /&gt;top - 08:55:29 up 44 days, 23:12, 13 users,  load average: 0.98, 0.42, 0.25&lt;BR /&gt;Tasks: 207 total,   1 running, 206 sleeping,   0 stopped,   0 zombie&lt;BR /&gt;Cpu(s): 13.7%us,  0.3%sy,  0.0%ni, 85.9%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st&lt;BR /&gt;Mem:   8189832k total,  5956640k used,  2233192k free,   153168k buffers&lt;BR /&gt;Swap:  2104472k total,     9712k used,  2094760k free,  4918216k cached&lt;BR /&gt;&lt;BR /&gt;  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND&lt;BR /&gt;10611 lkamath   16   0 2536m 146m 3192 S  111  1.8   1:04.46 java&lt;BR /&gt; 4921 lkamath   15   0 76216 1844  992 S    0  0.0   0:01.07 sshd&lt;BR /&gt; 4922 lkamath   15   0 64320 1828 1316 S    0  0.0   0:00.04 ksh&lt;BR /&gt; 4945 lkamath   15   0 73676 1840 1352 S    0  0.0   0:00.17 bash&lt;BR /&gt; 6505 lkamath   18   0 64196 1636 1196 S    0  0.0   0:00.06 portrel_all.sh&lt;BR /&gt; 6547 lkamath   21   0 65140 1252  964 S    0  0.0   0:00.02 sh&lt;BR /&gt; 6588 lkamath   20   0 65136 1304  964 S    0  0.0   0:00.03 sh&lt;BR /&gt; 6622 lkamath   18   0 65136  796  452 S    0  0.0   0:00.00 sh&lt;BR /&gt; 6678 lkamath   18   0 65144 1368  960 S    0  0.0   0:00.04 sh&lt;BR /&gt; 6715 lkamath   16   0 65144  820  412 S    0  0.0   0:00.00 sh&lt;BR /&gt; 6754 lkamath   16   0 66168 2316  976 S    0  0.0   0:00.19 sh&lt;BR /&gt;10606 lkamath   17   0 66168 1800  460 S    0  0.0   0:00.00 sh&lt;BR /&gt;15746 lkamath   15   0 64240 1812 1340 S    0  0.0   0:00.10 ksh&lt;BR /&gt;19989 lkamath   15   0 76212 1928 1088 S    0  0.0   0:00.02 sshd&lt;BR /&gt;19990 lkamath   15   0 64320 1848 1332 S    0  0.0   0:00.05 ksh&lt;BR /&gt;22201 lkamath   15   0 76212 1836  996 S    0  0.0   0:00.30 sshd&lt;BR /&gt;22202 lkamath   15   0 64368 2056 1448 S    0  0.0   0:00.15 ksh&lt;BR /&gt;24071 lkamath   15   0 76216 1952 1092 S    0  0.0   0:04.26 sshd&lt;BR /&gt;24088 lkamath   15   0 66568 2256 1520 S    0  0.0   0:00.55 ksh&lt;BR /&gt;32175 lkamath   15   0 76212 1924 1092 S    0  0.0   0:00.04 sshd&lt;BR /&gt;32176 lkamath   15   0 64316 1836 1324 S    0  0.0   0:00.05 ksh&lt;BR /&gt;&lt;BR /&gt;The user is running a test and they are timing out.&lt;BR /&gt;&lt;BR /&gt;Please suggest,&lt;BR /&gt;Thanks &amp;amp; Regards,</description>
      <pubDate>Sun, 20 May 2007 08:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-any-other-reason-why-a-process-should-go-to-sleep-other/m-p/4003459#M28369</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2007-05-20T08:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any other reason, why a process should go to sleep other than waiting on disk I/O.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-any-other-reason-why-a-process-should-go-to-sleep-other/m-p/4003460#M28370</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Reasons for sleep other than i/o wait&lt;BR /&gt;&lt;BR /&gt;1) Bad user code.&lt;BR /&gt;2) Another process is bound to the CPU&lt;BR /&gt;3) Suspended by process management (root)&lt;BR /&gt;&lt;BR /&gt;I'm sure there are other reasons and they will be posted but a normal system thats not busy will run the process. They should check their code.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 20 May 2007 09:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-any-other-reason-why-a-process-should-go-to-sleep-other/m-p/4003460#M28370</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-20T09:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any other reason, why a process should go to sleep other than waiting on disk I/O.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-any-other-reason-why-a-process-should-go-to-sleep-other/m-p/4003461#M28371</link>
      <description>Hi&lt;BR /&gt;Can you give more details of the test?&lt;BR /&gt;&lt;BR /&gt;The process could be waiting for an event. for example response from an user input or response from another network device</description>
      <pubDate>Sun, 20 May 2007 22:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-any-other-reason-why-a-process-should-go-to-sleep-other/m-p/4003461#M28371</guid>
      <dc:creator>kenny chia</dc:creator>
      <dc:date>2007-05-20T22:02:45Z</dc:date>
    </item>
  </channel>
</rss>

