<?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: performance report generation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-report-generation/m-p/4041175#M302999</link>
    <description>Mavrick, the simplest way would be to use the sar command, you could just specify the interval and the time that you want it to run and let it run for a week to collect data for you, at the end it should give you an average.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
    <pubDate>Fri, 20 Jul 2007 13:43:41 GMT</pubDate>
    <dc:creator>Jaime Bolanos Rojas.</dc:creator>
    <dc:date>2007-07-20T13:43:41Z</dc:date>
    <item>
      <title>performance report generation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-report-generation/m-p/4041174#M302998</link>
      <description>How to take the one week CPU utilization of HPUX 11.11i box. Please&lt;BR /&gt;suggest the best method whether sar or glance . Any good small booklet&lt;BR /&gt;available for the step by step prcedure&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Fri, 20 Jul 2007 13:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-report-generation/m-p/4041174#M302998</guid>
      <dc:creator>mavrick</dc:creator>
      <dc:date>2007-07-20T13:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: performance report generation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-report-generation/m-p/4041175#M302999</link>
      <description>Mavrick, the simplest way would be to use the sar command, you could just specify the interval and the time that you want it to run and let it run for a week to collect data for you, at the end it should give you an average.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Fri, 20 Jul 2007 13:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-report-generation/m-p/4041175#M302999</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-07-20T13:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: performance report generation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-report-generation/m-p/4041176#M303000</link>
      <description>The best tool to get the historical data is perfview. &lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jul 2007 14:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-report-generation/m-p/4041176#M303000</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2007-07-20T14:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: performance report generation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-report-generation/m-p/4041177#M303001</link>
      <description>Sunil,&lt;BR /&gt;Can you tell me the steps to be followed.&lt;BR /&gt;or any link.</description>
      <pubDate>Fri, 20 Jul 2007 14:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-report-generation/m-p/4041177#M303001</guid>
      <dc:creator>mavrick</dc:creator>
      <dc:date>2007-07-20T14:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: performance report generation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-report-generation/m-p/4041178#M303002</link>
      <description>Use mwa data:&lt;BR /&gt;&lt;BR /&gt;I do this nightly:&lt;BR /&gt;&lt;BR /&gt;55 23 * * 1-5 /opt/perf/bin/extract -xp -r /home/gwild/zgbltemplate -g -b today 7:00 -e today 18:00 -f stdout | /bin/mailx -s 'System performance report' sysadm &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;# cat /home/gwild/zgbltemplate&lt;BR /&gt;REPORT "MWA Export on !SYSTEM_ID"&lt;BR /&gt;FORMAT ASCII&lt;BR /&gt;HEADINGS ON&lt;BR /&gt;SEPARATOR="|"&lt;BR /&gt;SUMMARY=60&lt;BR /&gt;MISSING=0&lt;BR /&gt;DATA TYPE GLOBAL&lt;BR /&gt;YEAR&lt;BR /&gt;DATE&lt;BR /&gt;TIME&lt;BR /&gt;GBL_CPU_TOTAL_UTIL&lt;BR /&gt;GBL_CPU_SYS_MODE_UTIL&lt;BR /&gt;GBL_CPU_USER_MODE_UTIL&lt;BR /&gt;GBL_CPU_SYSCALL_UTIL&lt;BR /&gt;GBL_CPU_INTERRUPT_UTIL&lt;BR /&gt;GBL_PRI_QUEUE&lt;BR /&gt;GBL_CPU_CSWITCH_UTIL&lt;BR /&gt;GBL_SWAP_SPACE_UTIL&lt;BR /&gt;GBL_DISK_UTIL_PEAK&lt;BR /&gt;GBL_DISK_SUBSYSTEM_QUEUE&lt;BR /&gt;GBL_MEM_UTIL&lt;BR /&gt;GBL_MEM_CACHE_HIT_PCT&lt;BR /&gt;GBL_MEM_PAGEOUT_RATE&lt;BR /&gt;GBL_MEM_SWAPOUT_RATE&lt;BR /&gt;GBL_MEM_QUEUE&lt;BR /&gt;GBL_NET_PACKET_RATE&lt;BR /&gt;GBL_NET_OUTQUEUE&lt;BR /&gt;GBL_NETWORK_SUBSYSTEM_QUEUE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Modify that file for say just CPU, then gather a weeks data&lt;BR /&gt;&lt;BR /&gt;/opt/perf/bin/extract -xp -r /home/gwild/zgbltemplate -g -b 07/16/2007 00:00 -e 07/22/2007 23:59 -f stdout &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 20 Jul 2007 14:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-report-generation/m-p/4041178#M303002</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-07-20T14:43:27Z</dc:date>
    </item>
  </channel>
</rss>

