11 Replies Latest reply: Apr 16, 2010 5:53 AM by natem50 RSS

Linux memory

natem50
Currently Being Moderated

Something changed since our upgrade regarding Linux memory usage.  Immediately after our upgrade, our Linux servers started reporting high memory usage.  Prior to upgrade we averaged around 15% memory utilization.  Post upgrade we're averaging around 95% memory utilization.

After reviewing the servers, I think this is a miscalculation on Solarwinds' part because the servers aren't really utilizing this much memory.  Has anyone else seen this?

  • Re: Linux memory
    andrew
    Currently Being Moderated

     I can confirm this as well.  See below graph of memory utilization on an example Linux server.  All of my Linux systems are like this.  It looks like the memory calculations were changed from used memory (minus buffers/cache) to total used memory (including disk buffer caches).  That means all Linux systems will always be around 95% memory utilization all the time (not accurate).  Why was this changed?

     [root@xxxxxxx ~]# free -m
                 total       used       free     shared    buffers     cached
    Mem:          2026       1249        776          0        218        797
    -/+ buffers/cache:        233       1792
    Swap:         2047          0       2047

     

More Like This

  • Retrieving data ...