Home
last modified time | relevance | path

Searched refs:memoryTotal (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp147 memoryValues[MetricIntf::SubType::memoryTotal] = value; in readMemory()
159 auto total = memoryValues.at(MetricIntf::SubType::memoryTotal) * 1024; in readMemory()
H A Dhealth_metric_config.hpp38 memoryTotal, enumerator
H A Dhealth_metric.cpp51 case SubType::memoryTotal: in getPath()
H A Dhealth_metric_config.cpp57 {"Memory", SubType::memoryTotal},
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_config.cpp42 metric::SubType::memoryTotal} in isValidSubType()