Home
last modified time | relevance | path

Searched refs:BmcPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp24 return std::string(BmcPath) + "/" + PathIntf::total_cpu; in getPath()
28 return std::string(BmcPath) + "/" + PathIntf::kernel_cpu; in getPath()
32 return std::string(BmcPath) + "/" + PathIntf::user_cpu; in getPath()
36 return std::string(BmcPath) + "/" + PathIntf::available_memory; in getPath()
40 return std::string(BmcPath) + "/" + in getPath()
45 return std::string(BmcPath) + "/" + PathIntf::free_memory; in getPath()
49 return std::string(BmcPath) + "/" + PathIntf::shared_memory; in getPath()
53 return std::string(BmcPath) + "/" + PathIntf::total_memory; in getPath()
65 return std::string(BmcPath) + "/" + PathIntf::storage + "/" + in getPath()
H A Dhealth_metric.hpp23 static constexpr auto BmcPath = variable