<?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: HPUX performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869267#M97987</link>
    <description>You can actually load a trial version of glance from your application CD set. It has a 60 day license.&lt;BR /&gt;&lt;BR /&gt;You can use the 'ps' command to get the information. The part your looking for is 'wchan'&lt;BR /&gt;&lt;BR /&gt;wchan - The event for which the process is waiting or sleeping; if there is none, a hyphen (-) is displayed.&lt;BR /&gt;&lt;BR /&gt;have a look at the man page for further info.</description>
    <pubDate>Mon, 23 Dec 2002 06:28:34 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-12-23T06:28:34Z</dc:date>
    <item>
      <title>HPUX performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869264#M97984</link>
      <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;According to my HPUX Peformance Tuning instructor, command "uptime" is a good tool to asses the loading of a system, thus giving a general idea if the system is overloaded or otherwise. A general guideline for this command is &lt;BR /&gt;&lt;BR /&gt;load &amp;lt;= 1 - not heavy&lt;BR /&gt;1 &amp;lt;= load &amp;lt;= 4 - quite heavy&lt;BR /&gt;and anything above 7 is "high".&lt;BR /&gt;&lt;BR /&gt;Can we use other tool to compliment "uptime" ? I have seen somewhere that we can use "sar -q" and check out the number reported under "runq-sz" - Average length of the run queue(s) of processes(in memory and runnable). What's the general guidelines using "sar -q" to determine system load ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 23 Dec 2002 05:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869264#M97984</guid>
      <dc:creator>Nazri</dc:creator>
      <dc:date>2002-12-23T05:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869265#M97985</link>
      <description>This is not the only indicator of how busy a system is. You can also utilise 'top' and 'glance' if it is loaded.&lt;BR /&gt;&lt;BR /&gt;In regards to the load, &lt;BR /&gt;&lt;BR /&gt;&amp;lt; 1 = system is not busy&lt;BR /&gt;&amp;gt; 1 &amp;lt; 2 system is relatively busy and coping&lt;BR /&gt;&amp;gt; 3 system is struggling&lt;BR /&gt;More than this you have problems, run away processes, processes waiting on CPU etc. 'glance' is a very valuable tool that will report not only load, but CPU, memory, swap etc. &lt;BR /&gt;&lt;BR /&gt;Yes you can use sar -q or uptime, but top is much better.</description>
      <pubDate>Mon, 23 Dec 2002 05:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869265#M97985</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-12-23T05:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869266#M97986</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Thanks for the prompt reply. I am beginning to like this forum already :)&lt;BR /&gt;&lt;BR /&gt;I do not have 'Glance' installed on the system. Hence, I have to rely on the generic tools like top, uptime, sar and etc. &lt;BR /&gt;&lt;BR /&gt;To your knowledge, is there a way to find out the number of processes "waiting" for system resources ? &lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 23 Dec 2002 06:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869266#M97986</guid>
      <dc:creator>Nazri</dc:creator>
      <dc:date>2002-12-23T06:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869267#M97987</link>
      <description>You can actually load a trial version of glance from your application CD set. It has a 60 day license.&lt;BR /&gt;&lt;BR /&gt;You can use the 'ps' command to get the information. The part your looking for is 'wchan'&lt;BR /&gt;&lt;BR /&gt;wchan - The event for which the process is waiting or sleeping; if there is none, a hyphen (-) is displayed.&lt;BR /&gt;&lt;BR /&gt;have a look at the man page for further info.</description>
      <pubDate>Mon, 23 Dec 2002 06:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869267#M97987</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-12-23T06:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869268#M97988</link>
      <description>Here are a couple of examples.&lt;BR /&gt;&lt;BR /&gt;UNIX95 =ps -eo ruser,pid,args,wchan|sort -rn&lt;BR /&gt;UNIX95= ps -eo time,ruser,pid,args,wchan | sort -rn -k 1,1 &lt;BR /&gt;&lt;BR /&gt;ps -ae | sort -rn -k 3,3 &lt;BR /&gt;&lt;BR /&gt;Another tool that could be useful for determining why is called 'lsof' It is free and you can get it from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Dec 2002 06:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869268#M97988</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-12-23T06:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869269#M97989</link>
      <description>Here are a couple of examples.&lt;BR /&gt;&lt;BR /&gt;UNIX95 =ps -eo ruser,pid,args,wchan|sort -rn&lt;BR /&gt;UNIX95= ps -eo time,ruser,pid,args,wchan | sort -rn -k 1,1 &lt;BR /&gt;&lt;BR /&gt;ps -ae | sort -rn -k 3,3 &lt;BR /&gt;&lt;BR /&gt;Another tool that could be useful for determining why is called 'lsof' It is free and you can get it from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Dec 2002 06:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-performance/m-p/2869269#M97989</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-12-23T06:39:42Z</dc:date>
    </item>
  </channel>
</rss>

