Zigbee Protocol Controller 1.6.0
|
Functions | |
static long int | get_pagesize_kb (void) |
Get system page size in KiloBytes. More... | |
static unsigned long | get_mem_total (void) |
Get system total memory usage in KiloBytes. More... | |
static unsigned long | get_resident_set_kb (void) |
Get the resident memory pages used by program. This number is in KiloBytes. More... | |
Variables | |
static constexpr char | LOG_TAG [] = "zigpc_metric_ram_usage" |
static constexpr char | PATH_PROC_MEMINFO [] = "/proc/meminfo" |
static constexpr char | PATH_PROC_STATM [] = "/proc/self/statm" |
|
static |
Get system total memory usage in KiloBytes.
|
static |
Get system page size in KiloBytes.
|
static |
Get the resident memory pages used by program. This number is in KiloBytes.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |