DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Do Memory & Swap Utilization % mean anything?

  1. #1
    Join Date
    Mar 2002
    Location
    Mesa, Arizona
    Posts
    1,204

    Do Memory & Swap Utilization % mean anything?

    I'm on Redhat and Suse systems. Seems like the old HP systems didn't use swap until things got bad.

    Memory and Swap are usually about 100% used regardless of system load according to 10g Grid Control & the OS (top & swapinfo)

    How can I tell actual memory or swap usage?

    How about pages in/out over a time period?

    Is there a utility for this?

    Then there's the system load. If we're at 37 average load, we're really at 100% capacity .. aka dead, unable to accept connections. Maybe I should apply a multiplier to this load number to get actual.

    Any ideas on realistically managing memory on Linux?

    Ken
    "I do not fear computers. I fear the lack of them." Isaac Asimov
    Oracle Scirpts DBA's need

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    First of all, top lies. It doesn't have a very good handle on shared memory.

    Second, having swap used is not always a bad thing. Processes can get swapped out and stay out thereby freeing up memory for other processes. You run into trouble when your active processes get swapped out to disk to make room for other processes which in turn get swapped out to disk so your process can get swapped back in.

    You can tell if you are swapping based on the io statistics and vmstat.

    On RHEL, si and so are your swap activity. si is the number of swap ins, and so is the number of swap outs. On a busy system, if your swapins + swapouts > 0 then you are swapping.

    Also, look how busy your swap device is. If you are actively swapping, it will be busy all the time. (Swap devices are usually either 0% busy or 90+% busy, at which point you are swapping).
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width