On Fri, Oct 11, 2013 at 11:02 PM, Brian Chapman <[email protected]>
 wrote:

> We are experiencing higher than expected outgoing bandwith.
> Any idea where this is coming from? Or how to determine what is adding to
> the outgoing bandwidth?
>
>

Try using AppStats:
https://developers.google.com/appengine/docs/python/tools/appstats . This
will chart and show you where any urlfetch queries are appearing; there may
be some rogue library in your application attempting to download data.

Also make sure that you're looking at all the application logs; there may
be a different version or module being accessed. Try going to the Logs page
and double checking the logs of each version of the application stored.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to