how much RAM does Ubuntu need to sleep?

Paul Sladen ubuntu at paul.sladen.org
Wed Jul 5 17:48:41 UTC 2006


On Wed, 5 Jul 2006, Me - Atlantic wrote:
>  7691 john      15   0 1403m 789m 4492 S 36.6 78.1 578:16.89 python

Python is an programming language, we need to find the actual program being
run:

  ps auxwf | grep -B10 python

this will show a 'tree' of the processes, so that you can see what the
parents of the process are.

	-Paul
-- 
High on a Spanish mountain, surrounded by howling dogs.  Southampton, GB





More information about the ubuntu-users mailing list