Server Uptime: {{.SysStatus.Uptime}}
Current Goroutines: {{.SysStatus.NumGoroutine}}
Current Memory Usage: {{.SysStatus.MemAllocated}}
Total Memory Allocated: {{.SysStatus.MemTotal}}
Memory Obtained: {{.SysStatus.MemSys}}
Pointer Lookup Times: {{.SysStatus.Lookups}}
Memory Allocate Times: {{.SysStatus.MemMallocs}}
Memory Free Times: {{.SysStatus.MemFrees}}
Current Heap Usage: {{.SysStatus.HeapAlloc}}
Heap Memory Obtained: {{.SysStatus.HeapSys}}
Heap Memory Idle: {{.SysStatus.HeapIdle}}
Heap Memory In Use: {{.SysStatus.HeapInuse}}
Heap Memory Released: {{.SysStatus.HeapReleased}}
Heap Objects: {{.SysStatus.HeapObjects}}
Bootstrap Stack Usage: {{.SysStatus.StackInuse}}
Stack Memory Obtained: {{.SysStatus.StackSys}}
MSpan Structures Usage: {{.SysStatus.MSpanInuse}}
MSpan Structures Obtained: {{.SysStatus.HeapSys}}
MCache Structures Usage: {{.SysStatus.MCacheInuse}}
MCache Structures Obtained: {{.SysStatus.MCacheSys}}
Profiling Bucket Hash Table Obtained: {{.SysStatus.BuckHashSys}}
GC Metadada Obtained: {{.SysStatus.GCSys}}
Other System Allocation Obtained: {{.SysStatus.OtherSys}}
Next GC Recycle: {{.SysStatus.NextGC}}
Last GC Time: {{.SysStatus.LastGC}} ago
Total GC Pause: {{.SysStatus.PauseTotalNs}}
Last GC Pause: {{.SysStatus.PauseNs}}
GC Times: {{.SysStatus.NumGC}}