[google-appengine] Most active IPs are not listed on Blacklist page

2014-06-11 Thread Andrew Osipenko
Good afternoon friends,

I am struggling with outgoing bandwidth usage. I think some bots download 
images from my site.
I decided to try embedded appengine IP blocking.

Appengine documentation 
https://developers.google.com/appengine/docs/java/config/dos says:

 Viewing top users in the Administration Console The Administration 
 Console also allows you to view the top users that have recently been 
 hitting your site, ...


 
But if I open my admin page I see no active IP addresses. I see just the 
message:

 No blacklists are defined for this application. 
 You can define blacklists in dos.yaml (Python, PHP and Go) or dos.xml 
 (Java). Learn more about blacklists 
 https://developers.google.com/appengine/kb/general#blacklists. 

https://lh6.googleusercontent.com/-QeKG86SslCo/U5hnYCE9AbI/PSk/bKucKLDIHAU/s1600/gae-blacklist-ip-missing.png


What shall I configure to see the list of active IP addresses? 
 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] What does the Docker updates bring?

2014-06-11 Thread Kaan Soral
I'm wondering how the Docker integration affect AppEngine/usage

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Why are cloud endpoints so slow ?

2014-06-11 Thread Thomas Schranz
We are also having some performance problems with our cloud endpoints at 
the moment and will spend some time to improve the response time for some 
endpoints.

Do you have something like 'appstats' planned for cloud endpoints or is 
there a way to get a breakdown re what takes how long (datastore queries, 
memcache, other API calls, …)?

It seems like right now if we want to get the advantages from google cloud 
endpoints we need to give up the performance visibility/insight that we get 
from 'good old' app engine request handlers or am I missing something?

