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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -