views:

31

answers:

1

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

+1  A: 

If you are using Python, I think that AppStats can give you what you are looking for.

Adam Crossland