[openstack-dev] WSGI 'status' page?

Joshua Harlow harlowja at yahoo-inc.com
Mon Sep 10 22:02:53 UTC 2012


Hi all,

I am looking into how we can load balance across different WSGI servers and I've typically done this by having a load balancer call something like a 'status.html' page in apache, which will return 200 + data about the server to the load balance (ie a artifically generated webpage that will show the stats about the server and will always return something when the server is up). Is there any equivalent in WSGI (or eventlet?) that is accessible from the web entrypoint (I know there is a backdoor thingy).

Does anything like that exist as an extension right now, it would seem useful to have a page where one could go to to show eventlet stats, wsgi stats + other stats about the WSGI server that is running in eventlet for various reasons (load balancing included). Thoughts/ideas?

Thx!

-Josh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20120910/066ebeb2/attachment.html>


More information about the OpenStack-dev mailing list