I am running some benchmark tests for some program. Therefore, I want to know several properties from the application, like the memory usage
etc.. I found the visual vm, which is definitely suitable for my application. However, I am not entirely sure if I could use it, cause I have two requirement:
- should be included via maven
- Should read out the memory usage for a certain time in my program, which I define over a method
During my research, I just found the visual vm application. However, are these two use cases possible with the vm?
I appreciate your answer!