Home
last modified time | relevance | path

Searched defs:ProcessMemory (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
Dmemory.h33 struct ProcessMemory { struct
34 int32_t pid = 0; // process id
35 std::string name; // process name
36 int32_t rss = 0; // resident set size, unit KB
37 int32_t pss = 0; // proportional set Size, unit KB
38 int32_t swapPss = 0; // swap pss, unit KB
39 int32_t adj = 0; // /proc/$pid/oom_score_adj
40 int32_t sharedDirty = 0; // process Shared_Dirty
41 int32_t privateDirty = 0; // process Private_Dirty
42 int32_t sharedClean = 0; // process Shared_Clean
[all …]