Welcome to AppScale!
The Open Source App Engine
Send Feedback Submit Issue {% if is_user_cloud_admin %} Live Support {% endif %}
{% if flash_message %}- {{ flash_message }}
Database & Application Information
Current Database:
- Powered by
{% if dbinfo['table'] == 'cassandra' %}
{% elif dbinfo['table'] == 'hbase' %}
{% elif dbinfo['table'] == 'hypertable' %}
{% endif %}
- Data is replicated {{ dbinfo['replication'] }} times.
Current Applications Deployed:
-
{% if apps|length == 0 %}
- None Deployed {% else %} {% for app_name in apps.keys()|sort %}
- {% if apps[app_name] %} {{ app_name }} {% else %} {{ app_name }} (loading) {% endif %} {% endfor %} {% endif %}
Cloud Statistics
| IP Address | CPU Usage | Memory Usage | Hard Disk Usage | Roles |
|---|---|---|---|---|
{{server['ip']}} |
{% for role in server['roles'] %}
{% if role == 'load_balancer' %}
|