Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
645 views
in Technique[技术] by (71.8m points)

multithreading - Tracking Java thread creation and lifetime

Are there any tools available to track the creation and lifetime of Java threads? I would be interested in all of the following:

  • The call stack which called new Thread()
  • The call stack which called start()
  • The lifetime of the run() method
See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I have written and published an open source tool to answer this question.

Java Live Thread Analyser

I have blogged about the tool here.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...