java - How to figure out the process/Task associated with unix process LWP -
environment : jira application running on linux suse/tomcat server
ps -lo pcpu,pid,lwp $procnumber | sort | tail -3
%cpu pid lwp 24.6 21133 21152 24.7 21133 21151 24.7 21133 21153
now after converting lwp hexadecimal , when trying search in java threads, not finding thread dumps(java) or process associated it.
is there way figure out thread taking away of our cpu ?
search thread dumps hex in both uppercase , lowercase format.
Comments
Post a Comment