procps/ps
Jaromir Capik e751606fcc ps: add -q/q/--quick-pid option
This commit introduces a new option q/-q/--quick-pid
to the 'ps' command. The option does a similar job
to the p/-p/--pid option (i.e. selection of PIDs
listed in the comma separated list that follows
the option), but the new option is optimized
for speed.
In cases where users only need to specify a list
of PIDs to be shown and don't need other selection
options, forest type output and sorting options,
the new option is recommended as it decreases
the initial processing delay by avoiding reading
the necessary information from all the processes
running on the system and by simplifying
the internal filtering logic.
2014-07-10 21:24:19 +02:00
..
common.h ps: add -q/q/--quick-pid option 2014-07-10 21:24:19 +02:00
COPYING license: update FSF addresses 2012-03-04 08:04:24 +11:00
display.c ps: add -q/q/--quick-pid option 2014-07-10 21:24:19 +02:00
global.c docs: clarification to license headers in files 2012-03-03 18:41:11 +11:00
HACKING docs: remove old information from HACKING 2012-01-13 22:42:38 +01:00
help.c ps: add -q/q/--quick-pid option 2014-07-10 21:24:19 +02:00
Makefile.am ps: possibility to display systemd unit for a process 2013-04-24 09:24:44 +02:00
output.c ps: possibility to display slice unit for a process 2013-10-16 15:18:08 +02:00
parser.c ps: add -q/q/--quick-pid option 2014-07-10 21:24:19 +02:00
ps.1 ps: add -q/q/--quick-pid option 2014-07-10 21:24:19 +02:00
regression procps 010114 2002-02-01 22:47:29 +00:00
select.c ps: add -q/q/--quick-pid option 2014-07-10 21:24:19 +02:00
sortformat.c docs: clarification to license headers in files 2012-03-03 18:41:11 +11:00
stacktrace.c ps: cut out code unused code 2012-11-06 22:30:02 +11:00