Check Bucket Health
{% if bucket_health != False %}
Measurement time:
{{ bucket_health['sysinfo']['gmt_timestamp'] }}
Bucket URI:
{{ bucket_health['bucket_uri'] }}
gsutil Version:
{{ bucket_health['gsutil_version'] }}
boto Version:
{{ bucket_health['boto_version'] }}
Running on GCE:
{{ bucket_health['sysinfo']['on_gce'] }}
Bucket location:
{{ bucket_health['sysinfo']['bucket_location'] }}
Bucket storage class:
{{ bucket_health['sysinfo']['bucket_storageClass'] }}
CPU Count:
{{ bucket_health['sysinfo']['cpu_count'] }}
CPU Load Average:
{{ bucket_health['sysinfo']['load_avg'][0] }}, {{ bucket_health['sysinfo']['load_avg'][1] }}, {{ bucket_health['sysinfo']['load_avg'][2] }}
Total Memory:
{{ bucket_health['sysinfo']['meminfo']['mem_total'] }}
Free Memory:
{{ bucket_health['sysinfo']['meminfo']['mem_free'] }}
Boto HTTPS Enabled:
{{ bucket_health['sysinfo']['boto_https_enabled'] }}
Requested routed through proxy:
{{ bucket_health['sysinfo']['using_proxy'] }}
Latency of the DNS lookup for Google Storage server (ms):
{{ bucket_health['sysinfo']['google_host_dns_latency'] }}
Latencies connecting to Google Storage server IPs (ms):
{{ bucket_health['sysinfo']['google_host_connect_latencies'] }}
Write throughput:
{{ bucket_health['write_throughput']['bytes_per_second'] }}/s
Read throughput:
{{ bucket_health['read_throughput']['bytes_per_second'] }}/s
{% endif %}