<?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: Idle process reported as using 5.06% CPU in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/idle-process-reported-as-using-5-06-cpu/m-p/3591732#M231471</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;What does this give&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;     1  echo $_&lt;BR /&gt;     2  user=$1&lt;BR /&gt;     3  echo $user&lt;BR /&gt;     4  echo "  $(UNIX95= ps -e -o pcpu -o ruser -o sz -o vsz -opid -oppid -otime  -otty -o args|head -n1)"&lt;BR /&gt;     5  UNIX95= ps -e -o pcpu -o ruser -o sz -o vsz -opid -oppid  -otime -otty -o args|grep -v %CPU| sort -nr|tail -n +2|head -n 20|grep " "$user&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5 line script so run it twice&lt;BR /&gt;&lt;BR /&gt;Give user name as param&lt;BR /&gt;&lt;BR /&gt;Top is very liberal with figures&lt;BR /&gt;&lt;BR /&gt;               Steve Steel</description>
    <pubDate>Thu, 28 Jul 2005 10:04:35 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2005-07-28T10:04:35Z</dc:date>
    <item>
      <title>Idle process reported as using 5.06% CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/idle-process-reported-as-using-5-06-cpu/m-p/3591730#M231469</link>
      <description>HP-UX 11i, PA-RISC, 2 CPUs, fairly new patches.&lt;BR /&gt;&lt;BR /&gt;I have a completely idle process that is reported as using 5.06% CPU by top and other tools. I have verified that the process does absolutely nothing. The problem occurs after putting heavy load on the process and the stopping the load. Then the CPU use for the process is reported as 5.06% even after 24 hours idle. It does not agree with the overall system CPU use either.&lt;BR /&gt;&lt;BR /&gt;Is this a known problem, and is there a workaround?&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jul 2005 07:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/idle-process-reported-as-using-5-06-cpu/m-p/3591730#M231469</guid>
      <dc:creator>Ivan Skytte Jørgensen</dc:creator>
      <dc:date>2005-07-28T07:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Idle process reported as using 5.06% CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/idle-process-reported-as-using-5-06-cpu/m-p/3591731#M231470</link>
      <description>What tool(s) are you using to measure this?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 28 Jul 2005 07:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/idle-process-reported-as-using-5-06-cpu/m-p/3591731#M231470</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-28T07:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Idle process reported as using 5.06% CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/idle-process-reported-as-using-5-06-cpu/m-p/3591732#M231471</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;What does this give&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;     1  echo $_&lt;BR /&gt;     2  user=$1&lt;BR /&gt;     3  echo $user&lt;BR /&gt;     4  echo "  $(UNIX95= ps -e -o pcpu -o ruser -o sz -o vsz -opid -oppid -otime  -otty -o args|head -n1)"&lt;BR /&gt;     5  UNIX95= ps -e -o pcpu -o ruser -o sz -o vsz -opid -oppid  -otime -otty -o args|grep -v %CPU| sort -nr|tail -n +2|head -n 20|grep " "$user&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5 line script so run it twice&lt;BR /&gt;&lt;BR /&gt;Give user name as param&lt;BR /&gt;&lt;BR /&gt;Top is very liberal with figures&lt;BR /&gt;&lt;BR /&gt;               Steve Steel</description>
      <pubDate>Thu, 28 Jul 2005 10:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/idle-process-reported-as-using-5-06-cpu/m-p/3591732#M231471</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2005-07-28T10:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Idle process reported as using 5.06% CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/idle-process-reported-as-using-5-06-cpu/m-p/3591733#M231472</link>
      <description>Sorry for the long delay (other things to do). I don't have the system setup anymore, but will try to recreate the problem when I have a chance.&lt;BR /&gt;&lt;BR /&gt;The tool used for getting the statistics were 'top' from HP-XU porting centre, and a home-grown top (&lt;A href="http://i1.dk/download/isjtop/)" target="_blank"&gt;http://i1.dk/download/isjtop/)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The weird percentage comes from the pstat API, specifically pstat_getproc() where 'pst_pctcpu' seems stuck at 5.06%&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Aug 2005 08:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/idle-process-reported-as-using-5-06-cpu/m-p/3591733#M231472</guid>
      <dc:creator>Ivan Skytte Jørgensen</dc:creator>
      <dc:date>2005-08-16T08:30:27Z</dc:date>
    </item>
  </channel>
</rss>

