<?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: Monitor system performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759591#M259062</link>
    <description>Hey! Thanks very useful tips, any addition from anybody out there will be helpfull too!!</description>
    <pubDate>Mon, 27 Mar 2006 11:49:19 GMT</pubDate>
    <dc:creator>Vic S. Kelan</dc:creator>
    <dc:date>2006-03-27T11:49:19Z</dc:date>
    <item>
      <title>Monitor system performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759588#M259059</link>
      <description>Just wondering if anybody has a script that will monitor and capture to a file that I could use to make a chart my memory, CPU and disk utilization every 1hour? Also If this script can be run by non-root user?&lt;BR /&gt;I have glance but of course can only see at a point in time and I am having an unusual spike in memory and disk utilization.&lt;BR /&gt;Thanks!!</description>
      <pubDate>Mon, 27 Mar 2006 11:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759588#M259059</guid>
      <dc:creator>Vic S. Kelan</dc:creator>
      <dc:date>2006-03-27T11:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor system performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759589#M259060</link>
      <description>Shalom Vic,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/system.perf.sh" target="_blank"&gt;http://www.hpux.ws/system.perf.sh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will need to modify it slightly to make it work.  It is designed to collect the info you desire in the background.&lt;BR /&gt;&lt;BR /&gt;Most of it should work with a non-root user.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 27 Mar 2006 11:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759589#M259060</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-27T11:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor system performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759590#M259061</link>
      <description>Here is a script I use to capture CPU load, Memory Usage and Waiting on IO percentage.  I load it into a DB and graph out everything for easy viewing.  You will have to change user names and passwords to suit your needs, obviously, but it should work.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Ty</description>
      <pubDate>Mon, 27 Mar 2006 11:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759590#M259061</guid>
      <dc:creator>Ty Roberts</dc:creator>
      <dc:date>2006-03-27T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor system performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759591#M259062</link>
      <description>Hey! Thanks very useful tips, any addition from anybody out there will be helpfull too!!</description>
      <pubDate>Mon, 27 Mar 2006 11:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759591#M259062</guid>
      <dc:creator>Vic S. Kelan</dc:creator>
      <dc:date>2006-03-27T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor system performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759592#M259063</link>
      <description>If you have glance plus pak, then you can use extract:&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 'svr004 performance report' sysadm &amp;gt;/tmp/performance.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&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;Rgds...Geoff</description>
      <pubDate>Mon, 27 Mar 2006 12:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759592#M259063</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-27T12:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor system performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759593#M259064</link>
      <description>Even if this document is for solaris i find it usefull for all UNIX variations some more that others :-).&lt;BR /&gt;&lt;A href="http://www.adminschoice.com/docs/iostat_vmstat_netstat.htm" target="_blank"&gt;http://www.adminschoice.com/docs/iostat_vmstat_netstat.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It will give some knowhow as to how the standard UNIX performance tools works.</description>
      <pubDate>Mon, 27 Mar 2006 13:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759593#M259064</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2006-03-27T13:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor system performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759594#M259065</link>
      <description>Hi,&lt;BR /&gt;I'm using glance in adviser_only mode to registser in a file CPu, disk, memory e swap utilization.&lt;BR /&gt;See teh attached script.&lt;BR /&gt;It uses this gln_syntax_file:&lt;BR /&gt;print "-- ", &lt;BR /&gt;      gbl_statdate, &lt;BR /&gt;      " ", &lt;BR /&gt;      gbl_stattime, &lt;BR /&gt;      " ", &lt;BR /&gt;      gbl_cpu_total_util|3|0, &lt;BR /&gt;      " ", &lt;BR /&gt;      gbl_disk_util_peak|3|0, &lt;BR /&gt;      " ", &lt;BR /&gt;      gbl_mem_util|3|0, &lt;BR /&gt;      " ", &lt;BR /&gt;      gbl_swap_space_util|3|0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 06:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-system-performance/m-p/3759594#M259065</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-03-28T06:59:57Z</dc:date>
    </item>
  </channel>
</rss>

