{* * 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/. * * SPDX-License-Identifier: 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 {{ memStackInuse }} in use ({{ memStackSys }} from system)
MSpan Usage {{ memMSpanInuse }} in use ({{ memMSpanSys }} from system)
MCache Usage {{ memMCacheInuse }} in use ({{ memMCacheSys }} from system)
Bucket Hashtable Usage {{ memBuckHashSys }}
GC Usage {{ memGCSys }}
Miscellaneous Usage {{ memOtherSys }}

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 }}