<?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 (al,os ......) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vmstat-al-os/m-p/3758926#M22501</link>
    <description>Actually, 'vmstat' shows the current memory usage, as well as the virtual memory usage, as well as some basic disk-io, and system process stats.&lt;BR /&gt;&lt;BR /&gt;Typical output of vmstat:&lt;BR /&gt;&lt;BR /&gt;procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----&lt;BR /&gt; r  b   swpd   free  inact active   si   so    bi    bo   in    cs us sy id wa&lt;BR /&gt; 1  0 604916 115680  62476 278680    6    4     2     2    1     1 24  9 62  5&lt;BR /&gt;&lt;BR /&gt;of&lt;BR /&gt;&lt;BR /&gt;procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----&lt;BR /&gt; r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa&lt;BR /&gt; 1 33 624408   7508   5220  27916    6    4     2     2    1     1 24  9 62  5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(this will look screwey, damn lack of fixed-width fonts!).&lt;BR /&gt;&lt;BR /&gt;These are all detailed in the man page.&lt;BR /&gt;&lt;BR /&gt;I use this output with MRTG to map current memory usage.&lt;BR /&gt;&lt;BR /&gt;Other ways to get the current memory usage are to use 'free', or to directly 'cat /proc/meminfo'.  All of these tools look at that for their details anyway.&lt;BR /&gt;&lt;BR /&gt;'free' (which is basically the same as the top section of the 'top' command) shows things the clearest.&lt;BR /&gt;&lt;BR /&gt;Total memory.  Free memory.  Total swap.  Free swap.&lt;BR /&gt;&lt;BR /&gt;Be aware that the Buffers and Cache values are automatically assigned, and change regularly.  If you have a system that is using lots of swap, and the Buffers and Cache values aren't that big, then definately get more memory.</description>
    <pubDate>Sun, 26 Mar 2006 21:31:04 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2006-03-26T21:31:04Z</dc:date>
    <item>
      <title>vmstat (al,os ......)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vmstat-al-os/m-p/3758924#M22499</link>
      <description>Hi admins,&lt;BR /&gt;how can I undersatand what is (al , os ...)&lt;BR /&gt;mean from the vmstat command .&lt;BR /&gt;else the man vmstat,&lt;BR /&gt;please advise I want to know how the system memory is used,&lt;BR /&gt;many thanks.</description>
      <pubDate>Sun, 26 Mar 2006 07:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vmstat-al-os/m-p/3758924#M22499</guid>
      <dc:creator>jousif</dc:creator>
      <dc:date>2006-03-26T07:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat (al,os ......)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vmstat-al-os/m-p/3758925#M22500</link>
      <description>Shalom jousif,&lt;BR /&gt;&lt;BR /&gt;vmstat measures use of virtual memory.&lt;BR /&gt;&lt;BR /&gt;Virtual memory is disk that is used to swap processes from memory to disk when there is more need for memory than memory.&lt;BR /&gt;&lt;BR /&gt;With memory prices low, the ideal system never actually pages to disk using vm, it reserves memory for swap but never uses it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 26 Mar 2006 14:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vmstat-al-os/m-p/3758925#M22500</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-26T14:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat (al,os ......)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vmstat-al-os/m-p/3758926#M22501</link>
      <description>Actually, 'vmstat' shows the current memory usage, as well as the virtual memory usage, as well as some basic disk-io, and system process stats.&lt;BR /&gt;&lt;BR /&gt;Typical output of vmstat:&lt;BR /&gt;&lt;BR /&gt;procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----&lt;BR /&gt; r  b   swpd   free  inact active   si   so    bi    bo   in    cs us sy id wa&lt;BR /&gt; 1  0 604916 115680  62476 278680    6    4     2     2    1     1 24  9 62  5&lt;BR /&gt;&lt;BR /&gt;of&lt;BR /&gt;&lt;BR /&gt;procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----&lt;BR /&gt; r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa&lt;BR /&gt; 1 33 624408   7508   5220  27916    6    4     2     2    1     1 24  9 62  5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(this will look screwey, damn lack of fixed-width fonts!).&lt;BR /&gt;&lt;BR /&gt;These are all detailed in the man page.&lt;BR /&gt;&lt;BR /&gt;I use this output with MRTG to map current memory usage.&lt;BR /&gt;&lt;BR /&gt;Other ways to get the current memory usage are to use 'free', or to directly 'cat /proc/meminfo'.  All of these tools look at that for their details anyway.&lt;BR /&gt;&lt;BR /&gt;'free' (which is basically the same as the top section of the 'top' command) shows things the clearest.&lt;BR /&gt;&lt;BR /&gt;Total memory.  Free memory.  Total swap.  Free swap.&lt;BR /&gt;&lt;BR /&gt;Be aware that the Buffers and Cache values are automatically assigned, and change regularly.  If you have a system that is using lots of swap, and the Buffers and Cache values aren't that big, then definately get more memory.</description>
      <pubDate>Sun, 26 Mar 2006 21:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vmstat-al-os/m-p/3758926#M22501</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-03-26T21:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat (al,os ......)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vmstat-al-os/m-p/3758927#M22502</link>
      <description>Use this,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tech-recipes.com/solaris_system_administration_tips165.html" target="_blank"&gt;http://www.tech-recipes.com/solaris_system_administration_tips165.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;to interpret output.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 27 Mar 2006 01:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vmstat-al-os/m-p/3758927#M22502</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-27T01:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: vmstat (al,os ......)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vmstat-al-os/m-p/3758928#M22503</link>
      <description>many thanks to browne &amp;amp; protter&lt;BR /&gt;I mean when I issue the command&lt;BR /&gt;% vmstat -P&lt;BR /&gt;the output what means ( al,os ...)&lt;BR /&gt;thanks.</description>
      <pubDate>Mon, 27 Mar 2006 01:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vmstat-al-os/m-p/3758928#M22503</guid>
      <dc:creator>jousif</dc:creator>
      <dc:date>2006-03-27T01:39:21Z</dc:date>
    </item>
  </channel>
</rss>

