<?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: Check the system information. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134144#M8279</link>
    <description>Adding up to all other replies, I request you to look into `vmstat'.  The `si' and `so' fields are to be noted.  If these values are high, you need to increase RAM.  `man vmstat' is quite interesting!</description>
    <pubDate>Wed, 03 Dec 2003 02:05:08 GMT</pubDate>
    <dc:creator>Ragu_1</dc:creator>
    <dc:date>2003-12-03T02:05:08Z</dc:date>
    <item>
      <title>Check the system information.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134136#M8271</link>
      <description>I have a Red Hat Linux system , how can I exactly know the OS , kernel version and the SWAP memory system ? thx.</description>
      <pubDate>Tue, 02 Dec 2003 19:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134136#M8271</guid>
      <dc:creator>eric_204</dc:creator>
      <dc:date>2003-12-02T19:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Check the system information.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134137#M8272</link>
      <description>The command "uname -a" will provide the kernel &amp;amp; OS info. In the /proc directory you will see a file called "swaps" - view this file and it will tell you how big swap is and on what partition.</description>
      <pubDate>Tue, 02 Dec 2003 20:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134137#M8272</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2003-12-02T20:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Check the system information.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134138#M8273</link>
      <description>All pretty simple.&lt;BR /&gt;&lt;BR /&gt;Kernel version/revision: uname -r&lt;BR /&gt;&lt;BR /&gt;RH distribution : cat /etc/redhat-release&lt;BR /&gt;&lt;BR /&gt;Swap details : grep ^Swap: /proc/meminfo&lt;BR /&gt;(these are total, available, in use).&lt;BR /&gt;&lt;BR /&gt;The entire /proc/meminfo might be of interset to you however, as it lists a great deal of other interesting memory details.</description>
      <pubDate>Tue, 02 Dec 2003 20:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134138#M8273</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-12-02T20:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Check the system information.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134139#M8274</link>
      <description>Ooo.. swaps.. forgot about that one!  I was trying to remember a command that listed them for you (I vaugely remember 'swapon -l', but that isn't it).. oh my fading memory *pout*..</description>
      <pubDate>Tue, 02 Dec 2003 20:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134139#M8274</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-12-02T20:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Check the system information.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134140#M8275</link>
      <description>A little more info. The /proc directory will contain a lot of info about your system. Example, on my RH there is a file called cpuinfo and this file contains lots of info concerning the CPU - what type,, how fast, cache size, etc. Also look at the meminfo file as there is some info about swap in addition to lots of other info concerning memory in general. Look at the version file as well. Bottom line, look at all of the files in this area - just don't make any changes.</description>
      <pubDate>Tue, 02 Dec 2003 20:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134140#M8275</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2003-12-02T20:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Check the system information.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134141#M8276</link>
      <description>Just a little addition to the swap thing.  As almost everybody relies on /proc for all sorts of information even though you can not guarantee that the format of /proc will not change (or indeed still exist) from one release of Linux to the next, your best bet for swap is&lt;BR /&gt; &lt;BR /&gt;swapinfo -s</description>
      <pubDate>Tue, 02 Dec 2003 22:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134141#M8276</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-02T22:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Check the system information.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134142#M8277</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;what dist/version are you using? None of my RH7/8/9 boxes have 'swapinfo'.</description>
      <pubDate>Tue, 02 Dec 2003 22:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134142#M8277</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-12-02T22:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Check the system information.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134143#M8278</link>
      <description>A way to find out how much swapspace is being used:&lt;BR /&gt;&lt;BR /&gt;# free&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 03 Dec 2003 01:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134143#M8278</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2003-12-03T01:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Check the system information.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134144#M8279</link>
      <description>Adding up to all other replies, I request you to look into `vmstat'.  The `si' and `so' fields are to be noted.  If these values are high, you need to increase RAM.  `man vmstat' is quite interesting!</description>
      <pubDate>Wed, 03 Dec 2003 02:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134144#M8279</guid>
      <dc:creator>Ragu_1</dc:creator>
      <dc:date>2003-12-03T02:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Check the system information.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134145#M8280</link>
      <description>Stuart&lt;BR /&gt; &lt;BR /&gt;sorry, it was early in the morning when I posted that and i had just been woken up for a support call :)&lt;BR /&gt; &lt;BR /&gt;It was supposed to be&lt;BR /&gt;  &lt;BR /&gt;"swapon -s"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Dec 2003 03:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-the-system-information/m-p/3134145#M8280</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-03T03:29:57Z</dc:date>
    </item>
  </channel>
</rss>

