itsystems
That’s outside the scope of the software and depends on your environment. Since it’s a VM it might be bottlenecked at the host machine, by the virtualization software, etc. There will be many factors to debug to find the true culprit. For monitoring services on the server you can use something like top
. For MySQL there are many tools to track performance like MySQL Workbench.
Cheers.