开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