Navigation

    Best APM Solution for Oracle WebLogic Server & FMW Product Family
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Download
    1. Home
    2. Tags
    3. jfr
    Log in to post
    • All categories
    • SOLVED WLSDM Backend JDBC Getting Any Data Populated
      General Support & Troubleshooting • jfr java backend wlsdm • • wlcommunityusers

      14
      0
      Votes
      14
      Posts
      1756
      Views

      wlsdmsupport

      Hi,

      I am happy that you are able to monitor your backend datasource JDBC monitoring. Yes, you can monitor all your datasources in the same dashboard.

      Other APM tools injects runtime codes to your codes which creates a lot of overhead on your JVM instances. WLSDM uses native method and that’s why we call “native WebLogic monitoring”.

      On the other hand; please follow “Generic DevOps MBean” tutorials and build your own dashboards and automate your WebLogic management.

      https://medium.com/wlsdmforweblogic/how-to-create-server-machine-disk-usage-dashboard-and-trigger-delete-logs-devops-action-a267f439c68

      Kind Regards…

    • Can we redirect JFR writing to WLSDM folder ?
      General Support & Troubleshooting • jfr weblogic wlsdm • • wlcommunityusers

      2
      0
      Votes
      2
      Posts
      1639
      Views

      wlsdmsupport

      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)

    • wlcommunityusers

      How to redirect the JFR writing to WLSDM folder itself ?
      General Support & Troubleshooting • java flight rec jfr weblogic jfr repository • • wlcommunityusers

      2
      0
      Votes
      2
      Posts
      2005
      Views

      wlsdmsupport

      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/folder Example: -XX:FlightRecorderOptions=repository=/data/weblogic/domains/BASE_DOMAIN/WLSDM/tmp
    • 1 / 1