The CPU usage is request-driven; if your application is not actively processing a request, it uses no CPU at all. It is essentially impossible to estimate how much CPU your application will use without gathering empirical data, so build your application, deploy it to AppEngine and run a request. You will be able to see the amount of CPU time consumed by the request in the Dashboard. Multiply that number by your expected number of requests, and you have your CPU time estimate.
On Jul 15, 8:51 am, Rodion <[email protected]> wrote: > Hi, > > i want to calculate the cpu hours my application uses. the basic > functionality of the application is the following: it receives > messages and has to store the content :) i haven't implemented the > application yet, so I can not test how much cpu is needed.. > the size of the received data is approximately 28 KB per second (1.6 > MB per minute). How do I compute / estimate the cpu hours when the > application runs 24/7 ? > > cheers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
