in reply to Re: Proc::ProcessTable truncating cmndline and fname
in thread Proc::ProcessTable truncating cmndline and fname
Good call on Solaris. ps(1) truncates exactly the same way.
So, how does "/usr/ucb/ps auxww" get the full command line if not from the kernel?
So, how does "/usr/ucb/ps auxww" get the full command line if not from the kernel?
Not the same for HP-UX. though.
ps(1) returns far more than Proc::ProcessTable.
I'm wondering if there is a way to configure this so I get back at least what ps gives me.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Proc::ProcessTable truncating cmndline and fname
by jcb (Parson) on Feb 13, 2016 at 03:49 UTC |
In Section
Seekers of Perl Wisdom