I using server AWS EC2, install server tomcat 8, java 1.7
I using Munin and VisualVM remote tomcat for test speed. But in Munin CPU is good and in VisualVM CPU 90%-100%.
I think maybe java limit CPU for tomcat.
How I can increase CPU for tomcat?
I using server AWS EC2, install server tomcat 8, java 1.7
I using Munin and VisualVM remote tomcat for test speed. But in Munin CPU is good and in VisualVM CPU 90%-100%.
I think maybe java limit CPU for tomcat.
How I can increase CPU for tomcat?
Munin timeline scale is +/- 10 times larger than the visual VM one. It should explain why the Munin CPU usage mean is lower than the VisualVM one
Java does not limit the CPU usage of a process. Your load test doesn't appear to be stressing your server very much...