Skip to Main Content

Java HotSpot Virtual Machine

Announcement

Testing banner

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
60 views