finish the POD

This commit is contained in:
Zane C. B-H 2019-08-26 00:09:25 -05:00
parent b96a15035a
commit a0557f09ed
1 changed files with 24 additions and 0 deletions

View File

@ -509,6 +509,8 @@ ncps [B<-c> <regex>] [B<--ci>] [B<--cf>] [B<--cF>] [B<--eg>] [B<--egi>]
=head1 DESCRIPTION
No flags needed passed to use. By default it will show all processes except
for its own and the idle process.
=head1 SWITCHES
@ -736,4 +738,26 @@ Sets the default for the --self flag.
Sets the default for the --idle flag.
=head2 NO_COLOR
Don't colorize the output.
=head1 EXAMPLES
ncps -J -j 0 --ji
Display all processes with a jail ID other than zero.
ncps -c firefox --stats
Show all firefox processes and the stats for them.
ncps -F -f -cF -cf
Show all minor/major values for processes.
ncps -p '>1'
Show all processes using more than 1% of the CPU time.
=cut