Does Yellowfin support jmx console for monitoring?
Answered
We are running Yellowfin as a virtual instance and looking to be able to insure Yellowfin is properly sized for memory. What is available to help monitor jvm memory utilization?
Hi Larry,
Thanks for getting in touch. The allocated and used JVM numbers can be found on the info.jsp page (youryellowfinurl/info.jsp). Typically you will start to see performance declines when your "memory in use" exceeds 70% of your "JVM max memory"
If you are interested in tracking this over time you can create a tool similar to the one attached (I threw it together so its not perfect), which scrapes the info.jsp page every second or so gathering these numbers to generate a plot (pass your base yellowfin URL and the script will navigate to the JSP page)
Please let me know if either of these meet your needs!
Regards,
Nathan
Hi Larry,
Thanks for getting in touch. The allocated and used JVM numbers can be found on the info.jsp page (youryellowfinurl/info.jsp). Typically you will start to see performance declines when your "memory in use" exceeds 70% of your "JVM max memory"
If you are interested in tracking this over time you can create a tool similar to the one attached (I threw it together so its not perfect), which scrapes the info.jsp page every second or so gathering these numbers to generate a plot (pass your base yellowfin URL and the script will navigate to the JSP page)
Please let me know if either of these meet your needs!
Regards,
Nathan
Replies have been locked on this page!