{include "admin/layout.html"} {block "content"}
Welcome to the admin panel! Utilize the tools to the left, or head back. Below are the server stats as of loading this page.
| Memory Allocated | {alloc_mb} MB |
| Total Allocated | {total_alloc_mb} MB |
| System Memory | {sys_mb} MB |
| Heap Allocated | {heap_alloc_mb} MB |
| Heap System | {heap_sys_mb} MB |
| Heap Released | {heap_released_mb} MB |
| GC Cycles | {gc_cycles} |
| GC Pause Total | {gc_pause_total} ms |
| Goroutines | {goroutines} |
| CPU Cores | {cpu_cores} |
| Go Version | {go_version} |