<?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/2595824#M854584</link>
    <description>Hi Terry,&lt;BR /&gt;&lt;BR /&gt;if you want a surveiliance for several systems and may be even statistics later, you might consider to try&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.bb4.com" target="_blank"&gt;http://www.bb4.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Several monitoring agents for this tool appear at &lt;A href="http://www.deadcat.net" target="_blank"&gt;http://www.deadcat.net&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker</description>
    <pubDate>Wed, 17 Oct 2001 12:35:41 GMT</pubDate>
    <dc:creator>Volker Borowski</dc:creator>
    <dc:date>2001-10-17T12:35:41Z</dc:date>
    <item>
      <title>CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595814#M854574</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;On one of my HPUX servers, glance plus is intsalled and gives me the avarage and high CPU utilization.&lt;BR /&gt;&lt;BR /&gt;Can anyone advise me as to how can I find this out on all my other servers (none of which have glance plus)&lt;BR /&gt;&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Tue, 16 Oct 2001 14:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595814#M854574</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2001-10-16T14:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595815#M854575</link>
      <description>Hi Terry:&lt;BR /&gt;&lt;BR /&gt;You can use the old UNIX standby's - sar and sadc.&lt;BR /&gt;&lt;BR /&gt;sadc (System activity data collector) can be used to take snapshots on a fixed interval. This does not mean that you will capture peak just what ever the metric happens to be at that point in time. &lt;BR /&gt;&lt;BR /&gt;Man sar and sadc for details.</description>
      <pubDate>Tue, 16 Oct 2001 14:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595815#M854575</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-16T14:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595816#M854576</link>
      <description>Hi again Terry:&lt;BR /&gt;&lt;BR /&gt;Plan B - you can install the 30-day trial version of Glance on your other boxes from the Application CD's.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2001 14:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595816#M854576</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-16T14:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595817#M854577</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use sar command. sar -u 5 10&lt;BR /&gt;&lt;BR /&gt;You can also use top cammand &lt;BR /&gt;&lt;BR /&gt;man sar for details.&lt;BR /&gt;&lt;BR /&gt;Goodluck..&lt;BR /&gt;&lt;BR /&gt;-USA...&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2001 14:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595817#M854577</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-10-16T14:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595818#M854578</link>
      <description>sar should do it for you. E.g. &lt;BR /&gt;&lt;BR /&gt;# sar 5 5&lt;BR /&gt;measures 5 times the CPU utilization for 5 second each (good for average)&lt;BR /&gt;&lt;BR /&gt;# sar 1 5&lt;BR /&gt;measures 5 times the CPU utilization for 1 second each (good for peak)&lt;BR /&gt;&lt;BR /&gt;Alternatively you can use top(1m) or could install the trial license of Glance on your other unix boxes (expires after some weeks).&lt;BR /&gt;&lt;BR /&gt;Carsten&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2001 14:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595818#M854578</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-10-16T14:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595819#M854579</link>
      <description>Top is a really nice utility or you can get yamm (one of my favorites) from the HP porting center:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/yamm-2.6.0" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/yamm-2.6.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 16 Oct 2001 14:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595819#M854579</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-16T14:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595820#M854580</link>
      <description>Hi Terry&lt;BR /&gt;For online monitoring you can use&lt;BR /&gt;#sar -u 1 5 or #top&lt;BR /&gt;&lt;BR /&gt;If possible install glance on rest systems from app. CD.&lt;BR /&gt;You can capture/store history using measureware software or using sadc (/usr/lbin/sa1 and /usr/lbin/sa2 commands) in cronjobs.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant</description>
      <pubDate>Tue, 16 Oct 2001 14:41:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595820#M854580</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-10-16T14:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595821#M854581</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;I have been able to find out what I need from using sar, but I would now like to be able to run this as a cron job and monitor the systems for 24hours.&lt;BR /&gt;I have tried the command /usr/lbin/sa/sa1 and get thef following message :&lt;BR /&gt;sadc: Can't create/open data file: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Also, for 24hour monitoring, what would be the best intervalsto add in the cron job&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Wed, 17 Oct 2001 12:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595821#M854581</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2001-10-17T12:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595822#M854582</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;You simply need to create the directrory /var/adm/sa assuming that is where the sa1 script has defined the datafiles directory.&lt;BR /&gt;&lt;BR /&gt;I typically use a 20 min sampling interval.</description>
      <pubDate>Wed, 17 Oct 2001 12:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595822#M854582</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-17T12:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595823#M854583</link>
      <description>Thanks - cron job is now running.&lt;BR /&gt;This has created a file /var/adm/sa/sa17,&lt;BR /&gt;which is a binary file.&lt;BR /&gt;How do I then get the information I want from this file&lt;BR /&gt;&lt;BR /&gt;Again, thankyou.</description>
      <pubDate>Wed, 17 Oct 2001 12:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595823#M854583</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2001-10-17T12:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595824#M854584</link>
      <description>Hi Terry,&lt;BR /&gt;&lt;BR /&gt;if you want a surveiliance for several systems and may be even statistics later, you might consider to try&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.bb4.com" target="_blank"&gt;http://www.bb4.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Several monitoring agents for this tool appear at &lt;A href="http://www.deadcat.net" target="_blank"&gt;http://www.deadcat.net&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker</description>
      <pubDate>Wed, 17 Oct 2001 12:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595824#M854584</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-10-17T12:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595825#M854585</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can also try sarcheck utility for a month free. &lt;BR /&gt;&lt;A href="http://www.sarcheck.com" target="_blank"&gt;www.sarcheck.com&lt;/A&gt; for more details.&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 17 Oct 2001 12:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595825#M854585</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-10-17T12:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595826#M854586</link>
      <description>To now get the data from the sa* files, you simply do a sar, e.g. sar -u will display CPU utilization using today's statistics files. You can specify a -f option to choose another day's data.&lt;BR /&gt;&lt;BR /&gt;Any options that sar supports with a number of samples/sampling period set of arguments will not work instrad on today's file by default.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Man sar for all the possible options.&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2001 13:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization/m-p/2595826#M854586</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-17T13:03:17Z</dc:date>
    </item>
  </channel>
</rss>

