:orphan: .. index:: pair: group; RAM configuration of Test Agents .. _doxid-group__tapi__conf__memory: RAM configuration of Test Agents ================================ .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block // global functions :ref:`te_errno` :ref:`tapi_cfg_get_memory`(const char* ta, int node_id, uint64_t* memory); :ref:`te_errno` :ref:`tapi_cfg_get_free_memory`(const char* ta, int node_id, uint64_t* avail_mem); .. _details-group__tapi__conf__memory: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Global Functions ---------------- .. index:: pair: function; tapi_cfg_get_memory .. _doxid-group__tapi__conf__memory_1ga97d7d7fd64b6c1de46d613cc7ac55cb8: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_get_memory(const char* ta, int node_id, uint64_t* memory) Get amount of memory in bytes on a test agent. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - test agent * - node_id - node ID * - memory - amount of system memory in bytes .. rubric:: Returns: status code .. index:: pair: function; tapi_cfg_get_free_memory .. _doxid-group__tapi__conf__memory_1gadb2372d49e008f94a8adae8a0e2e68c5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_get_free_memory(const char* ta, int node_id, uint64_t* avail_mem) Get amount of free memory in bytes on a test agent. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - test agent * - node_id - node ID * - avail_mem - amount of available memory in bytes .. rubric:: Returns: status code