eclipse-openj9 / openj9-utils

Other
16 stars 29 forks source link

Add improvements to monitor contention functionality #14

Closed mpirvu closed 3 years ago

mpirvu commented 3 years ago

Added new command option: "stackTraceDepth": N If the value of the stackTraceDepth is larger than 0 the agent will collect N frames starting with the method where monitor contention was detected. Also, changed the behavior so that for a sample rate M larger than 1 the agent will report only the M-th sample.

Signed-off-by: Marius Pirvu mpirvu@ca.ibm.com

mpirvu commented 3 years ago

@dsouzai could you please review and merge this PR? Thanks