<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569708#M831027</link>
    <description>Hi Shiv &lt;BR /&gt;&lt;BR /&gt;I would not rely specifically on vmstat to assess your server performance.&lt;BR /&gt;&lt;BR /&gt;Glance and Measureware are the best tools to monitor performance but they are licensed products (though 60 Day Trial versions are available on HP-UX Application CD's).&lt;BR /&gt;&lt;BR /&gt;If you are using 'vmstat' then I'd be looking at the following fields:&lt;BR /&gt;&lt;BR /&gt;- High number in the 'procs b' (processes blocked).&lt;BR /&gt;&lt;BR /&gt;- Low number in 'free' field.  This would indicate very little free memory.  &lt;BR /&gt;&lt;BR /&gt;- Look at 'po' (pageouts).  As a rough guide any consistent values over 1-2 may indicate pageout activity and hence memory bottleneck.&lt;BR /&gt;&lt;BR /&gt;- 'cpu id' % CPU idle.  if this is consistently at 0-5% then you may have CPU bottleneck.&lt;BR /&gt;&lt;BR /&gt;If you don't have Measureware (OVPA) I'd look at using sar to collect historical performance data (see man sa1).  You can run it from cron.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
    <pubDate>Thu, 23 Jun 2005 22:10:31 GMT</pubDate>
    <dc:creator>Con O'Kelly</dc:creator>
    <dc:date>2005-06-23T22:10:31Z</dc:date>
    <item>
      <title>performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569699#M831018</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How to check number of cpu ? In the output of "vmstat" what parameters indicates server has no performance issue ?&lt;BR /&gt;&lt;BR /&gt;Thank,&lt;BR /&gt;Shiv&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2005 13:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569699#M831018</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-06-23T13:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569700#M831019</link>
      <description>Shiv,&lt;BR /&gt;&lt;BR /&gt;ioscan -k |grep -n processor |wc -l will give you the CPU count.  You can also check processor speed and CPU type like this:&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;MODEL=$(grep -i $(model | tr "/" " " \&lt;BR /&gt;        | awk '{print $NF}') \&lt;BR /&gt;        /usr/sam/lib/mo/sched.models \&lt;BR /&gt;        | awk '{print $NF}')&lt;BR /&gt;&lt;BR /&gt;MHZ=$(echo itick_per_tick/D \&lt;BR /&gt;        | adb -k $HPUX /dev/kmem \&lt;BR /&gt;        | tail -1 \&lt;BR /&gt;        | awk '{print $2/10000}')&lt;BR /&gt;echo `hostname` has `ioscan -k |grep -n processor \&lt;BR /&gt;        |wc -l` $MODEL $MHZ  "Mhz processor(s)"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The primary stat I look at with vmstat is the po column to make sure I'm not paging/swapping.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2005 13:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569700#M831019</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-06-23T13:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569701#M831020</link>
      <description>1. ioscan -fnCprocessor&lt;BR /&gt;2. There is no single command that will tell you that. It is combination of different commands/tools that will tell you that. You would start with glance&lt;BR /&gt;&lt;BR /&gt;Look at cpu, memory, network and swap. Which is causing the problem??&lt;BR /&gt;&lt;BR /&gt;Other things you need to look at are as follows&lt;BR /&gt;iostat&lt;BR /&gt;sar -d&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 23 Jun 2005 13:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569701#M831020</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-23T13:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569702#M831021</link>
      <description>Glance will give you performance specifics on each cpu (and quantity).  stm will give you specifications of each cpu (and quantity)&lt;BR /&gt;&lt;BR /&gt;dave</description>
      <pubDate>Thu, 23 Jun 2005 13:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569702#M831021</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-06-23T13:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569703#M831022</link>
      <description>Hi shiv,&lt;BR /&gt;&lt;BR /&gt;Try this as root...&lt;BR /&gt;&lt;BR /&gt;echo "runningprocs/D" | adb -k /stand/vmunix /dev/mem &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 23 Jun 2005 13:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569703#M831022</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2005-06-23T13:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569704#M831023</link>
      <description>use "/dev/kmem" if the previous command fails..&lt;BR /&gt;&lt;BR /&gt;echo "runningprocs/D" | adb -k /stand/vmunix /dev/kmem &lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2005 13:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569704#M831023</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2005-06-23T13:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569705#M831024</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Or, use top. &lt;BR /&gt;&lt;BR /&gt;Number of CPUs and the load for each CPU is listed on the top of the output.</description>
      <pubDate>Thu, 23 Jun 2005 13:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569705#M831024</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2005-06-23T13:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569706#M831025</link>
      <description>And here's a good script called hpmem:&lt;BR /&gt;&lt;BR /&gt;# hpmem&lt;BR /&gt;HP-UX svr003 B.11.11 U 9000/800 2504392627 unlimited-user license&lt;BR /&gt;CPU Count: 6&lt;BR /&gt;CPU Speed: 750 MHz&lt;BR /&gt;CPU HW Support: 64-bit&lt;BR /&gt;Kernel Support: 64-bit&lt;BR /&gt;RAM Size: 10080 MB&lt;BR /&gt;bufpages: 542 MB&lt;BR /&gt;maxuprc: 800&lt;BR /&gt;maxvgs: 128&lt;BR /&gt;maxfiles: 2048&lt;BR /&gt;max_thread_proc: 256&lt;BR /&gt;nfile: 189100&lt;BR /&gt;nflock: 1200&lt;BR /&gt;nproc: 2560&lt;BR /&gt;ninode: 16384&lt;BR /&gt;shmmax: 1073741824&lt;BR /&gt;shmmni: 256&lt;BR /&gt;dbc_max_pct: 7&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 23 Jun 2005 13:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569706#M831025</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-06-23T13:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569707#M831026</link>
      <description>Hi Shiv,&lt;BR /&gt;&lt;BR /&gt;There are many ways, You can use top, glanceplus(if itis installed), ioscan, model, ctsm. etc.&lt;BR /&gt;vmstat gives virtual memory stats as name suggest. Broadly we can say that less no of faults better is the performance. But Glance Plus will give you better picture.&lt;BR /&gt;&lt;BR /&gt;Cheers !!!&lt;BR /&gt;eknath</description>
      <pubDate>Thu, 23 Jun 2005 21:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569707#M831026</guid>
      <dc:creator>Eknath</dc:creator>
      <dc:date>2005-06-23T21:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569708#M831027</link>
      <description>Hi Shiv &lt;BR /&gt;&lt;BR /&gt;I would not rely specifically on vmstat to assess your server performance.&lt;BR /&gt;&lt;BR /&gt;Glance and Measureware are the best tools to monitor performance but they are licensed products (though 60 Day Trial versions are available on HP-UX Application CD's).&lt;BR /&gt;&lt;BR /&gt;If you are using 'vmstat' then I'd be looking at the following fields:&lt;BR /&gt;&lt;BR /&gt;- High number in the 'procs b' (processes blocked).&lt;BR /&gt;&lt;BR /&gt;- Low number in 'free' field.  This would indicate very little free memory.  &lt;BR /&gt;&lt;BR /&gt;- Look at 'po' (pageouts).  As a rough guide any consistent values over 1-2 may indicate pageout activity and hence memory bottleneck.&lt;BR /&gt;&lt;BR /&gt;- 'cpu id' % CPU idle.  if this is consistently at 0-5% then you may have CPU bottleneck.&lt;BR /&gt;&lt;BR /&gt;If you don't have Measureware (OVPA) I'd look at using sar to collect historical performance data (see man sa1).  You can run it from cron.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Thu, 23 Jun 2005 22:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569708#M831027</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2005-06-23T22:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569709#M831028</link>
      <description>I have been using the following&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/diag/contrib/pdcinfo -no_banner&lt;BR /&gt;&lt;BR /&gt;or you can run the attached kshell script that will provide you with the CPU and memory and some more stuff.&lt;BR /&gt;thanks&lt;BR /&gt;Devesh&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2005 22:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569709#M831028</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-06-23T22:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569710#M831029</link>
      <description>using top command&lt;BR /&gt;for example, my server has 4 CPU it display like this&lt;BR /&gt;#top&lt;BR /&gt;Cpu states:&lt;BR /&gt;CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt; 0    0.79  41.7%   0.0%  21.5%  36.8%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 1    0.81  45.9%   0.0%  17.7%  36.4%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 2    1.01  33.9%   0.0%  19.3%  46.9%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 3    0.79  36.8%   0.0%  21.5%  41.7%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;---   ----  -----  -----  -----  -----  -----  -----  -----  -----&lt;BR /&gt;avg   0.85  39.6%   0.0%  19.9%  40.4%   0.0%   0.0%   0.0%   0.0%</description>
      <pubDate>Thu, 23 Jun 2005 22:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569710#M831029</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-06-23T22:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569711#M831030</link>
      <description>You should also be able to find it in SAM ('sam').  SAM -&amp;gt; Performance Monitors -&amp;gt; System Properties.</description>
      <pubDate>Fri, 24 Jun 2005 08:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569711#M831030</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2005-06-24T08:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569712#M831031</link>
      <description>Hi,&lt;BR /&gt;using "top" command is the most quick way&lt;BR /&gt;&lt;BR /&gt;good luck,</description>
      <pubDate>Tue, 28 Jun 2005 03:41:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569712#M831031</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-06-28T03:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569713#M831032</link>
      <description>hi,&lt;BR /&gt;Another fantasy command;&lt;BR /&gt;print_manifest|grep -i Processors&lt;BR /&gt;&lt;BR /&gt;Good Luck,</description>
      <pubDate>Tue, 28 Jun 2005 03:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569713#M831032</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-06-28T03:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569714#M831033</link>
      <description>Hi Shiv&lt;BR /&gt;&lt;BR /&gt;Use follwing command to get multi CPU utilisation:&lt;BR /&gt;&lt;BR /&gt;#sar -M -u 5 5 &lt;BR /&gt;&lt;BR /&gt;However performance monitoring tools like Glance plus , Measureware provide better details&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mahesh</description>
      <pubDate>Tue, 28 Jun 2005 07:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3569714#M831033</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-06-28T07:32:42Z</dc:date>
    </item>
  </channel>
</rss>

