{% extends "base.html" %} {% block content %}

Metrics

Server performance, API operations, and historical trends

5s
CPU Usage
Normal
Memory
{{ memory.used }} used {{ memory.total }} total
Disk Space
{{ disk.free }} free {{ disk.total }} total
Storage

{{ app.storage_used }}

{{ app.buckets }}
Buckets
{{ app.objects }}
Objects
{{ app.buckets }}
{{ app.objects }}
{{ app.versions }}
{% set has_issues = (cpu_percent > 80) or (memory.percent > 85) or (disk.percent > 90) %}
{% if has_issues %} {% else %} {% endif %}
{% if has_issues %}Issues Detected{% else %}All Systems Normal{% endif %} {% if has_issues %} {% if cpu_percent > 80 %}CPU {{ cpu_percent }}%{% endif %} {% if memory.percent > 85 %}{% if cpu_percent > 80 %} · {% endif %}Memory {{ memory.percent }}%{% endif %} {% if disk.percent > 90 %}{% if cpu_percent > 80 or memory.percent > 85 %} · {% endif %}Disk {{ disk.percent }}%{% endif %} {% else %} All resources within normal operating parameters {% endif %}
{{ app.uptime_days }}d
Uptime
{% if operation_metrics_enabled %}

0

Requests

0%

Success

0

Errors

0

Req/s

0ms

Avg Latency

0ms

P95 Latency

0 B

Bytes In

0 B

Bytes Out
Requests by Method
Requests by Status
Requests by Endpoint
Latency by Endpoint
S3 Error Codes
API Only
Code
Count
Distribution
No S3 API errors
Operation Trends
Loading...
Request Rate (req/s)
Throughput (bytes/s)
Average Latency (ms)
Error Rate (%)

Loading operation history...

{% endif %} {% if metrics_history_enabled %}
Loading...
CPU Usage
Memory Usage
Disk Usage
{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}