1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

5 Commits

Author SHA1 Message Date
Brent Baude
f2db09b148 Atomic/top.py: Fix options handling in top
Fix the behaviour for atomic top where if you want to include
additional fields to monitor, you now specificy one field per
-o switch.  For example:

atomic top -o ppid -o time

Closes: #780
Approved by: baude
2016-12-02 13:58:24 +00:00
Alex Jia
fe5ccf4d18 docs: fix typos
Signed-off-by: Alex Jia <ajia@redhat.com>
2016-06-14 22:45:52 -04:00
Antonio Murdaca
465ab1fc8f Atomic: top: add optional uid,gid,user,group to ps_args
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2015-12-23 18:19:41 +01:00
Brent Baude
f7a38d4e44 Add tests for Atomic diff and top
Basic tests for atomic diff and top which should catch
basic code regressions.

In top.py, added -n for number of iterations.  And added
tty detection so that tests can pass in a jenkins environment
where there is no tty.
2015-12-17 11:01:37 -06:00
Brent Baude
f0900da257 Atomic Top Man
The man page for atomic top was accidently not commited in the
PR.
2015-12-11 15:31:01 -06:00