Could not read {@form.params["service"]}: {inspect(@snapshot_error)}
Collecting system information...
{label}: {value}
Limits
<:col :let={limit} label="RESOURCE">{limit.name}
<:col :let={limit} label="COUNT">{limit.count}
<:col :let={limit} label="LIMIT">{limit.limit}
<:col :let={limit} label="USED">
Operating system data (load averages, CPU, OS memory and disks) requires the
:os_mon
application on the selected service. Add
:os_mon
to your extra_applications
to enable it.
Operating System
OS: {@os_data.os}
{label}: {value}
OS Memory
{@os_data.memory.used_percent}% of {format_bytes(@os_data.memory.total_bytes)} used ({format_bytes(
@os_data.memory.available_bytes
)} available)
<:col :let={cpu} label="CPU">{cpu.id}
<:col :let={cpu} label="UTILIZATION">
<:col :let={disk} label="DISK">{disk.mount}
<:col :let={disk} label="SIZE">{format_bytes(disk.total_kbytes * 1_024)}
<:col :let={disk} label="USED">
Memory Allocators
<:col :let={alloc} label="ALLOCATOR">{alloc.name}
<:col :let={alloc} label="BLOCKS SIZE">{format_bytes(alloc.blocks_size)}
<:col :let={alloc} label="CARRIERS SIZE">{format_bytes(alloc.carriers_size)}
<:col :let={alloc} label="UTILIZATION">
{alloc.utilization_percent}%
-