Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp35 constexpr auto procStat = "/proc/stat"; in readCPU() local
36 std::ifstream fileStat(procStat); in readCPU()
39 error("Unable to open {PATH} for reading CPU stats", "PATH", procStat); in readCPU()