On Fri, May 30, 2008 at 1:27 PM, R. Wood <rw at ncf.ca> wrote: > > Run this at a command-line: > top > > Whatever is hogging the CPU should be revealed. another thing I sometimes do is check the top 10 processes currently active with this command: ps aux | sort -r +2 -3 | head -11 -- Daniel Robitaille http://friendfeed.com/robitaille