简体   繁体   中英

Bottle framework resource utilization

I got a Python service running using Bottle framework. I've been noticing the request processing times constantly increasing over time while eating up the cpu. Are there any utilities to observe or debug the python processes running and how the resources are being used?

Thanks!

If you have osx or linux, check out: https://pypi.org/project/PSI/

If you need something for windows, use: https://github.com/giampaolo/psutil

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM