A script that displays memory stats of the Quantum heap. More...
Public Attributes | |
Text | BytesAllocated |
The total amount of bytes allocated in KB. More... | |
Text | BytesCommited |
The total amount of bytes commited in KB. More... | |
Text | BytesReserved |
The total amount of bytes reserved in KB. More... | |
Text | EntityCount |
The entity count. More... | |
Text | EntityMemory |
The memory used by entities in KB. More... | |
Text | PagesFree |
The pages that are free. More... | |
Text | PagesFull |
The pages that are full. More... | |
Text | PagesUsed |
The pages used. More... | |
Text | TotalMemory |
The total memory in MB. More... | |
Text | TotalPages |
The number of pages in the heap. More... | |
Text | TotalUsage |
The percentage of memory used. More... | |
A script that displays memory stats of the Quantum heap.
Text Quantum.QuantumMemoryStats.TotalMemory |
The total memory in MB.
Text Quantum.QuantumMemoryStats.TotalPages |
The number of pages in the heap.
Text Quantum.QuantumMemoryStats.TotalUsage |
The percentage of memory used.
Text Quantum.QuantumMemoryStats.PagesFree |
The pages that are free.
Text Quantum.QuantumMemoryStats.PagesFull |
The pages that are full.
Text Quantum.QuantumMemoryStats.PagesUsed |
The pages used.
Text Quantum.QuantumMemoryStats.BytesAllocated |
The total amount of bytes allocated in KB.
Text Quantum.QuantumMemoryStats.BytesReserved |
The total amount of bytes reserved in KB.
Text Quantum.QuantumMemoryStats.BytesCommited |
The total amount of bytes commited in KB.
Text Quantum.QuantumMemoryStats.EntityCount |
The entity count.
Text Quantum.QuantumMemoryStats.EntityMemory |
The memory used by entities in KB.