<?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: vmstat in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162046#M320071</link>
    <description>Check with #vmstat 1 10 command&lt;BR /&gt;1=for every one sec. 10=no of times .&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;SHR</description>
    <pubDate>Sat, 15 Mar 2008 07:48:50 GMT</pubDate>
    <dc:creator>SUDHAKAR_18</dc:creator>
    <dc:date>2008-03-15T07:48:50Z</dc:date>
    <item>
      <title>vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162043#M320068</link>
      <description>vmstat -n &lt;BR /&gt;checking re columns showing higher value means shortage of memory&lt;BR /&gt;on which basis we have to decide this higher value, if it is higher value what &lt;BR /&gt;is the necessary action to take?&lt;BR /&gt;also if w showing numbers what is the action i have to take?</description>
      <pubDate>Sat, 15 Mar 2008 06:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162043#M320068</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-03-15T06:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162044#M320069</link>
      <description>check that the re value is changed or not&lt;BR /&gt;&lt;BR /&gt;#vmstat 5</description>
      <pubDate>Sat, 15 Mar 2008 07:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162044#M320069</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-03-15T07:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162045#M320070</link>
      <description>for my information i am asking if it is higher value what are the steps i have to take for action&lt;BR /&gt;2. on which basis we are telling it is higher&lt;BR /&gt;value&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Mar 2008 07:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162045#M320070</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-03-15T07:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162046#M320071</link>
      <description>Check with #vmstat 1 10 command&lt;BR /&gt;1=for every one sec. 10=no of times .&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;SHR</description>
      <pubDate>Sat, 15 Mar 2008 07:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162046#M320071</guid>
      <dc:creator>SUDHAKAR_18</dc:creator>
      <dc:date>2008-03-15T07:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162047#M320072</link>
      <description>Dear&lt;BR /&gt;Sudhakar&lt;BR /&gt;my question is if vmstat -n showing&lt;BR /&gt;re columns higher number what is the next step I have to take&lt;BR /&gt;this is my first question i am not asking&lt;BR /&gt;vmstat 1 or 2 like this&lt;BR /&gt;suppose vmstat &lt;BR /&gt;VM&lt;BR /&gt;       memory&lt;BR /&gt;     avm    free   re&lt;BR /&gt;   62191  2458748   12&lt;BR /&gt;see number is 12 if it is higher value&lt;BR /&gt;what i have to do?&lt;BR /&gt;my question is w columns showing &lt;BR /&gt;numbers what I have to do next step(i mean action)</description>
      <pubDate>Sat, 15 Mar 2008 07:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162047#M320072</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-03-15T07:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162048#M320073</link>
      <description>If you have device swap actually USED then this means you have processes paged/swapped out to disc, which explains fully why vmstat shows such a high reclaim rate - pages are constantly being swapped in and out. Ideally you want to keep device swap USED to 0%. We do. This means you have sufficient ram for the applications you are running. We dont let any of our servers here ever get to device swap USED &amp;gt;0%.&lt;BR /&gt;&lt;BR /&gt;For example;&lt;BR /&gt;&lt;BR /&gt;Mb Mb Mb PCT START/ Mb&lt;BR /&gt;TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME&lt;BR /&gt;dev 1024 0 1024 0% 0 - 1 /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;This means everything is in memory, great. vmstat shows no page reclaims at all.&lt;BR /&gt;&lt;BR /&gt;As against;&lt;BR /&gt;&lt;BR /&gt;Mb Mb Mb PCT START/ Mb&lt;BR /&gt;TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME&lt;BR /&gt;dev 512 27 485 5% 0 - 1 /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;In this example we have 27MB of processes swapped/paged out to disc, which means were really 27MB of RAM short! As a result vmstat shows page reclaims going on.&lt;BR /&gt;&lt;BR /&gt;Check the vmstat metric po (page out). This is the most important as it indicates actual pages written to the swap area. HP-UX starts every program with pi (page ins) but these come from the program's executable file. But paged outs are real writes to swap. Single digits are OK, double digits are questionable and more than 2 digits is a real shortage of RAM. It means that some processes have been deactivated and one or more pages have been written out to swap.&lt;BR /&gt;&lt;BR /&gt;Note that swap space is utilizied in several ways. The first is reservation, which involves no I/O, just bookeeping. Swap reservation is often confused with swap usage. The second is space for memory mapped files. And the third is real page outs. vmstat and swapinfo are too crude to give a good picture of RAM usage. You really need GlancePlus to get an accurate (and meaningful) picture of RAM.&lt;BR /&gt;&lt;BR /&gt;Standard incantation: check dbc_max_pct in the kernel. If it is 50, that's where a massive portion of your memory has gone. The DBC is supposed to move down towards dbc_min_pct when processes are threatened with deactivation, but depending on patches and OS version, it isn't too reliable. Because it is a percentage of RAM, the amount changes with RAM changes, it is a pain to manage.</description>
      <pubDate>Sat, 15 Mar 2008 08:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162048#M320073</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2008-03-15T08:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162049#M320074</link>
      <description>Thanks alot Mridual vastava&lt;BR /&gt;one more clarification I need see the out put&lt;BR /&gt;# vmstat -n&lt;BR /&gt;VM&lt;BR /&gt;       memory                     page                          faults&lt;BR /&gt;     avm    free   re   at    pi   po    fr   de    sr     in     sy    cs&lt;BR /&gt;   68711  2458592   12    2     0    0     0    0     0    868    377    70&lt;BR /&gt;CPU&lt;BR /&gt;    cpu          procs&lt;BR /&gt; us sy id    r     b     w&lt;BR /&gt;  0  0 100    1     1     0&lt;BR /&gt;  0  0 100&lt;BR /&gt;  0  0 100&lt;BR /&gt;  0  0 100&lt;BR /&gt;&lt;BR /&gt;here re is 12 what i have to take an action &lt;BR /&gt;how to eliminate these 12</description>
      <pubDate>Sat, 15 Mar 2008 08:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162049#M320074</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-03-15T08:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162050#M320075</link>
      <description>&amp;gt;&amp;gt; here re is 12 what i have to take an action how to eliminate these 12&lt;BR /&gt;&lt;BR /&gt;Nothing to do. &lt;BR /&gt;Just wait, and it will change.&lt;BR /&gt;&lt;BR /&gt;There is nothing wrong or bad about it not being 0. It could be considered good.&lt;BR /&gt;Why do you think it should be elimiated.&lt;BR /&gt;&lt;BR /&gt;Here is a description I just googled:&lt;BR /&gt;&lt;BR /&gt;"Page reclaims -- The kilobytes of pages reclaimed since the last sample. Some of the file system cache is in the free list, and when a file page is reused and removed from the free list, a reclaim occurs. File pages in the free list can be either regular files or executable/library pages. "&lt;BR /&gt;&lt;BR /&gt;But if you really want is eliminated, try this:&lt;BR /&gt;&lt;BR /&gt;$ vmstat -n | awk 'NF==12{sub(" " $3 " ",substr("       ",1,2+length($3)),$0)} 1 '&lt;BR /&gt;&lt;BR /&gt;( I'm shooting for 2 points for technical merit and 1 point for an attempt at being funny. )&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Mar 2008 18:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162050#M320075</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-03-15T18:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162051#M320076</link>
      <description>Dear Hein&lt;BR /&gt;what i understood is if higher value of re columns indicate shortage of memory? in that case we have to reduce re value thats why i am asking what we can do in that case?&lt;BR /&gt;eliminate?</description>
      <pubDate>Sun, 16 Mar 2008 05:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162051#M320076</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-03-16T05:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162052#M320077</link>
      <description>The 'official' explanation for re (reclaimed pages) is in my earlier reply.&lt;BR /&gt;&lt;BR /&gt;I interpret that to mean that the buffer cache was ready to walk away from some memory it had used before, but before thsoe pages were actually utilized for something else, the original contents was needed again.&lt;BR /&gt;&lt;BR /&gt;A modest amount surely is just fine.&lt;BR /&gt;With modest I'm thinking less than 200/second.&lt;BR /&gt;&lt;BR /&gt;Higher amounts suggest that the buffer cache is not finding a good balance.&lt;BR /&gt;I would review the application usage characteristics (Database? fileserver? development?) and dbc_min / dbc_max settings. Maybe put them close by raising dbc_min if the memory is there?&lt;BR /&gt;&lt;BR /&gt;Maybe you can determine a correlation between the re-rate being high and certain activities on the system (backup? Repeasted brute force file scans? ...) &lt;BR /&gt;&lt;BR /&gt;Yours is the first entry that I notice to worry about 're'. For me it never seemed that important. I'll be happy to be proven wrong.&lt;BR /&gt;&lt;BR /&gt;Hope this helps a little,&lt;BR /&gt;Hein.</description>
      <pubDate>Sun, 16 Mar 2008 11:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmstat/m-p/4162052#M320077</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-03-16T11:47:56Z</dc:date>
    </item>
  </channel>
</rss>

