I have developed a nodejs app with mongo connectivity.
I have deployed both mongo and node app in different containers.
I am deploying these containers using docker-compose up.
Now I want to profile those containers for memory profiling , http requests ?
I found about docker stats ,but it only gives container statastics.
I want to profile those apps for memory leaks and other stuff.
Any inputs?
I would suggest using pm2 : process manager for Node.js.
I did the following for my node App.
I deployed my node app inside a container built on official node image.then I connected this node app to mongodb container.
Now using pm2 I could track memory usage and other aspects of performance easily. It also has keymetrics dashboard where you can directly track resource allocations for your processes which are running docker containers.
Hope this helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With