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 Process ID Percent CPU Average PRI NI Memory Growth Memory Use
oracleFSALPRD oraclefs 1290404 0.75 60.00 20 28.66 mb/hr 101.11 mb

A possible memory leak was seen in oracleFSALPRD, owned by oraclefs, pid 1290404. Between 13:40:00 and 15:20:00, this process grew from 53.35 to 101.11 mb. Memory usage grew at an average rate of 28.66 mb/hr during that interval.