<?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 utilization in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2765197#M73437</link>
    <description>Hi Hong&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there are couple of ways to do it :&lt;BR /&gt;&lt;BR /&gt;1. top gives you a nice detailed o/p for mutliple cpus , run it by cron and append the o/p to a data file .&lt;BR /&gt;&lt;BR /&gt;2. Glance .&lt;BR /&gt;&lt;BR /&gt;3. If you ahve perf view than you can set it up for cpu_util for the server as a paremter to collect historical data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
    <pubDate>Tue, 16 Jul 2002 17:37:50 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2002-07-16T17:37:50Z</dc:date>
    <item>
      <title>cpu utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2765195#M73435</link>
      <description>hi everyone,&lt;BR /&gt;&lt;BR /&gt;I come up with a question when I try to figure out how to calculate the cpu utilization on hp-ux. &lt;BR /&gt;&lt;BR /&gt;should I use the objects in computerSystem group including&lt;BR /&gt;computerSystemUserCPU1.3.6.1.4.1.11.2.3.1.1.13)computerSystemSysCPU(1.3.6.1.4.1.11.2.3.1.1.14)&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;or use the host resource mib&lt;BR /&gt;hrSWRunPerfCPU(1.3.6.1.2.1.25.5.1.1.1)&lt;BR /&gt;&lt;BR /&gt;can anyone give some advices ?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Hong</description>
      <pubDate>Tue, 16 Jul 2002 16:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2765195#M73435</guid>
      <dc:creator>Hong Chen</dc:creator>
      <dc:date>2002-07-16T16:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: cpu utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2765196#M73436</link>
      <description>Hmmm...the quickest and easiest way I check for CPU utilization is simply to run Glance.&lt;BR /&gt;&lt;BR /&gt;I have glance running on the boxes I'm having watched and every morning I do a reset..at the end of the 'peak production' hours I jot down the averages for CPU/Mem/Disk/Swap utilization.&lt;BR /&gt;When I want to do an overall system performance I set up my parm file and start MeasureWare running to gather the stats...&lt;BR /&gt;&lt;BR /&gt;I'm not sure about (CPU1.2.3.4.5.......) you mentioned, so I hope this addresses your question.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 17:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2765196#M73436</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-07-16T17:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: cpu utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2765197#M73437</link>
      <description>Hi Hong&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there are couple of ways to do it :&lt;BR /&gt;&lt;BR /&gt;1. top gives you a nice detailed o/p for mutliple cpus , run it by cron and append the o/p to a data file .&lt;BR /&gt;&lt;BR /&gt;2. Glance .&lt;BR /&gt;&lt;BR /&gt;3. If you ahve perf view than you can set it up for cpu_util for the server as a paremter to collect historical data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 16 Jul 2002 17:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2765197#M73437</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-07-16T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: cpu utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2765198#M73438</link>
      <description>Presumbly you're collecting mib values over time to compute your cpu utilization ? There are 4 of these that you need take into account .. (BTW I'm not sure about hrSWRunPerfCPU , haven't seen that before)&lt;BR /&gt;a) computerSystemUserCPU &lt;BR /&gt;==&amp;gt;AVERAGE time (in USER processes)&lt;BR /&gt;b) computerSystemSysCPU&lt;BR /&gt;==&amp;gt;AVERAGE time (in SYSTEM processes)&lt;BR /&gt;c) computerSystemNiceCPU&lt;BR /&gt;==&amp;gt;AVERAGE time (in NICE mode)&lt;BR /&gt;d) computerSystemIdleCPU&lt;BR /&gt;==&amp;gt;AVERAGE time (in IDLE mode)&lt;BR /&gt;It's better to collect 'em all and the total will give you want you wanted.</description>
      <pubDate>Tue, 16 Jul 2002 17:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2765198#M73438</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-07-16T17:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: cpu utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2765199#M73439</link>
      <description>thank you, guys. That helps a lot .&lt;BR /&gt;&lt;BR /&gt;As S.K. says, I'm using snmp to compute the cpu utilization, I also prefer hp-unix mib instead of host-resource mib. &lt;BR /&gt;&lt;BR /&gt;Rita and Manoj tell me ways to get the number from the unix box so I can find out if my snmp calculation is right or not .&lt;BR /&gt;&lt;BR /&gt;now I can leave the computer  for a coffee ... :-)&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;hong&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 18:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2765199#M73439</guid>
      <dc:creator>Hong Chen</dc:creator>
      <dc:date>2002-07-16T18:00:24Z</dc:date>
    </item>
  </channel>
</rss>

