Home
last modified time | relevance | path

Searched refs:statm (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/memory_utils/libmeminfo/src/
H A Dmeminfo.cpp38 // get Rss from statm
42 std::string statm; in GetRssByPid() local
46 std::string statmPath = "/proc/" + std::to_string(pid) + "/statm"; in GetRssByPid()
49 if (!OHOS::LoadStringFromFile(statmPath, statm)) { in GetRssByPid()
50 HILOG_ERROR(LOG_CORE, "statm file error!"); in GetRssByPid()
53 std::istringstream isStatm(statm); in GetRssByPid()

Completed in 1 milliseconds