From d577047600376e52db165c783b2aa8a778990089 Mon Sep 17 00:00:00 2001 From: "Zane C. Bowers-Hadley" Date: Wed, 28 Aug 2019 02:00:07 -0500 Subject: [PATCH] update some docs --- Proc-ProcessTable-ncps/Changes | 3 +- Proc-ProcessTable-ncps/bin/ncps | 36 +++++++++++++++++++ .../lib/Proc/ProcessTable/ncps.pm | 3 ++ 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/Proc-ProcessTable-ncps/Changes b/Proc-ProcessTable-ncps/Changes index daacdc1..5021732 100644 --- a/Proc-ProcessTable-ncps/Changes +++ b/Proc-ProcessTable-ncps/Changes @@ -1,7 +1,8 @@ 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. + - Document information symbols. 0.0.1 2019-08-26/20:45 - Handle time properly on linux now diff --git a/Proc-ProcessTable-ncps/bin/ncps b/Proc-ProcessTable-ncps/bin/ncps index 5d9e133..b93e592 100755 --- a/Proc-ProcessTable-ncps/bin/ncps +++ b/Proc-ProcessTable-ncps/bin/ncps @@ -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> ] [B<--ci>] [B<--cf>] [B<--cF>] [B<--eg>] [B<--egi>] No flags needed passed to use. By default it will show all processes except for its own and the idle process. +The info column is provided by L. 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 =head2 -c diff --git a/Proc-ProcessTable-ncps/lib/Proc/ProcessTable/ncps.pm b/Proc-ProcessTable-ncps/lib/Proc/ProcessTable/ncps.pm index fbf0b83..d64e9a7 100644 --- a/Proc-ProcessTable-ncps/lib/Proc/ProcessTable/ncps.pm +++ b/Proc-ProcessTable-ncps/lib/Proc/ProcessTable/ncps.pm @@ -46,6 +46,9 @@ our $VERSION = '0.1.0'; print $ncps->run +The info column is provided by L. That +POD has the information on what they all mean. + =head1 METHODS =head2 new