From af2154840faa23415846385cee83f63fa2b29ad5 Mon Sep 17 00:00:00 2001 From: Mark Clarkstone Date: Mon, 28 Mar 2016 10:12:08 +0100 Subject: [PATCH] Add config_memoryinfo. --- docs/webui/config_memoryinfo.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/webui/config_memoryinfo.md diff --git a/docs/webui/config_memoryinfo.md b/docs/webui/config_memoryinfo.md new file mode 100644 index 0000000..a9393e2 --- /dev/null +++ b/docs/webui/config_memoryinfo.md @@ -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. +