how can I get thread count on HP-UX
I am using
ps -eLf| grep java | wc -l
and
ps -L -p $PID |wc -l
on liunx and solaris, but it seems can't use on HP-UX
I have tried ps uH p $PID
on HP-UX, but it seems can't too.
Does any one have solution for this?
please help ^_^