1ATOMIC(1)                        December 2015                       ATOMIC(1)
2
3
4

NAME

6       atomic-top - Run a top-like list of active container processes
7
8
9

SYNOPSIS

11       atomic top [-h|--help] [-d][-o, --optional=[time, stime, ppid, uid,
12       gid, user, group]][-n] [Containers to monitor]
13
14
15

DESCRIPTION

17       Atomic top displays an interactive, top-like view of the processes
18       running in active containers.
19
20
21       While in the interactive view, you can sort the columns of information
22       by pressing a single character that correlates to the column header.
23       Any column that you can sort on will have a set of parentheses that
24       surround a single character. For example, if you want to sort by the
25       '(P)ID' column, simply press the 'p' key.
26
27
28       Like top, you can exit the interactive view and return to the command
29       line, use the 'q' character key.
30
31
32

OPTIONS

34       -h --help
35         Print usage statement
36
37
38       -d
39         Define the interval in seconds on which you want to refresh the
40       process information.  The interval should be an
41         integer greater than 0.  The default interval is set to 1.
42
43
44       -n
45         The number of iterations.  Must be greater than 0.
46
47
48       -o --optional
49         Add more fields of data to collect for each process.  The fields
50       resemble fields commonly used by
51         ps -o.  They currently are: [time, stime, ppid, uid, gid, user,
52       group]
53
54
55       Specify one option per -o flag to include the fields.
56
57
58

EXAMPLES

60       Monitor processes with default fields.
61
62
63              atomic top
64
65
66
67       Monitor processes with default fields on a 5 second interval for 3
68       iterations
69
70
71              atomic top -d 5 -n 3
72
73
74
75       Monitor processes and add in the data for the parent PIDs and UID.
76
77
78              atomic top -o ppid -o uid
79
80
81
82

HISTORY

84       December 2015, Originally written by Brent Baude (bbaude at redhat dot
85       com)
86
87
88
89Brent Baude                     Atomic Man Pages                     ATOMIC(1)
Impressum