Full command line on Solaris
Status: Beta
Brought to you by:
durist
On Solaris you get only the first 80 characters of the
command line (/proc/<pid>/psinfo). If you are root, or
you are the owner of a process, you can get the full
command line from /proc/<pid>/as.
This Patch tries to open /proc/<pid>/as first and if
it succeeds, it returns the full command line.
Otherwise it returns the first 80 characters (as
before).
holger.kiemes@rwth-aachen.de
normal diff file