开发者

can supervisord be used for memory and CPU usage profiling of a program

开发者 https://www.devze.com 2023-01-26 02:02 出处:网络
I have to find if running a particular api repeatedly over a period of time cause memory leak. 开发者_如何学Go

I have to find if running a particular api repeatedly over a period of time cause memory leak.

开发者_如何学Go I have a simple C program which is used to test the API once. I am planning to compile it and run the exe using supervisord repeatedly.

Can supervisord also profile the program's CPU and memory usage?

I searched extensively in several blogs but did not find much information on profiling ability of supervisord.

More about supervisor at http://supervisord.org


It can, see Supervisod Event Listeners and Superlance. I've had issues with supervisord leaking memory itself. Monit can easily monitor memory and CPU and doesn't use a lot of resources.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号