Hi Tim,

> a more specific program for looking at the swap file. 

Try

    grep VmSwap /proc/*/status | sort -k2n

and see if it gives a clue what processes are using a lot.  You might
want to run it when you don't think there's a problem to get some idea
what normally uses swap.

There's also smem(1), from package smem, that tries to apportion shared
memory that's swapped out amongst the processes;  because of shared
pages it's not necessarily a simple figure per process.

Cheers, Ralph.

-- 
Next meeting:  Bournemouth, Tuesday, 2014-11-04 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread on mailing list:  mailto:dorset@mailman.lug.org.uk
How to Report Bugs Effectively:  http://goo.gl/4Xue

Reply via email to