Aug 11, 2017, 9:27 AM

Hi @jeba,

WLSDM back-end configuration depends on WebLogic and JVM JFR configuration and follows their rules.

So you can increase the detail level of JFR recording by using WebLogic or JVM parameters.

And we added a new feature to current WLSDM version to handle the repository issue:

if you add the following option to your JVM, WLSDM will handle the JFR files and keeps only last 24 hours data.

-XX:FlightRecorderOptions=repository=WLSDM/temp/JFR

http://www.wlsdm.com/download#CHANGE_LOGS

Regards.