![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^3: Proc::ProcessTable truncating cmndline and fnameby jcb (Parson) |
on Feb 13, 2016 at 03:49 UTC ( #1155149=note: print w/replies, xml ) | Need Help?? |
In both cases, more information is available, but Proc::ProcessTable does not know how to retrieve it. You will need to find where ps(1) gets its information and then submit patches for Proc::ProcessTable. A good first place to look is /proc/<PID>. There may be additional files in there with useful information; this is certainly the case on Linux. Unfortunately, I don't have Solaris or HP-UX close at hand, so I can really only speculate on what you will need.
In Section
Seekers of Perl Wisdom
|
|