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

System Metrics

Real-time server performance and storage usage

Live
CPU Usage

{{ cpu_percent }}%

Current load {% if cpu_percent > 80 %}High{% elif cpu_percent > 50 %}Medium{% else %}Normal{% endif %}
Memory

{{ memory.percent }}%

{{ memory.used }} used {{ memory.total }} total
Disk Space

{{ disk.percent }}%

{{ disk.free }} free {{ disk.total }} total
Storage

{{ app.storage_used }}

{{ app.buckets }}
Buckets
{{ app.objects }}
Objects
System Overview
Resource Value Status
Total Disk Capacity
{{ disk.total }} Hardware
Available Space
{{ disk.free }} {% if disk.percent > 90 %} Critical {% elif disk.percent > 75 %} Low {% else %} Good {% endif %}
MyFSIO Data
{{ app.storage_used }} Application
Total Objects
{{ app.objects }} Count
{% endblock %}