Skip to Main Content

Java HotSpot Virtual Machine

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!

Setting probe thresholds declaratively

John GreggAug 10 2022

All,
Is it possible to set thresholds in the JFR agents XML file? It doesn't appear to be.
To be clear, I'm talking about the file that looks like this:

<jfragent>
  <events>

    <event id="...">

    </event>
  </events>
</jfragent>

I'd like to set a threshold like 10ms, 20ms, etc.
thanks

Comments

Post Details

Added on Aug 10 2022
1 comment
409 views