Reputation: 3235
Is there a way to measure or monitor how much of the server's CPU my app will be using for a particular task/query, etc? In many tutorials you see people talking about optimization, and that some operations are CPU 'expensive'. Thanks
Upvotes: 1
Views: 278
Reputation: 14213
If you are using Python, I think that AppStats can give you what you are looking for.
Upvotes: 1