<?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 Check the process in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504718#M16707</link>
    <description>If my RH server run very slow sudenly since a few days ago, but no any modification has made to the system in these days , the command "top" also can't check any strange process in the system , can suggest what can I check to find what is the reason to make the server run very slowly ? thx</description>
    <pubDate>Tue, 15 Mar 2005 04:56:43 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2005-03-15T04:56:43Z</dc:date>
    <item>
      <title>Check the process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504718#M16707</link>
      <description>If my RH server run very slow sudenly since a few days ago, but no any modification has made to the system in these days , the command "top" also can't check any strange process in the system , can suggest what can I check to find what is the reason to make the server run very slowly ? thx</description>
      <pubDate>Tue, 15 Mar 2005 04:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504718#M16707</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-03-15T04:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Check the process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504719#M16708</link>
      <description>Hi,&lt;BR /&gt;disk problems? Are you sharing disks with another server (DNS problems)?&lt;BR /&gt;Anything in the system logs?&lt;BR /&gt;As a last attempt - have you tried a reboot?&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 15 Mar 2005 07:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504719#M16708</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-03-15T07:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Check the process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504720#M16709</link>
      <description>Hi peterchu,&lt;BR /&gt;&lt;BR /&gt;    Did other command can running? Such vmstat,ps and ls. If other command can running ,but very slow. Maybe your system is very busy. You should find out which resource is not enough. You should check log ,cpu,memory,and i/o. If other command can not running. Maybe your harddisk have problem. Which server are you using? HP proliant?&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Tue, 15 Mar 2005 08:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504720#M16709</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-03-15T08:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Check the process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504721#M16710</link>
      <description>thx replies , I hv just re-start it but seems no improvement , I want to ask about your suggestion to check the cpu , menory , i/o , can advise how to check it ? how can I know whether the hardware has problem ? thx</description>
      <pubDate>Tue, 15 Mar 2005 11:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504721#M16710</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-03-15T11:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Check the process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504722#M16711</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;if you have X installed on this server, open system monitor from gnome menu, and check CPU &amp;amp; memory utilisation fropm there.</description>
      <pubDate>Tue, 15 Mar 2005 23:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504722#M16711</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-03-15T23:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Check the process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504723#M16712</link>
      <description>Could it be that the network settings on the switch (or whatever) were changed behind your back (full/half duplex)? In that case local operations (e.g. script doing a tally) should still give good performance.&lt;BR /&gt;&lt;BR /&gt;Check with netstat -s if there are any counters indicating problems.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 16 Mar 2005 06:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504723#M16712</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-03-16T06:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Check the process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504724#M16713</link>
      <description>If you have sysstat install on your system you can use sar to check out system activity, the version I have on this Fedora 3 is sysstat-5.0-5.1.&lt;BR /&gt;&lt;BR /&gt;I know use ask for details but the man page say's it better then I could.&lt;BR /&gt;&lt;BR /&gt;the data is collected daily by sar in /var/log/sa&lt;BR /&gt;&lt;BR /&gt;You can also us sar to gat a view of what happening "now" &lt;BR /&gt;ex:&lt;BR /&gt;#sar -a | more&lt;BR /&gt;&lt;BR /&gt;I use this daily with top and lsof to track down most thinks.. there are also tools out there to format the data from sar into nice report for "management, boss, web site's"&lt;BR /&gt;&lt;BR /&gt;Hope this is of some interest to you.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Wed, 16 Mar 2005 06:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504724#M16713</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-03-16T06:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Check the process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504725#M16714</link>
      <description>Make that &lt;BR /&gt;# sar -A | more &lt;BR /&gt;and forgive my bad spelling&lt;BR /&gt;should use preview and read again before sending out what I type to fast.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Wed, 16 Mar 2005 06:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504725#M16714</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-03-16T06:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Check the process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504726#M16715</link>
      <description>If you are run pre-U4 kernels on RHEL3, you may encounter a problem where kswapd starts to consume CPU as the system gets under memory pressure.   If you have this problem, you will see kswapd consuming close 100% of cpu when running top. &lt;BR /&gt;&lt;BR /&gt;The fix is to install the Update 4 (U4) kernel. &lt;BR /&gt;2.4.21-27.0.2 from Red Hat network.</description>
      <pubDate>Wed, 16 Mar 2005 08:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504726#M16715</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2005-03-16T08:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Check the process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504727#M16716</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;also check swap  cat /proc/swaps or  free&lt;BR /&gt;&lt;BR /&gt;if you can estimate the time, go through  logs&lt;BR /&gt;&lt;BR /&gt;in /var/log/messages allmessages warn&lt;BR /&gt;&lt;BR /&gt;also check processes ps -ajx if some zombie is in your system&lt;BR /&gt;&lt;BR /&gt;rgds Jan</description>
      <pubDate>Wed, 16 Mar 2005 08:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-process/m-p/3504727#M16716</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2005-03-16T08:38:36Z</dc:date>
    </item>
  </channel>
</rss>

