QUERY MEMSTATS (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

QUERY_MEMSTATS

Present in Protocol Versions

All?

Arguments

Command arguments: none

List arguments: none

Examples

Command:

14      QUERY_MEMSTATS

Response:

26      502[]:[]14[]:[]494[]:[]440

Description

Queries the backend for RAM usage statistics

Returns

  1. Total physical memory, in megabytes
  2. Free physical memory
  3. Total virtual memory (swap)
  4. Free virtual memory

Changelog

version changeset description
15 [5833] initial version