<?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 vmstat in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4799839#M392425</link>
    <description>Dear All,&lt;BR /&gt;&lt;BR /&gt; What i found that the vmstat and few other commands taking more time to excute it. What will be the reason .&lt;BR /&gt;&lt;BR /&gt;time vmstat 1 3&lt;BR /&gt; kthr      memory            page            disk          faults      cpu&lt;BR /&gt; r b w   swap  free  re  mf pi po fr de sr m1 m1 m1 m2   in   sy   cs us sy id&lt;BR /&gt; 0 3 0 42505288 20739608 424 523 185 19 19 0 0 4 3 3 0 6245 35933 4939 5  1 94&lt;BR /&gt; 0 11 0 41885320 19187776 1829 843 0 49 49 0 0 1 1 1 0 36877 193330 66223 17 5 78&lt;BR /&gt; 0 12 0 41892712 19187768 55 283 0 81 81 0 0 9 9  9  0 35711 90055 63995 14 4 82&lt;BR /&gt;&lt;BR /&gt;real    0m31.38s&lt;BR /&gt;user    0m27.61s&lt;BR /&gt;sys     0m1.74s&lt;BR /&gt;&lt;BR /&gt;Regarda,&lt;BR /&gt;Waugh</description>
    <pubDate>Sun, 19 Jun 2011 10:52:42 GMT</pubDate>
    <dc:creator>Waugh</dc:creator>
    <dc:date>2011-06-19T10:52:42Z</dc:date>
    <item>
      <title>vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4799839#M392425</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt; What i found that the vmstat and few other commands taking more time to excute it. What will be the reason .&lt;BR /&gt;&lt;BR /&gt;time vmstat 1 3&lt;BR /&gt; kthr      memory            page            disk          faults      cpu&lt;BR /&gt; r b w   swap  free  re  mf pi po fr de sr m1 m1 m1 m2   in   sy   cs us sy id&lt;BR /&gt; 0 3 0 42505288 20739608 424 523 185 19 19 0 0 4 3 3 0 6245 35933 4939 5  1 94&lt;BR /&gt; 0 11 0 41885320 19187776 1829 843 0 49 49 0 0 1 1 1 0 36877 193330 66223 17 5 78&lt;BR /&gt; 0 12 0 41892712 19187768 55 283 0 81 81 0 0 9 9  9  0 35711 90055 63995 14 4 82&lt;BR /&gt;&lt;BR /&gt;real    0m31.38s&lt;BR /&gt;user    0m27.61s&lt;BR /&gt;sys     0m1.74s&lt;BR /&gt;&lt;BR /&gt;Regarda,&lt;BR /&gt;Waugh</description>
      <pubDate>Sun, 19 Jun 2011 10:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4799839#M392425</guid>
      <dc:creator>Waugh</dc:creator>
      <dc:date>2011-06-19T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4799840#M392426</link>
      <description>Taking more time than when? What HP-UX version?</description>
      <pubDate>Sun, 19 Jun 2011 23:12:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4799840#M392426</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-06-19T23:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4799841#M392427</link>
      <description>a) UNIX95=1 ps -ef -o pid,ppid,wchan,stat | grep PID&lt;BR /&gt;wchan checks to see what is blocking the pid and what it is waiting on&lt;BR /&gt;&lt;BR /&gt;b) If you review most hpux admins notes on vmstat they will tell you it is mostly unreliable on hpux since 10.00 when the transition from BSD to ATT was made.  Most rely on glance / gpm, and top.</description>
      <pubDate>Mon, 20 Jun 2011 00:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4799841#M392427</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2011-06-20T00:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4799842#M392428</link>
      <description>&amp;gt;Michael: UNIX95=1 ps -ef -o pid,ppid,wchan,stat | grep PID&lt;BR /&gt;&lt;BR /&gt;If you want a particular PID you may want to use -p:&lt;BR /&gt;UNIX95=EXTENDED_PS ps -f -p your-PID -o pid,ppid,wchan,stat</description>
      <pubDate>Mon, 20 Jun 2011 00:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4799842#M392428</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-06-20T00:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4799843#M392429</link>
      <description>Hello Waugh,&lt;BR /&gt;&lt;BR /&gt;As you mentioned that few commands like vmstat taking more time to run.Below could be the reasons which of that cause.&lt;BR /&gt;&lt;BR /&gt;As your vmstat output clearly concludes that page outs are more than page in, so there could be the issue of memory crunch.&lt;BR /&gt;&lt;BR /&gt;1]Please check whther the physical memeory &amp;amp; swap  utilisation is 100% full. &lt;BR /&gt;#vmstat or swinfo -tam&lt;BR /&gt;&lt;BR /&gt;2]Also check if /tmp file system is 100% full.In this scinario as well there could be the possibilities of commands getting hung or poor response.&lt;BR /&gt;#bdf /tmp&lt;BR /&gt;&lt;BR /&gt;3]One more parameter you can check is load average of the system.if it is more than avg 3.0 then it implies system is loaded.&lt;BR /&gt;#top or sar 1 5&lt;BR /&gt;&lt;BR /&gt;Hope this will help you.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Yogesh</description>
      <pubDate>Mon, 20 Jun 2011 03:52:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4799843#M392429</guid>
      <dc:creator>Yogesh M Puranik</dc:creator>
      <dc:date>2011-06-20T03:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/5368597#M476343</link>
      <description>&lt;P&gt;I'm seeing the same results as Waugh. My physical memory and swap utilization look good and I followed your other checks and still no difference. What do you think it could be?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2011 12:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/5368597#M476343</guid>
      <dc:creator>andrewstolpe</dc:creator>
      <dc:date>2011-10-21T12:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/5368981#M476346</link>
      <description>&lt;P&gt;&amp;gt;I'm seeing the same results as Waugh. My physical memory and swap utilization look good&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might want to explain your results?&amp;nbsp; Are you worried about your system performance or about the slowness of the vmstat command?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2011 23:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/5368981#M476346</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-21T23:04:15Z</dc:date>
    </item>
  </channel>
</rss>

