| Start Time | {{.Uptime.human}} | 
            | Uptime (Precise) | {{ .Uptime.hours | printf "%.4f"}} hours {{ .Uptime.seconds | printf "%.4f"}} seconds
 | 
            | Num. CPU | {{.GC.numcpu}} | 
            | Num. GoRoutines | {{.GC.numgor}} | 
            | Go Version Arch/OS/Compiler
 | {{.GC.version}} {{.GC.arch}} / {{.GC.os}} / {{.GC.compiler}}
 | 
            | Current Allocs | {{.GC.memory.alloc}} | 
            | Cumulative Allocs | {{.GC.memory.calloc}} | 
            | Used Sys Memory | {{.GC.memory.sysmem}} | 
            | Pointer Lookups | {{.GC.memory.lookups}} | 
            | MAllocs | {{.GC.memory.mallocs}} | 
            | MFrees | {{.GC.memory.frees}} | 
            | Live Objects | {{.GC.memory.liveobj}} | 
            | Heap Allocated | {{.GC.memory.heapalloc}} | 
            | Heap Released | {{.GC.memory.heaprelease}} | 
            | GC Metadata | {{.GC.memory.gcmeta}} | 
            | GC Pause | {{.GC.memory.pause}} | 
            | GC Invokations | {{.GC.memory.gctimes}} | 
            | GC Forced | {{.GC.memory.fgctimes}} | 
            | GC CPU Usage | {{.GC.memory.cpufrac}} |