Bug 710470 - Add ability to get the stack size of currently JVM threads allocated at the moment
Summary: Add ability to get the stack size of currently JVM threads allocated at the m...
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Operations
Version: unspecified
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-03 13:41 UTC by Rafael Soares (Tuelho)
Modified: 2022-03-31 04:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Rafael Soares (Tuelho) 2011-06-03 13:41:42 UTC
Description of problem:
Some times you want to know what size being occupied by JVM threads allocated at the moment. This is an important metric to tuning the size of Java thread stack (using '-Xss' param on JVM). The Default stack size varies depending on Arch/OS used as platform. As the stack size of java threads are allocated outside of HEAP space, this metric could influence on accurately JVM tuning for a given platform.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:
I don't know what the suitable place to put this operation. Maybe put as a JMX Server (JVM) plugin operation?


Additional info:


Note You need to log in before you can comment on or make changes to this bug.