junit - How to collect JVM performance statistics from java -
this question has reply here:
can jconsole info retrieved command line? 8 answersi want write junit testcase able monitor , collect parameters of jvm, memory usage, heap size , other custom jmx managed beans etc. having jmx address of jvm. more clearly, know if gather info jconsole provides programatically without ui. , want check if jvm performance has degraded or not integrating jenkins. there available tools this?
you might consider using virtual machine agent, here educational article
also can utilize profiler tools in eclipse monitor programme performance
java junit jvm performance-testing
No comments:
Post a Comment