freebsd-dev/usr.bin/top
Roman Bogorodskiy 51b29cb7b3 top: add -p option and p command to only show a single process
Allow to show only a single process specified by PID. This could
be done either by running top like 'top -p PID' or using the 'p' command
inside top.

Reviewed by:	eadler
Approved by:	eadler
Obtained from:	OpenBSD
Differential Revision:	https://reviews.freebsd.org/D15501
2018-06-02 15:52:18 +00:00
..
commands.c top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00
commands.h top(1): Migrate top to usr.bin 2018-05-19 22:40:23 +00:00
display.c Use stpcpy instead of home grown solution 2018-06-02 08:46:09 +00:00
display.h top(1): const poison part 2 2018-06-02 07:44:50 +00:00
layout.h top(1): Migrate top to usr.bin 2018-05-19 22:40:23 +00:00
loadavg.h top(1): fix MIPS 2018-05-21 04:47:13 +00:00
machine.c top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00
machine.h top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00
Makefile top(1): fix build 2018-05-21 09:43:50 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
screen.c top(1): remove wrapper around putchar 2018-06-02 07:44:53 +00:00
screen.h top(1): remove wrapper around putchar 2018-06-02 07:44:53 +00:00
sigconv.awk top(1): fix "variable without declaration" warning 2018-05-21 01:05:32 +00:00
top.1 top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00
top.c top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00
top.h top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00
username.c top(1): Use uid_t for uid rather than 'int' 2018-06-02 03:54:50 +00:00
username.h top(1): Use uid_t for uid rather than 'int' 2018-06-02 03:54:50 +00:00
utils.c top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00
utils.h top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00