Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Add config_memoryinfo. #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/webui/config_memoryinfo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
##Debugging - Memory Info Entries

This tab displays various memory usage information useful for
debugging, it does not have any user configurable options.

####Menu Bar/Buttons

The following functions are available:

Button | Function
-----------|---------
**Help** | Display this help page.

####Grid Items

**Name**
: Name of the object.

**Size**
: Current size of the object in bytes.

**Peak size**
: The largest size the object has reached.

**Count of objects**
: The current number of objects.

**Peak count of objects**
: The highest count of objects.