Honza Pokorny
Honza Pokorny

Reputation: 3235

App Engine Development Server CPU usage

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

Answers (1)

Adam Crossland
Adam Crossland

Reputation: 14213

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

Upvotes: 1

Related Questions