How to see complete process name that is running using prstat command on solaris

solaris

I am running command "prstat -v" on Solaris but it is showing very short process name as below: (see last column values under PROCESS/NLWP). Which option in prstat gives me complete process name that is running?

 PID USERNAME USR SYS TRP TFL DFL LCK SLP LAT VCX ICX SCL SIG PROCESS/NLWP

  2709 root     0.0 0.0 0.0 0.0 0.0 0.0 100 0.0   0   0   0   0 sshd/1

  2624 root     0.0 0.0 0.0 0.0 0.0  50  50 0.0   0   0   0   0 in.rarpd/3

  2648 root     0.0 0.0 0.0 0.0 0.0 0.0 100 0.0   0   0   0   0 sendmail/1

 24429 root     0.0 0.0 0.0 0.0 0.0  98 2.5 0.0   1   0   1   0 java/807

Best Answer

You have to fall back on other utilities to get full process names.

For example:

$ pargs -l $$
/usr/bin/bash