Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support splitted PSS components (anon, file, and shmem) #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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