<?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: how to check CPU and memory utilization for each command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-cpu-and-memory-utilization-for-each-command/m-p/5570807#M478803</link>
    <description>&lt;P&gt;For which commands?&amp;nbsp; Normal commands or user applications?&lt;/P&gt;&lt;P&gt;You could use glance or caliper.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Mar 2012 16:08:38 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2012-03-02T16:08:38Z</dc:date>
    <item>
      <title>how to check cpu and memory utilization for each command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-cpu-and-memory-utilization-for-each-command/m-p/5570377#M478785</link>
      <description>&lt;P&gt;how to check the cpu and memory utilization for each command&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 08:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-cpu-and-memory-utilization-for-each-command/m-p/5570377#M478785</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2012-03-02T08:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to check CPU and memory utilization for each command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-cpu-and-memory-utilization-for-each-command/m-p/5570807#M478803</link>
      <description>&lt;P&gt;For which commands?&amp;nbsp; Normal commands or user applications?&lt;/P&gt;&lt;P&gt;You could use glance or caliper.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 16:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-cpu-and-memory-utilization-for-each-command/m-p/5570807#M478803</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-03-02T16:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to check cpu and memory utilization for each command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-cpu-and-memory-utilization-for-each-command/m-p/5570871#M478805</link>
      <description>&lt;P&gt;Using standard HP-UX commands, about all you can find is core image of the process. To list the top 10 processes sorted by core image size, enter these command exactly as shown:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;UNIX95=on ps -eo vsz,args | sort -rnk1 | head | cut -c1-$COLUMNS
(sorted by memory usage in KBytes)

UNIX95=on ps -eo pcpu,time,args | sort -rnk1 | head | cut -c1-$COLUMNS
(sorted by current CPU percentage used followed by accumulated CPU time)

UNIX95=on ps -eo time,pcpu,args | sort -rnk1 | head | cut -c1-$COLUMNS
(sorted by accumulated CPU time followed by current percentage of CPU)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The ps command cannot show you shared memory usage (if a program uses it).&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 16:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-cpu-and-memory-utilization-for-each-command/m-p/5570871#M478805</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2012-03-02T16:52:26Z</dc:date>
    </item>
  </channel>
</rss>

