Searched refs:procLoadAvgPath (Results 1 – 1 of 1) sorted by relevance
81 const std::string procLoadAvgPath = "/proc/loadavg"; in GetSysCpuLoad() local82 std::string loadContent = FileUtil::GetFirstLine(procLoadAvgPath); in GetSysCpuLoad()84 HIVIEW_LOGW("failed to read %{public}s", procLoadAvgPath.c_str()); in GetSysCpuLoad()