<?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: system performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/3200273#M487619</link>
    <description>Javier,&lt;BR /&gt;&lt;BR /&gt;Like mentioned glanceplus is a good tool for this. &lt;BR /&gt;&lt;BR /&gt;But you can start with sar -d to view which disk (if it is a disk) is the bottleneck. With vgdisplay -v you can identify the volumegroup that has the disk and with bdf you can get the mount point. With fuser -u /mountpoint you can get the processes active on the mount point. It will be a process that consumes considerable CPU time. &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon  &lt;BR /&gt;&lt;BR /&gt;It can be a stale mirror, bad disk asswell  so check the syslog dmesg for messages.&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Feb 2004 03:59:43 GMT</pubDate>
    <dc:creator>G. Vrijhoeven</dc:creator>
    <dc:date>2004-02-24T03:59:43Z</dc:date>
    <item>
      <title>system performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/3200271#M487617</link>
      <description>&lt;P&gt;When I make a sar I can see that there is a %wio bigger than 50% in many cases . I wuold like to know which processes is causing this %wio .. How can I know which process is accessing to a disk and how can monitor the behauviour of a process:&lt;BR /&gt;&lt;BR /&gt;hpuxserv:/&amp;gt; swapinfo -t&lt;BR /&gt; Kb Kb Kb PCT START/ Kb&lt;BR /&gt;TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME&lt;BR /&gt;dev 4194304 935920 3258384 22% 0 - 1 /dev/vg00/lvol2&lt;BR /&gt;reserve - 2180540 -2180540&lt;BR /&gt;memory 1387556 491548 896008 35%&lt;BR /&gt;total 5581860 3608008 1973852 65% - 0 -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;08:29:58 %usr %sys %wio %idle&lt;BR /&gt;08:30:58 15 17 16 53&lt;BR /&gt;08:31:58 9 11 33 47&lt;BR /&gt;08:32:58 9 9 27 55&lt;BR /&gt;08:33:58 9 8 34 48&lt;BR /&gt;08:34:58 10 9 25 56&lt;BR /&gt;08:35:58 15 14 23 48&lt;BR /&gt;08:36:58 18 20 36 26&lt;BR /&gt;08:37:58 6 7 30 57&lt;BR /&gt;08:38:58 7 9 11 73&lt;BR /&gt;08:39:58 17 15 35 33&lt;BR /&gt;08:40:58 11 9 26 54&lt;BR /&gt;08:41:58 13 10 16 61&lt;BR /&gt;08:42:58 14 11 28 47&lt;BR /&gt;08:43:58 17 11 21 51&lt;BR /&gt;08:44:58 23 12 25 40&lt;BR /&gt;08:45:58 23 15 21 42&lt;BR /&gt;08:46:58 21 14 20 45&lt;BR /&gt;08:47:58 22 19 35 24&lt;BR /&gt;08:48:58 25 18 41 16&lt;BR /&gt;08:49:58 27 22 31 20&lt;BR /&gt;08:50:58 24 24 43 9&lt;BR /&gt;08:51:58 13 13 52 23&lt;BR /&gt;08:52:58 14 14 51 22&lt;BR /&gt;08:53:58 13 12 53 22&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;P.S. This thread has been moved from HP-UX Technical Documentation to HP-UX &amp;gt; sysadmin. -HP Forum Moderator&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2014 01:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/3200271#M487617</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2014-08-25T01:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: system performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/3200272#M487618</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;"glance plus" would help you in identifying this process( glance plus is product needs to buy, otherwise it's available on trial version for 60 days on application media).&lt;BR /&gt;&lt;BR /&gt;if you don't like this try out with&lt;BR /&gt;#ps -aef &lt;BR /&gt;identify which process consuming more time.</description>
      <pubDate>Tue, 24 Feb 2004 03:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/3200272#M487618</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-02-24T03:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: system performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/3200273#M487619</link>
      <description>Javier,&lt;BR /&gt;&lt;BR /&gt;Like mentioned glanceplus is a good tool for this. &lt;BR /&gt;&lt;BR /&gt;But you can start with sar -d to view which disk (if it is a disk) is the bottleneck. With vgdisplay -v you can identify the volumegroup that has the disk and with bdf you can get the mount point. With fuser -u /mountpoint you can get the processes active on the mount point. It will be a process that consumes considerable CPU time. &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon  &lt;BR /&gt;&lt;BR /&gt;It can be a stale mirror, bad disk asswell  so check the syslog dmesg for messages.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2004 03:59:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/3200273#M487619</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-02-24T03:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: system performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/3200274#M487620</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you do not have Glance use 'top'.  this will give you a good idea of the most demanding processes.   Also sar -d will show you which disk is being used.&lt;BR /&gt;&lt;BR /&gt;Regads,&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Tue, 24 Feb 2004 04:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/3200274#M487620</guid>
      <dc:creator>John Flanagan</dc:creator>
      <dc:date>2004-02-24T04:25:59Z</dc:date>
    </item>
  </channel>
</rss>

