Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine 高于预期的输出带宽_Google App Engine - Fatal编程技术网

Google app engine 高于预期的输出带宽

Google app engine 高于预期的输出带宽,google-app-engine,Google App Engine,我们有一个应用程序,它的输出带宽比我们预期的负载要高得多。我们有超过10 GB/天的传出带宽,前端基本上每天0个访问者,后端处理(使用后端服务器和任务队列)。我们也使用memcache 谷歌表示,他们的账单如下: Outgoing Bandwidth (billable) The amount of data sent by the application in response to requests. This includes: data served in response to

我们有一个应用程序,它的输出带宽比我们预期的负载要高得多。我们有超过10 GB/天的传出带宽,前端基本上每天0个访问者,后端处理(使用后端服务器和任务队列)。我们也使用memcache

谷歌表示,他们的账单如下:

Outgoing Bandwidth (billable)
The amount of data sent by the application in response to requests.
This includes:
    data served in response to both secure requests and non-secure requests by application     servers, static file servers, or the Blobstore
    data sent in email messages
    data sent over XMPP or the Channel API
    data in outgoing HTTP requests sent by the URL fetch service.
我们不提供静态文件(它只有一个RESTAPI),不使用blob存储,不发送电子邮件,不使用XMPP。我们确实使用URL获取服务,但仅用于GET请求。我发现很难相信6000个GET请求将相当于10 GB的数据


有人知道我如何跟踪我们的输出带宽使用情况的详细信息吗?

要了解此带宽何时被消耗,您可以在appengine仪表板上将图表上下文更改为:流量(字节/秒)

此外,在仪表板中,我会打开配额详细信息页面,快速浏览一下,看看是否可以确定哪个服务正在消耗带宽

另一方面,您是否检查了正在进行中的任务,以确定队列中是否有东西卡住了