Table of Process Activity
previous next
Here is the same information presented both as a table and text.  Most people find it easier to look at the data when it's presented as a table, others prefer to see it as text.

 

The -ptoo switch has been used to format ps -elf data into the following table.

Interesting ps -elf data
Command User User ID Percent CPU Memory Growth Memory Use
/usr/netscape/communicator/us/netscape_aix4 drw 13192 0.12 746.2 kb/hr 18676 kb

A possible memory leak was seen in /usr/netscape/communicator/us/netscape_aix4, owned by drw, pid 13192. Between 09:00:01 and 10:40:03, this process grew from 17432 to 18676 kb. Memory usage grew at an average rate of 746.2 kb/hr during that interval.