{{lang "panel_debug_head"}}

{{flush}}
{{lang "panel_debug_uptime_label"}}
{{lang "panel_debug_go_version_label"}}
{{lang "panel_debug_database_version_label"}}
{{.Uptime}}
{{.GoVersion}}
{{.DBVersion}}
{{lang "panel_debug_open_database_connections_label"}}
{{lang "panel_debug_adapter_label"}}
{{/** TODO: Use this for active database connections when Go 1.11 lands **/}}
???
{{.OpenConns}}
{{.DBAdapter}}
?
{{lang "panel_debug_goroutine_count_label"}}
{{lang "panel_debug_cpu_count_label"}}
???
{{.Goroutines}}
{{.CPUs}}
?

Memory Statistics

Sys
HeapSys
HeapAlloc
{{.MemStats.Sys}} ({{bunit .MemStats.Sys}})
{{.MemStats.HeapSys}} ({{bunit .MemStats.HeapSys}})
{{.MemStats.HeapAlloc}} ({{bunit .MemStats.HeapAlloc}})
HeapIdle
HeapObjects
StackInuse
{{.MemStats.HeapIdle}} ({{bunit .MemStats.HeapIdle}})
{{.MemStats.HeapObjects}}
{{.MemStats.StackInuse}} ({{bunit .MemStats.StackInuse}})
MSpanInuse
MCacheInuse
MSpanSys
{{.MemStats.MSpanInuse}} ({{bunit .MemStats.MSpanInuse}})
{{.MemStats.MCacheInuse}} ({{bunit .MemStats.MCacheInuse}})
{{.MemStats.MSpanSys}} ({{bunit .MemStats.MSpanSys}})
MCacheSys
GCSys
OtherSys
{{.MemStats.MCacheSys}} ({{bunit .MemStats.MCacheSys}})
{{.MemStats.GCSys}} ({{bunit .MemStats.GCSys}})
{{.MemStats.OtherSys}} ({{bunit .MemStats.OtherSys}})

Caches

Topic Cache
User Cache
Reply Cache
{{.Cache.Topics}} / {{.Cache.TCap}}
{{.Cache.Users}} / {{.Cache.UCap}}
{{.Cache.Replies}} / {{.Cache.RCap}}
Topic List
???
???
{{if .Cache.TopicListThaw}}Thawed{{else}}Sleeping{{end}}
?
?

Database

Topics
Users
Replies
{{.Database.Topics}}
{{.Database.Users}}
{{.Database.Replies}}
Profile Replies
Activity Stream
Likes
{{.Database.ProfileReplies}}
{{.Database.ActivityStream}}
{{.Database.Likes}}
Attachments
Polls
???
{{.Database.Attachments}}
{{.Database.Polls}}
?
Views
Views Agents
Views Forums
{{.Database.Views}}
{{.Database.ViewsAgents}}
{{.Database.ViewsForums}}
Views Langs
Views Referrers
Views Systems
{{.Database.ViewsLangs}}
{{.Database.ViewsReferrers}}
{{.Database.ViewsSystems}}
Post Analytics
Topic Analytics
???
{{.Database.PostChunks}}
{{.Database.TopicChunks}}
?

Disk

Static Files
Attachments
Avatars
{{bunit .Disk.Static}}
{{bunit .Disk.Attachments}}
{{bunit .Disk.Avatars}}
Log Files
Backups
???
{{bunit .Disk.Logs}}
{{bunit .Disk.Backups}}
?