1PGMAP(1) User Commands PGMAP(1)
2
3
4
6 pgmap - utility for getting information from kernel's pagemap interface
7
9 pgmap [-ndpFPs]
10
12 Pgmap utility gets informations from /proc/kpagecount, /proc/kpageflags
13 and /proc/[pid]/pagemap. Using libpagemap library for that.
14
16 -h for help
17
18 -n simulate non-root = only RES and SWAP
19
20 -d without headers
21
22 -p prints numbers in pages (instead of default kB)
23
24 -F prints info from kpageflags file
25
26 -P pid prints only specified pid
27
28 -s ID sorting by [uss|pss|shr|res|swap|pid][+-]
29
31 smem(8)
32
34 -
35
37 Petr Holasek (pholasek@redhat.com)
38
39
40
41pgmap 15 Nov 2010 PGMAP(1)