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 data into the following table.

Interesting ps -elf data
Command User User ID Percent CPU Memory Growth Memory Use
/usr/openwin/bin/Xsun drw 246 0.10 115.3 pg/hr
0.901 mb/hr
3618 pages
28.266 mb
/opt/NSCPcom/.netscape.bin drw 1569 0.00 0.0 pg/hr
0.000 mb/hr
3572 pages
27.906 mb

Unusually large process size seen in /usr/openwin/bin/Xsun, owned by drw, pid 246. The size of this process was 3618 pages, or 28.266 megabytes of memory. On this system the page size is 8 kilobytes.

Unusually large process size seen in /opt/NSCPcom/.netscape.bin, owned by drw, pid 1569. The size of this process was 3572 pages, or 27.906 megabytes of memory.