Skip to content

Conversation

@ShirleyFei
Copy link
Contributor

According to [1], Linux kernel has reported separate components (anon, file, and shmem) for PSS in smaps_rollup. This helps understand and tune the memory manager behavior in consumer devices.

Thus collect and show these three indicators for per process:

  • Pss_Anon
  • Pss_File
  • Pss_Shmem

[1]http://lkml.kernel.org/r/[email protected]

According to [1], Linux kernel has reported separate components
(anon, file, and shmem) for PSS in smaps_rollup. This helps
understand and tune the memory manager behavior in consumer devices.

Thus collect and show these three indicators for per process:
- Pss_Anon
- Pss_File
- Pss_Shmem

[1]http://lkml.kernel.org/r/[email protected]

Signed-off-by: Fei Li <[email protected]>
@natoscott
Copy link
Contributor

@ShirleyFei in more recent kernels there's also a new Pss_Dirty row in smaps_rollup, might be a useful addition here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants