<?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: capturing weighted cpu in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066821#M437972</link>
    <description>Thanks to all for your information.</description>
    <pubDate>Tue, 04 Sep 2007 11:50:05 GMT</pubDate>
    <dc:creator>Clarence Rebolledo</dc:creator>
    <dc:date>2007-09-04T11:50:05Z</dc:date>
    <item>
      <title>capturing weighted cpu</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066814#M437965</link>
      <description>I run scripts using "top -d1" and piped to a file. Then I string the file and grep for my process and check the wcpu because of the programs memory leak and it run up to 100%. Is there another command to use to capture the weighted cpu or when the process gets to 100%. When it reaches 100% it locks up where nobody can not do any work on the system.</description>
      <pubDate>Mon, 03 Sep 2007 23:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066814#M437965</guid>
      <dc:creator>Clarence Rebolledo</dc:creator>
      <dc:date>2007-09-03T23:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: capturing weighted cpu</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066815#M437966</link>
      <description>You can do as follows.&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -ef =o pid,ppid,ruser,cpu,pcpu,args|grep "your_processes"&lt;BR /&gt;&lt;BR /&gt;Then whatever you want to do...</description>
      <pubDate>Mon, 03 Sep 2007 23:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066815#M437966</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2007-09-03T23:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: capturing weighted cpu</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066816#M437967</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpuxconsulting.com/mem.mon" target="_blank"&gt;http://hpuxconsulting.com/mem.mon&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Consider it beta code, but its coming along nicely.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 04 Sep 2007 00:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066816#M437967</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-04T00:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: capturing weighted cpu</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066817#M437968</link>
      <description>Thanks for your answer. One of the reasons for writing was to check if any utility or command was put out by HP that I may of missed. Both answers use the ps command and it shows time used by the process not weighted cpu. This process runs 24x7 and it's the weighted cpu that concerns me because when the process reaches 100% wcpu nothing else gets done on the server.</description>
      <pubDate>Tue, 04 Sep 2007 11:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066817#M437968</guid>
      <dc:creator>Clarence Rebolledo</dc:creator>
      <dc:date>2007-09-04T11:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: capturing weighted cpu</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066818#M437969</link>
      <description>You do know about the "top -f file" option to give text output?  I don't know if top allows you to use "-" as the file so you can send it to your pipe?&lt;BR /&gt;&lt;BR /&gt;You mentioned CPU and memory leak.  Why do you think there is a connection?</description>
      <pubDate>Tue, 04 Sep 2007 11:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066818#M437969</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-04T11:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: capturing weighted cpu</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066819#M437970</link>
      <description>If you are worried about a memory leak, you can  download wdb and use it's leak detection commands:&lt;BR /&gt;set heap-check on&lt;BR /&gt;info leaks&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Sep 2007 11:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066819#M437970</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-04T11:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: capturing weighted cpu</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066820#M437971</link>
      <description>We are running a Vendors application and it is known to go high with it's Weighted CPU usage. About once a month I have to kill the process because it goes high on it's wcpu and you can see it using top. I do know about the -f command with top, thanks. It's the vendor's application that's bad and because we're using it, I have to watch this problem. Thanks for your help and informaion.</description>
      <pubDate>Tue, 04 Sep 2007 11:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066820#M437971</guid>
      <dc:creator>Clarence Rebolledo</dc:creator>
      <dc:date>2007-09-04T11:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: capturing weighted cpu</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066821#M437972</link>
      <description>Thanks to all for your information.</description>
      <pubDate>Tue, 04 Sep 2007 11:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-weighted-cpu/m-p/5066821#M437972</guid>
      <dc:creator>Clarence Rebolledo</dc:creator>
      <dc:date>2007-09-04T11:50:05Z</dc:date>
    </item>
  </channel>
</rss>

