<?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: Checking kernel memory usage in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157200#M63701</link>
    <description>Hello, I think the correct value needed is in /proc/meminfo, which totally contradicts what I wrote earlier.&lt;BR /&gt;&lt;BR /&gt;Slab shows kernel usage.&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Mar 2008 13:49:04 GMT</pubDate>
    <dc:creator>Paul Thomson_2</dc:creator>
    <dc:date>2008-03-07T13:49:04Z</dc:date>
    <item>
      <title>Checking kernel memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157199#M63700</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I believe I may have a memory issue / leak on my machine.&lt;BR /&gt;&lt;BR /&gt;I am trying to find out where this is, user memory areas or more specifically, kernel memory usage ?&lt;BR /&gt;&lt;BR /&gt;/proc/meminfo / sar -r and vmstat don't really reveal this.&lt;BR /&gt;&lt;BR /&gt;The machine is redhat 4u4&lt;BR /&gt;Kernel is 2.6.9-42.ELsmp</description>
      <pubDate>Fri, 07 Mar 2008 12:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157199#M63700</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2008-03-07T12:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Checking kernel memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157200#M63701</link>
      <description>Hello, I think the correct value needed is in /proc/meminfo, which totally contradicts what I wrote earlier.&lt;BR /&gt;&lt;BR /&gt;Slab shows kernel usage.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Mar 2008 13:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157200#M63701</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2008-03-07T13:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Checking kernel memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157201#M63702</link>
      <description>why do you think that you have a memory leak?&lt;BR /&gt;&lt;BR /&gt;with "ps" or "top" you have monitor application's memory usage.</description>
      <pubDate>Tue, 11 Mar 2008 07:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157201#M63702</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2008-03-11T07:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Checking kernel memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157202#M63703</link>
      <description>top / ps aux for example don't really show an application process consuming lots of memory.&lt;BR /&gt;&lt;BR /&gt;But when I monitor /proc/meminfo over time I see that the value of slab keeps growing, last week when I added the thread it was at around 500mb and now it shows as &lt;BR /&gt;Slab:          1056572 kB&lt;BR /&gt;&lt;BR /&gt;Over the period of time (a few weeks) this increases until slab is using perhaps 6gb of memory (This machine) only has 8gb.  The memory is slowly taken from the cache / buffers.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Mar 2008 08:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157202#M63703</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2008-03-11T08:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Checking kernel memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157203#M63704</link>
      <description>it is very strange! do you use some 3rdparty kernel modules?</description>
      <pubDate>Tue, 11 Mar 2008 08:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157203#M63704</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2008-03-11T08:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Checking kernel memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157204#M63705</link>
      <description>Hello, &lt;BR /&gt;We do have some third party modules loaded into the kernel.&lt;BR /&gt;&lt;BR /&gt;seos / eAC_mini perhaps&lt;BR /&gt;We also use VxVM on these servers too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is my lsmod&lt;BR /&gt;Module                  Size  Used by&lt;BR /&gt;iptable_nat            30437  0&lt;BR /&gt;ip_conntrack           53657  1 iptable_nat&lt;BR /&gt;iptable_mangle          4289  0&lt;BR /&gt;iptable_filter          4417  0&lt;BR /&gt;ip_tables              21569  3 iptable_nat,iptable_mangle,iptable_filter&lt;BR /&gt;8021q                  23505  0&lt;BR /&gt;seos                 2507744  13&lt;BR /&gt;eAC_mini                8636  2 seos&lt;BR /&gt;mptctl                 34249  0&lt;BR /&gt;mptbase                66721  1 mptctl&lt;BR /&gt;sg                     42617  0&lt;BR /&gt;cpqci                  41704  4&lt;BR /&gt;ipmi_si                44760  2&lt;BR /&gt;ipmi_devintf           11024  4&lt;BR /&gt;ipmi_msghandler        34696  2 ipmi_si,ipmi_devintf&lt;BR /&gt;md5                     5697  1&lt;BR /&gt;ipv6                  282913  26&lt;BR /&gt;parport_pc             29185  0&lt;BR /&gt;lp                     15089  0&lt;BR /&gt;parport                43981  2 parport_pc,lp&lt;BR /&gt;autofs4                24009  0&lt;BR /&gt;i2c_dev                13633  0&lt;BR /&gt;i2c_core               28609  1 i2c_dev&lt;BR /&gt;sunrpc                175545  1&lt;BR /&gt;ds                     21449  0&lt;BR /&gt;yenta_socket           22977  0&lt;BR /&gt;pcmcia_core            69329  2 ds,yenta_socket&lt;BR /&gt;fdd                    50192  1&lt;BR /&gt;vxportal                6528  0&lt;BR /&gt;vxfs                 1727736  9 fdd,vxportal&lt;BR /&gt;dmpaa                   6032  1&lt;BR /&gt;vxspec                 10968  6&lt;BR /&gt;vxio                 1768164  8&lt;BR /&gt;vxdmp                 190816  22&lt;BR /&gt;dm_mirror              32465  0&lt;BR /&gt;joydev                 11841  0&lt;BR /&gt;button                  9057  0&lt;BR /&gt;battery                11209  0&lt;BR /&gt;ac                      6729  0&lt;BR /&gt;ohci_hcd               24273  0&lt;BR /&gt;ehci_hcd               33605  0&lt;BR /&gt;uhci_hcd               34665  0&lt;BR /&gt;e1000                 141456  0&lt;BR /&gt;bnx2                   88372  0&lt;BR /&gt;bonding                68668  0&lt;BR /&gt;sata_nv                12357  0&lt;BR /&gt;libata                 78473  1 sata_nv&lt;BR /&gt;ext3                  137809  17&lt;BR /&gt;jbd                    69104  1 ext3&lt;BR /&gt;dm_mod                 68097  35 dm_mirror&lt;BR /&gt;qla2400               204800  0&lt;BR /&gt;qla2300               127360  0&lt;BR /&gt;qla2xxx               337440  44 qla2400,qla2300&lt;BR /&gt;qla2xxx_conf          303240  1&lt;BR /&gt;cciss                  69809  5&lt;BR /&gt;sd_mod                 19393  18&lt;BR /&gt;scsi_mod              141457  5 sg,libata,qla2xxx,cciss,sd_mod&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Mar 2008 09:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157204#M63705</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2008-03-11T09:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Checking kernel memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157205#M63706</link>
      <description>You can try to monitor modules memory usage with something like &lt;BR /&gt;&lt;BR /&gt;lsmod |sort -rn -k2|head&lt;BR /&gt;&lt;BR /&gt;But these sizes seem to relative small, in fact  - up to 2.5MB for seos module...</description>
      <pubDate>Tue, 11 Mar 2008 09:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-kernel-memory-usage/m-p/4157205#M63706</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2008-03-11T09:56:42Z</dc:date>
    </item>
  </channel>
</rss>

