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

Add PageTables information #98

Merged
merged 1 commit into from
Aug 27, 2018
Merged

Conversation

anayrat
Copy link
Contributor

@anayrat anayrat commented Aug 9, 2018

Hi Gilles,

This PR add kernel PageTables information. It is the amount of memory used by process to address shared memory :

PageTables: Amount of memory dedicated to the lowest level of page tables. This can increase to a high value if a lot of processes are attached to the same shared memory segment.

https://access.redhat.com/solutions/406773

Try a pgbench with -c 4 and -c 800. You'll see ;)

Cheers!

@darold darold merged commit d3e19c1 into darold:master Aug 27, 2018
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