update some docs

This commit is contained in:
Zane C. B-H 2019-08-28 02:00:07 -05:00
parent 33f86b0d46
commit d577047600
3 changed files with 41 additions and 1 deletions

View File

@ -1,7 +1,8 @@
Revision history for Proc-ProcessTable-ncps Revision history for Proc-ProcessTable-ncps
0.1.0 2019-08-28/01:40 0.1.0 2019-08-28/02:00
- Now use Proc::ProcessTable::InfoString. - Now use Proc::ProcessTable::InfoString.
- Document information symbols.
0.0.1 2019-08-26/20:45 0.0.1 2019-08-26/20:45
- Handle time properly on linux now - Handle time properly on linux now

View File

@ -90,6 +90,23 @@ the number.
>= >=
! !
The symbols in the information coloum are as below.
States Description
Z Zombie
S Sleep
W Wait
R Run
Flags Description
O Swapped Output
E Exiting
s Session Leader
L POSIX lock advisory
+ has controlling terminal
X traced by a debugger
F being forked
'; ';
} }
@ -512,6 +529,25 @@ ncps [B<-c> <regex>] [B<--ci>] [B<--cf>] [B<--cF>] [B<--eg>] [B<--egi>]
No flags needed passed to use. By default it will show all processes except No flags needed passed to use. By default it will show all processes except
for its own and the idle process. for its own and the idle process.
The info column is provided by L<Proc::ProcessTable::InfoString>. That
POD has the information on what they all mean. At the time of writing, this is
as below.
States Description
Z Zombie
S Sleep
W Wait
R Run
Flags Description
O Swapped Output
E Exiting
s Session Leader
L POSIX lock advisory
+ has controlling terminal
X traced by a debugger
F being forked
=head1 SWITCHES =head1 SWITCHES
=head2 -c <regex> =head2 -c <regex>

View File

@ -46,6 +46,9 @@ our $VERSION = '0.1.0';
print $ncps->run print $ncps->run
The info column is provided by L<Proc::ProcessTable::InfoString>. That
POD has the information on what they all mean.
=head1 METHODS =head1 METHODS
=head2 new =head2 new