{* * Amsterdam Web Communities System * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. *}

System Statistics


Return to System Administration Menu

General Statistics

Amsterdam Uptime {{ uptime }}
Active Goroutines {{ numgo }}
Memory Usage {{ memAlloc }} allocated of {{ memTotalAlloc }} ({{ memSys }} from system)
Pointer Lookups {{ mstat.Lookups }}
Memory Allocations {{ mstat.Mallocs }} mallocs, {{ mstat.Frees }} frees

Heap Statistics

Heap Usage {{ memHeapAlloc }} allocated ({{ memHeapSys }} from system)
Heap Activity {{ memHeapIdle }} idle, {{ memHeapInuse }} in use, {{ memHeapReleased }} released to OS
Heap Objects {{ mstat.HeapObjects }}

System Allocations

Stack Usage {{ mstat.StackInuse }} in use ({{ mstat.StackSys }} from system)
MSpan Usage {{ mstat.MSpanInuse }} in use ({{ mstat.MSpanSys }} from system)
MCache Usage {{ mstat.MCacheInuse }} in use ({{ mstat.MCacheSys }} from system)
Bucket Hashtable Usage {{ mstat.BuckHashSys }}
GC Usage {{ mstat.GCSys }}
Miscellaneous Usage {{ mstat.OtherSys }}

GC Statistics

Next GC Run At {{ mstat.NextGC }} bytes heap
Last GC Run At {{ memLastGCTime }}
Total GC Pause Time {{ memTotalPause }}
Total GCs {{ mstat.NumGC }}
GC CPU Percent {{ memGCPercent }}