(PS: we're on the python 2.7 runtime if that matters)

(Sorry for taking this thread a bit off-topic)

On Saturday, May 24, 2014 10:29:48 PM UTC+2, Diego Duclos wrote:

 I've done some (non extensive) tests on google appengine,
 and my response times vary from anywhere between 100ms and 5000ms when 
 directly sending http requests to a cloud endpoints.

 Regardless of the actual response time, the google cloud console always 
 shows a processing time of around 50ms, which, while also somewhat 
 long-ish, is much more reasonable.

 For the 100ms requests, I can safely know that the other 50ms are just 
 regular latency, but I have no idea where the cloud endpoint could be 
 spending 4.5 seconds at, and the logs show nothing useful at all.

 Does anyone have some guidance for me regarding to this ? 5 seconds is 
 unacceptable slow and makes them completely unusable.


-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Why are cloud endpoints so slow ?

2014-06-11 Thread 杨骏
On Wed, Jun 11, 2014 at 9:11 AM, Thomas Schranz tho...@blossom.io wrote:

 We are also having some performance problems with our cloud endpoints at
 the moment and will spend some time to improve the response time for some
 endpoints.


Are you saying you are trying to improve the response time of your app
(that is also the API backend)?

Do you have something like 'appstats' planned for cloud endpoints or is
 there a way to get a breakdown re what takes how long (datastore queries,
 memcache, other API calls, …)?


Yes.

It seems like right now if we want to get the advantages from google cloud
 endpoints we need to give up the performance visibility/insight that we get
 from 'good old' app engine request handlers or am I missing something?


Endpoints has 2 layers in its architecture: the API frontend (a proxy) and
your API backend on App Engine. The second half is a regular App Engine app
and all the existing tools still work there. What we are adding is the
visibility into the first half.

(PS: we're on the python 2.7 runtime if that matters)

 (Sorry for taking this thread a bit off-topic)


 On Saturday, May 24, 2014 10:29:48 PM UTC+2, Diego Duclos wrote:

 I've done some (non extensive) tests on google appengine,
 and my response times vary from anywhere between 100ms and 5000ms when
 directly sending http requests to a cloud endpoints.

 Regardless of the actual response time, the google cloud console always
 shows a processing time of around 50ms, which, while also somewhat
 long-ish, is much more reasonable.

 For the 100ms requests, I can safely know that the other 50ms are just
 regular latency, but I have no idea where the cloud endpoint could be
 spending 4.5 seconds at, and the logs show nothing useful at all.

 Does anyone have some guidance for me regarding to this ? 5 seconds is
 unacceptable slow and makes them completely unusable.

  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/3XGJFaosX9s/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: What does the Docker updates bring?

2014-06-11 Thread Jim
At this point it doesn't Docker images are compatible with Compute 
Engine instances, not App Engine



On Wednesday, June 11, 2014 11:04:00 AM UTC-5, Kaan Soral wrote:

 I'm wondering how the Docker integration affect AppEngine/usage


-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] API Project Removal

2014-06-11 Thread Vinny P
On Tue, Jun 10, 2014 at 9:01 PM, Bob rlspel...@gmail.com wrote:

 I have a project that is not mine listed in my Google Cloud Console,
 titled API Project, Project Number: 267874307843. I can't remove it, all
 options are locked in the Settings. The owner is listed as
 jills...@gmail.com, with view permissions to chromium-...@chromium.org.
 How do I remove this? What is this project? Thank you in advance.



You might have better luck posting to the chromium-dev
https://groups.google.com/a/chromium.org/forum/#!forum/chromium-dev or Google
Cloud SO tag http://stackoverflow.com/questions/tagged/google-cloud; this
forum is more targeted towards App Engine issues not general Google Cloud
issues.

Specifically, you might be interested in replying to this post on
chromium-dev
https://groups.google.com/a/chromium.org/d/msg/chromium-dev/7KPoxLanMEE/t_nvFFHFwB4J
.


-
-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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: What does the Docker updates bring?

2014-06-11 Thread Vinny P
On Wed, Jun 11, 2014 at 11:03 AM, Kaan Soral kaanso...@gmail.com wrote:

 I'm wondering how the Docker integration affect AppEngine/usage



The bottom line is that it'll be easier to move applications in (and out)
of App Engine. Frankly, I'm looking forward to it since porting complex
apps to a PaaS can get difficult quickly; this way an app can be moved in
as a whole image.


On Wed, Jun 11, 2014 at 2:00 PM, Jim jeb62...@gmail.com wrote:

 At this point it doesn't Docker images are compatible with Compute
 Engine instances, not App Engine



It's for both. The recent news is that Docker images will run inside GAE
http://techcrunch.com/2014/06/10/google-bets-big-on-docker-with-app-engine-integration-open-source-container-management-tool/
Managed VMs.


-
-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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Confused about pricing for SSL

2014-06-11 Thread Vinny P
On Mon, Jun 9, 2014 at 12:18 PM, husayt hus...@gmail.com wrote:

 Hi I also wouid like to enable SSL. Which SSL certificate provider could
 you recommend?



I would suggest going with any reputable, long-running provider. Most
domain registrars offer SSL certificates either from them or licensed from
a recognized firm. For most cases, buying a SSL cert from your current
registrar is fine (and helps to consolidate your billing).

If price is a concern, there are ways to get certificates for cheap. If you
represent an open source project, you can get a free certificate
https://www.globalsign.com/ssl/ssl-open-source/. There are occasional
sales throughout the year (usually on major holidays) that you can watch
out for. StartSSL supplies free certificates http://www.startssl.com/,
but you need to pay if you want subdomain support
http://www.startssl.com/?app=2.


-
-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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: What does the Docker updates bring?

2014-06-11 Thread timh
Though the various presentations/update on the subject suggest that Docker 
will be used for the Appengine Managed VM's

So there may well be an impact somewhere a long the line.

T

On Thursday, June 12, 2014 3:00:38 AM UTC+8, Jim wrote:

 At this point it doesn't Docker images are compatible with Compute 
 Engine instances, not App Engine



 On Wednesday, June 11, 2014 11:04:00 AM UTC-5, Kaan Soral wrote:

 I'm wondering how the Docker integration affect AppEngine/usage



-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.