On 5/16/07, jan gestre <[EMAIL PROTECTED]> wrote:
top - 12:59:17 up 3 days, 7:37, 1 user, load average: 0.62, 0.50, 0.44 Tasks: 139 total, 1 running, 138 sleeping, 0 stopped, 0 zombie Cpu(s): 2.9% us, 0.6% sy, 0.0% ni, 92.4% id, 3.8% wa, 0.0% hi, 0.1% si Mem: 16414484k total, 13280944k used, 3133540k free, 137112k buffers Swap: 2031608k total, 176k used, 2031432k free, 11718756k cached
Although not necessarily set on stone, if there isn't much swapping going on, your physical memory is *not* being maxed out. However, there are other indications of memory leaks. Try the usual tools: vmstat, free, top, ps. (Use `top` in moderation, though, as it also has performance implications if ran indefinitely.) Using `vmstat 5 5`, for example, you can look out for page-outs (so values are non-zero). You can also run `ps` to identify the processes using the memory. This is also an interesting mini-HOWTO: http://mail.nl.linux.org/linux-mm/2003-03/msg00077.html Hope this helps. -- Ian Dexter R. Marquez http://iandexter.net | [EMAIL PROTECTED] http://feeds.feedburner.com/Coredump _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

