<?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 do I measure the average utilization in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-measure-the-average-utilization/m-p/2875654#M99558</link>
    <description>Use sar, do a man on sar and you'll see how to check cpu utilization, disk utilization etc..and have a look on vmstat if you want to know about memory utilizations.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rajeev</description>
    <pubDate>Tue, 07 Jan 2003 00:33:19 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2003-01-07T00:33:19Z</dc:date>
    <item>
      <title>How do I measure the average utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-measure-the-average-utilization/m-p/2875652#M99556</link>
      <description>How do I measure the average utilization of the HP box. I need to measure the utilization of the processors, disks, and NIC's. Any suggestion other then to purchase Glance. THX, Otto</description>
      <pubDate>Mon, 06 Jan 2003 23:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-measure-the-average-utilization/m-p/2875652#M99556</guid>
      <dc:creator>Otto Folprecht</dc:creator>
      <dc:date>2003-01-06T23:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I measure the average utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-measure-the-average-utilization/m-p/2875653#M99557</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Measureware (Glance+ Pak) has been a very good product of HP that many customers have been following for their performance and capacity management solutions. There are two threads today itself that discussed about this and should help you determine if it is worth having it. You can get a trial version from your Application CDs to try the product.&lt;BR /&gt;&lt;BR /&gt;Once you have it installed, it will start collecting information automatically. You can generate reports using measureware's "extract" command or Perfview's "pv" graphical interface. Look at man pages for more details.&lt;BR /&gt;&lt;BR /&gt;Also look at the following thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x83aeafe90f1cd71190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x83aeafe90f1cd71190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have also used BMC's BEST/1 which is as good as HP's Measureware. But it concentrates more on CPU metrics.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 07 Jan 2003 00:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-measure-the-average-utilization/m-p/2875653#M99557</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-07T00:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I measure the average utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-measure-the-average-utilization/m-p/2875654#M99558</link>
      <description>Use sar, do a man on sar and you'll see how to check cpu utilization, disk utilization etc..and have a look on vmstat if you want to know about memory utilizations.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rajeev</description>
      <pubDate>Tue, 07 Jan 2003 00:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-measure-the-average-utilization/m-p/2875654#M99558</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-01-07T00:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I measure the average utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-measure-the-average-utilization/m-p/2875655#M99559</link>
      <description>The best way to do this, of course is to use Glance. But however, the other alternative, which is free, is to use Top command. Top lets you see your average utilisation of the CPU, memory and load usages.</description>
      <pubDate>Tue, 07 Jan 2003 02:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-measure-the-average-utilization/m-p/2875655#M99559</guid>
      <dc:creator>sycncs</dc:creator>
      <dc:date>2003-01-07T02:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I measure the average utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-measure-the-average-utilization/m-p/2875656#M99560</link>
      <description>Hi Otto,&lt;BR /&gt;  For monitoring the system utilization, you can use sar on regular interval the put the output to a file.&lt;BR /&gt;&lt;BR /&gt;sar -o sar_op 6 10&lt;BR /&gt;&lt;BR /&gt;and later you can check the file for details.&lt;BR /&gt;You can run this through cron for collecting data.&lt;BR /&gt;&lt;BR /&gt;Also you can use the following commands.&lt;BR /&gt;&lt;BR /&gt;processor:&lt;BR /&gt;&lt;BR /&gt;w -u&lt;BR /&gt;sar -Mu 2 3 ( M for Multiprocessor)&lt;BR /&gt;top &lt;BR /&gt;&lt;BR /&gt;disks:&lt;BR /&gt;iostat&lt;BR /&gt;sar -d 2 3&lt;BR /&gt;&lt;BR /&gt;NIC's&lt;BR /&gt;netstat -s&lt;BR /&gt;&lt;BR /&gt;Memory&lt;BR /&gt;vmstat -n&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;sar -b&lt;BR /&gt;sar -w.&lt;BR /&gt;&lt;BR /&gt;Happy Tuning&lt;BR /&gt;Srini.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2003 03:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-measure-the-average-utilization/m-p/2875656#M99560</guid>
      <dc:creator>avsrini</dc:creator>
      <dc:date>2003-01-07T03:24:24Z</dc:date>
    </item>
  </channel>
</rss>

