i've seen ps -ef used on live servers.
Learn Unix: The "ps" command Quote:
ps -ef
The -e and -f arguments are normally combined like this to show full information about every process running on the system. This is probably the most often-used form of the ps command.
|