Ps

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

ps gets its information from /proc/<pid>/stat files.

Options

-A, -e

Select all processes. -A and -e are identical.

-f

Full-format listing.

-L

Show threads.

The thread ID is listed under the "LWP" column.

--forest

Hierarchical display of the process tree.

--no-headers

Skips the display of the header line. Useful when counting lines in the ps output with wc -l.

-l

Displays the process state (S) and, if sleeping, what kernel channel it is waiting on (WCHAN).

Columns

PID

LWP

The thread ID.

NLWP

The number of threads for the process.