Try this...Track estimated cost for your AppEngine site with Firefox add-on http://radomirml.com/2010/04/06/track-appengine-estimated-cost-with-firefox-add-on
On Jun 25, 5:17 pm, Harshal <[email protected]> wrote: > Could you share how much CPU do you use per day? in hours? about to enable > billing for app, your answer could help determine the daily limit for me. > > On Fri, Jun 25, 2010 at 12:09 PM, nischalshetty > <[email protected]>wrote: > > > > > My google appengine app gets around 7k uniques per day. My app uses a > > lot of CPU time and at the current traffic I'm spending around $2.5 > > per day. It all depends on how you use, the kind of operations you > > would do. > > > You can say its a combination of the number of users and the resource > > each user would end up using. I'm totally loving the app engine and > > save for a few 500 errors that pop up, everything else seems to be > > just fine. > > > -Nischal > > > On Jun 24, 6:47 pm, Michael <[email protected]> wrote: > > > Polling is 10% of all CPU time, according to dashboard. > > > Around 20% of CPU time takes getting profiles (even though i use > > > memcache). > > > > Beaconpush looks nice, i will look into it. > > > > On Jun 24, 3:37 pm, "Nick Johnson (Google)" <[email protected]> > > > wrote: > > > > > Hi Michael, > > > > > It sounds like polling is costing you a lot. The upcoming push API > > should > > > > help with that a lot; in the meantime, have you considered a service > > such as > > > > Beacon (http://beaconpush.com/)? > > > > > -Nick > > > > > On Thu, Jun 24, 2010 at 12:36 PM, Michael <[email protected]> wrote: > > > > > I have around 60-70 req/sec at peak times, 50000 unique users/day. > > > > > I have a lot of hits because users are polling for new messages (it's > > > > > a dating app for social network). Costs me $9/day. > > > > > > I'm not happy with price, i think i'll be able to cut it at least > > > > > 2-4 times, when running on the rented dedicated server. > > > > > > I would be more then happy if Google cut price to $0.05/CPU-hour > > > > > or make database calls less expensive (i like the bill without > > > > > datastore CPU :) > > > > > > BTW, is it possible to see in admin console historical daily hits? > > > > > > On Jun 24, 7:25 am, Greg <[email protected]> wrote: > > > > > > So from my perspective, the figures bandied about in the thread > > above > > > > > > above seem crazy. Anyone else with production apps like to comment? > > > > > > -- > > > > > 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]<google-appengine%[email protected]><google-appengine%2Bunsubscrib > > [email protected]> > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/google-appengine?hl=en. > > > > > -- > > > > Nick Johnson, Developer Programs Engineer, App Engine Google Ireland > > Ltd. :: > > > > Registered in Dublin, Ireland, Registration Number: 368047 > > > > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration > > Number: > > > > 368047 > > > -- > > 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]<google-appengine%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en.- Hide quoted text - > > - Show quoted text - -- 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.
