<?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: strange process in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273846#M12096</link>
    <description>thx all , &lt;BR /&gt;&lt;BR /&gt;I just kill some of idle user , then the space used is normal now , but I still wonder why I can't find the strange process by top , how can I check what large process is running in the system ? thx</description>
    <pubDate>Tue, 11 May 2004 23:03:55 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2004-05-11T23:03:55Z</dc:date>
    <item>
      <title>strange process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273842#M12092</link>
      <description>I found that the available size of /tmp become smaller , it seems there is a process is running and write sth to the harddisk , but I can't find it by use "top" function , could suggest how to find it ? thx.</description>
      <pubDate>Tue, 11 May 2004 22:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273842#M12092</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-11T22:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: strange process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273843#M12093</link>
      <description>i tried to du -sk the /tmp , but the used size is the same , &lt;BR /&gt;&lt;BR /&gt;/dev/sda8               505605    479278       223 100% /tmp&lt;BR /&gt;&lt;BR /&gt;I don't know why the space gone , could suggest what is wrong ? thx.</description>
      <pubDate>Tue, 11 May 2004 22:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273843#M12093</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-11T22:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: strange process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273844#M12094</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try this command. &lt;BR /&gt;&lt;BR /&gt;    lsof /tmp&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;    ls -l /proc/[1-9]*/fd/ | grep /tmp&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 May 2004 22:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273844#M12094</guid>
      <dc:creator>Kiyoshi Miyake</dc:creator>
      <dc:date>2004-05-11T22:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: strange process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273845#M12095</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#lsof /tmp | more&lt;BR /&gt;&lt;BR /&gt;lsof output will give you processes using /tmp .&lt;BR /&gt;&lt;BR /&gt;To find out the largest files in tmp.&lt;BR /&gt;&lt;BR /&gt;#cd /tmp&lt;BR /&gt;&lt;BR /&gt;#ls -l | sort -nr -k 4,4 | more&lt;BR /&gt;&lt;BR /&gt;( in descending order )&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 May 2004 23:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273845#M12095</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2004-05-11T23:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: strange process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273846#M12096</link>
      <description>thx all , &lt;BR /&gt;&lt;BR /&gt;I just kill some of idle user , then the space used is normal now , but I still wonder why I can't find the strange process by top , how can I check what large process is running in the system ? thx</description>
      <pubDate>Tue, 11 May 2004 23:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273846#M12096</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-11T23:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: strange process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273847#M12097</link>
      <description>I got it , all are fixed.  thank you very much.</description>
      <pubDate>Tue, 11 May 2004 23:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273847#M12097</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-11T23:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: strange process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273848#M12098</link>
      <description>peter, a process will not show up on top unless its using a lot of cpu resources.&lt;BR /&gt;&lt;BR /&gt;top is for top users of cpu. It doesn't take a lot of cpu on a busy system to fill up a disk.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 12 May 2004 01:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273848#M12098</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-12T01:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: strange process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273849#M12099</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;as Steven said, top is for the most CPU consumating processes. For you problem, you should better use lsof to detect the process then use the ps command. if you detect that &lt;PID&gt; is your writer, then use&lt;BR /&gt;ps auxw | grep &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;&lt;/PID&gt;&lt;/PID&gt;</description>
      <pubDate>Wed, 12 May 2004 12:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-process/m-p/3273849#M12099</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-05-12T12:49:28Z</dc:date>
    </item>
  </channel>
</rss>

