atomic-top (1) Linux Manual Page
atomic-top – Run a top-like list of active container processes
Synopsis
atomic top [-h|–help] [-d][-o, –optional=[time, stime, ppid, uid, gid, user, group]][-n] [Containers to monitor]Description
Atomic top displays an interactive, top-like view of the processes running in active containers.While in the interactive view, you can sort the columns of information by pressing a single character that correlates to the column header. Any column that you can sort on will have a set of parentheses that surround a single character. For example, if you want to sort by the ‘(P)ID’ column, simply press the ‘p’ key.
Like top, you can exit the interactive view and return to the command line, use the ‘q’ character key.
Options
-h –help -d
-n
-o –optional
Specify one option per -o flag to include the fields.
Examples
Monitor processes with default fields.atomic top
Monitor processes with default fields on a 5 second interval for 3 iterations
atomic top -d 5 -n 3
Monitor processes and add in the data for the parent PIDs and UID.
atomic top -o ppid -o uid
