<?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: cpu full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742861#M68103</link>
    <description>Joe,&lt;BR /&gt;&lt;BR /&gt;I think you would be better off looking at top or glance (or even sar) to see what process is the top CPU hog.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 12 Jun 2002 12:55:05 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2002-06-12T12:55:05Z</dc:date>
    <item>
      <title>cpu full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742860#M68102</link>
      <description>Hi Again:&lt;BR /&gt;&lt;BR /&gt; This morning one of the user did something which put one of the process running way at 100% cpu. since the users log from pc it is very difficult to say what they did(like clicking on x) but they launch xmotif apps from pc thru xemulator. I have attached the lsof output. Can someone look into it and point out may be the rootcause of the process running away. This lsof was taken after the user logged out but still had his process running. Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Joe.</description>
      <pubDate>Wed, 12 Jun 2002 12:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742860#M68102</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2002-06-12T12:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: cpu full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742861#M68103</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;I think you would be better off looking at top or glance (or even sar) to see what process is the top CPU hog.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 12 Jun 2002 12:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742861#M68103</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-12T12:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: cpu full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742862#M68104</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check out with top, glance or sar to find out what process is occupying the CPU resources and then use the lsof command.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Wed, 12 Jun 2002 12:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742862#M68104</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-12T12:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: cpu full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742863#M68105</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;2 lines to neatly print the progs using cpu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1  UNIX95= ps -e -o pcpu -o ruser -o vsz -opid -o args|head -n1&lt;BR /&gt;2  UNIX95= ps -e -o pcpu -o ruser -o vsz -opid -o args|grep -v %CPU| sort -&lt;BR /&gt;nr|tail -n +2|head -n 20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;              Steve Steel</description>
      <pubDate>Wed, 12 Jun 2002 13:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742863#M68105</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-06-12T13:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: cpu full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742864#M68106</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  Still Ur CPU is loaded? If yes, Please use #top command and see which process is loading CPU. Or do U have any diagnostic software installed which gives the history ? Or U monitor CPU load alway by using top or sar or w command. Then U will be able to find out what went wrong.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;shahul</description>
      <pubDate>Wed, 12 Jun 2002 13:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742864#M68106</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-06-12T13:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: cpu full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742865#M68107</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Is there anything in&lt;BR /&gt;&lt;BR /&gt;1)/var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;2)/var/dt/Xerrors&lt;BR /&gt;&lt;BR /&gt;3)For the user&lt;BR /&gt;&lt;BR /&gt;$HOME/.dt/startlog  $HOME/.dt/errorlog&lt;BR /&gt;&lt;BR /&gt;From when this happened.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check you patch level.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                  Steve Steel&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jun 2002 13:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742865#M68107</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-06-12T13:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: cpu full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742866#M68108</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;What is &lt;BR /&gt;&lt;BR /&gt;\hich\af2\dbch\af23\loch\f2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 12 Jun 2002 13:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742866#M68108</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-12T13:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: cpu full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742867#M68109</link>
      <description>Hi All:&lt;BR /&gt;&lt;BR /&gt;  Thanks much for the response. I forgot to mention. the process which was running away was UAM.Harry, you can omit the first coloumn as i think it came out of word wrapping. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Joe.</description>
      <pubDate>Wed, 12 Jun 2002 13:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742867#M68109</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2002-06-12T13:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: cpu full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742868#M68110</link>
      <description>I'm no expert here but it looks like "chrislee" is doing everything here!!!!!&lt;BR /&gt;&lt;BR /&gt;I think you have 3-4 X type services&lt;BR /&gt;ctxclipbo[ard]:27893&lt;BR /&gt;ctxwm:27894&lt;BR /&gt;ctxlogin:27790&lt;BR /&gt;ctxXtw:27789&lt;BR /&gt;&lt;BR /&gt;The two below programs seem to have the most files open.  &lt;BR /&gt;DSBS_CW:27920&lt;BR /&gt;UAM:28493&lt;BR /&gt;I think they are using "ccia" [whatever that is] and are accessing the data/logical volumes /dev/vg01/lvdata and /dev/vg01/lvnet&lt;BR /&gt;&lt;BR /&gt;From the above your probably saying "I know all this" or "he's got that wrong".  But the information you have given is not the whole story.&lt;BR /&gt; &lt;BR /&gt;As far as what is using the CPU... you cannot say as the output looks at all the open files.&lt;BR /&gt;&lt;BR /&gt;I would suggest&lt;BR /&gt;&lt;BR /&gt;1 - look at "top", if you can post it.&lt;BR /&gt;2 - Look at the Applications that use the most CPU in glance (if you have it), see if they are doing anything weird.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Wed, 12 Jun 2002 14:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742868#M68110</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-12T14:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: cpu full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742869#M68111</link>
      <description>It has been my experience that if a PC loses it's connection, some application loop, trying to re-establish the connection. Using top or glance will show you these processes.&lt;BR /&gt;&lt;BR /&gt;If you have Measureware, you can add to the /var/opt/perf/alarmdef file to send an alert when a process CPU utilization is more than 90%.&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 12 Jun 2002 14:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-full/m-p/2742869#M68111</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-06-12T14:32:15Z</dc:date>
    </item>
  </channel>
</rss>

