Bug 710470

Summary: Add ability to get the stack size of currently JVM threads allocated at the moment
Product: [Other] RHQ Project Reporter: Rafael Soares (Tuelho) <rsoares>
Component: OperationsAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: hrupp
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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: