Myth Protocol Command QUERY MEMSTATS
From MythTV
Contents |
[edit]
QUERY_MEMSTATS
[edit]
Present in Protocol Versions
All?
[edit]
Arguments
Command arguments: none
List arguments: none
[edit]
Examples
Command:
14 QUERY_MEMSTATS
Response:
26 502[]:[]14[]:[]494[]:[]440
[edit]
Description
Queries the backend for RAM usage statistics
[edit]
Returns
- Used memory, in megabytes
- Note, the source code indicates that this should be the total amount of memory, but when I test it with MythTV 0.19 it returns the same amount as `free` reports being used
- Free memory, in megabytes
- ??? (source code says 'totalVM')
- ??? (source code says 'freeVM')
