How do I get extended process information in solaris?



  • To get extended process information in solaris you can use the ucb version of ps command:

    # /usr/ucb/ps -axwwl 6454
     F   UID   PID  PPID %C PRI NI   SZ  RSS    WCHAN S TT        TIME COMMAND
     8     0  6454     1  0  47 24 3072 1376 3003c1939da S ?         0:00 /opt/SUNWstade/snmp/sbin/snmptrapd -p 1162 -o /var/adm/trap_messages -m /opt/SUNWstade/snmp/share/snmp/mibs/SUN-SAM-MIB.mib -O n -u /opt/SUNWstade/DATA/trap_pid
    

    The normal ps command will not list the entire out of the command being executed.


Log in to reply
 

© Lightnetics 2024