We need to connect docker port with jconsole to monitor CUP utilization thread piling memory usage etc We are using graphana to monitor response time
Any other application to monitor above requirement, can also suggest
We need to connect docker port with jconsole to monitor CUP utilization thread piling memory usage etc We are using graphana to monitor response time
Any other application to monitor above requirement, can also suggest.
Yes, it is possible to use JConsole, all you need is to setup JMX agent inside your docker and then setup remote monitoring according to the docs. You can expose JMX agent port or just use port-forwarding. But I strongly don't recommend using this approach in production.
Probably best option for production will be to setup monitoring in your application, look at micrometer-jvm-extras for example