Friday, April 28, 2017

Solaris Process Details and Kill

 ps -ef | grep java

pargs process_id



 ps -ef | grep java //  This does not show the whole process details

So , it requires taking the process id 1 by 1 and killing the process if that is the zombie process

kill -9 process_id