Hi,
Can you suggest how to redirect the JFR writing to WLSDM folder itself and not VM’s /tmp folder ?
-
Can we redirect JFR writing to WLSDM folder ?
Community Users Case Notes (Diary)
-
Hi,
We are not generating JFR files under /tmp folder. WebLogic does this and we’re using the output. So, if you want to redirect to custom folder please use below settings and let us know the result.
Navigate to Enviroment > Server > Server Start. In “Arguments”, add: “-XX:FlightRecorderOptions=repository=/path/to/tmp/” JVM flags then restart WebLogic managed server(s)
WLSDM Community Support Team