PX(1) General Commands Manual PX(1)

pxlist running processes and show process metadata

px [--debug] px [--debug] filter px [--debug] PID

The px utility lists processes running on the system, to the standard output. If stdout is a terminal, output will be truncated at terminal window width.

Without any arguments, px lists all processes on the system.

If you specify a filter the output will contain only processes matching that filter.

The filter can be a user name or part of a command line. For example, ‘px java’ will list all Java processes, and ‘px root’ will list all of root's processes.

Running px PID will show you information about a given process:

px tries to be helpful about naming processes, and avoid printing names of various VMs.

For example, if you do ‘java -jar foo.jar’, px will show this process as ‘foo.jar’ rather than ‘java’.

px parses command lines from:

ptop(1)

px lives at http://github.com/walles/px

August 24, 2018 Debian