On Tue, 24 Mar 2009, Sattish Vaasudevan wrote: > Is their any way by which I can identify which process uses the swap > memory most compared to other process. It would be better if any > open source tool can let us know the process and associated > libraries uses most of the swap memory.
AFAIK, there is no single tool, which can tell the swap useage of a process. Use ps, top, vmstat, lsof to find the result and look into /proc/PID/ files also. Bye :) -- Bharathi S _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
