In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly shows you "what is the high CPU occupied in JVM?", the content is simple and clear, and I hope it can help you solve your doubts. Let the editor lead you to study and learn this article "what is the high CPU occupied in JVM?"
In the development process, sometimes we find that JVM occupies a high amount of CPU, which is not in line with our expectations. What is CPU doing at this time? What thread keeps CPU so busy? We can see what thread CPU is executing by following a few steps.
1. Find jvm process ID: jps-lv or ps aux | grep java
two。 According to pid, find the thread with higher cpu usage: ps-mp pid-o THREAD,tid,time as shown in the figure: find the tid with the highest cpu usage (you can use the sort command to sort: sort-k 3-r-n)
3. Convert tid to a hexadecimal number: printf "% x\ n" tid
4. Use the jstack command to query thread information to locate the specific thread and code: jstack pid | grep 7ccd-A 30
In this way, you can see that the CPU is so high, what thread is making trouble!
How, do not feel a little troublesome, it does not matter, I wrote these steps into a script, directly use the OK.
The above is all the content of this article entitled "what is the high CPU occupied in JVM?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.