-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmarks #97
Comments
Here are some I've just done in the previous days:
Note: Removing docker-proxyDocker userland proxy as it's consuming most of the CPU in such benchmarks {
"userland-proxy": false
} Without this, docker is using the kernel's netif to bridge the packets in kernel space instead of user space. Don't forget to restart docker: Result of benchmarks:The machine is a 8 core Intel Xeon W3530 with 16GB of RAM.
|
@X-Ryl669 Appreciate your efforts of getting into this. Would you mind do some profiling as well to help understand bottlenecks? |
If you tell me how, I can do that for sure... |
I would start with pprof. VolantMQ docker image contains debug plugin which exposes pprof over http so you could catch cpu profile and see who is taking longest |
TBD
The text was updated successfully, but these errors were encountered: