Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Memory usage of a Thread

704244Mar 8 2011 — edited Mar 10 2011
Does anybody know how to get the memory usage of "a thread" that is part of an application?

I already know how to get the memory usage of the whole application via the methods in the Runtime class. What I am looking for is the memory usage of a specific thread within the application.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 7 2011
Added on Mar 8 2011
22 comments
1,057 views