Created
August 1, 2016 15:27
-
-
Save snajpa/3022c7c66edee784f497994c6c4a4c91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[email protected]] | |
~ # cat /proc/vmstat | |
nr_free_pages 34692740 | |
nr_inactive_anon 8345265 | |
nr_active_anon 6867193 | |
nr_inactive_file 178191 | |
nr_active_file 133859 | |
nr_unevictable 354727 | |
nr_mlock 354727 | |
nr_anon_pages 13057430 | |
nr_mapped 714018 | |
nr_file_pages 2936001 | |
nr_dirty 306 | |
nr_writeback 9 | |
nr_slab_reclaimable 535606 | |
nr_slab_unreclaimable 4315125 | |
nr_page_table_pages 319846 | |
nr_kernel_stack 15154 | |
nr_unstable 0 | |
nr_bounce 0 | |
nr_vmscan_write 20405566 | |
nr_writeback_temp 0 | |
nr_isolated_anon 0 | |
nr_isolated_file 0 | |
nr_shmem 875967 | |
nr_vswap 0 | |
numa_hit 17398232851 | |
numa_miss 28488954 | |
numa_foreign 28488954 | |
numa_interleave 117581 | |
numa_local 17385890924 | |
numa_other 40830881 | |
nr_anon_transparent_hugepages 0 | |
pgpgin 4234676550 | |
pgpgout 5174863510 | |
pswpin 19276402 | |
pswpout 20351383 | |
vswpin 0 | |
vswpout 0 | |
pgalloc_dma 0 | |
pgalloc_dma32 11752 | |
pgalloc_normal 21818874664 | |
pgalloc_movable 0 | |
pgfree 21853630637 | |
pgactivate 150112765 | |
pgdeactivate 136354523 | |
pgfault 24105558492 | |
pgmajfault 35536595 | |
pgrefill_dma 1425914 | |
pgrefill_dma32 1426975 | |
pgrefill_normal 161173961 | |
pgrefill_movable 0 | |
pgsteal_dma 0 | |
pgsteal_dma32 0 | |
pgsteal_normal 120730749 | |
pgsteal_movable 0 | |
pgscan_kswapd_dma 2445558 | |
pgscan_kswapd_dma32 2443667 | |
pgscan_kswapd_normal 242843477 | |
pgscan_kswapd_movable 0 | |
pgscan_direct_dma 0 | |
pgscan_direct_dma32 0 | |
pgscan_direct_normal 0 | |
pgscan_direct_movable 0 | |
zone_reclaim_failed 0 | |
pginodesteal 0 | |
slabs_scanned 5331301248 | |
kswapd_steal 119107172 | |
kswapd_inodesteal 0 | |
kswapd_low_wmark_hit_quickly 44707 | |
kswapd_high_wmark_hit_quickly 28070 | |
kswapd_skip_congestion_wait 133885 | |
pageoutrun 785959 | |
allocstall 0 | |
pgrotated 14838205 | |
compact_blocks_moved 174314 | |
compact_pages_moved 5562004 | |
compact_pagemigrate_failed 0 | |
compact_stall 0 | |
compact_fail 0 | |
compact_success 0 | |
htlb_buddy_alloc_success 0 | |
htlb_buddy_alloc_fail 0 | |
unevictable_pgs_culled 226947 | |
unevictable_pgs_scanned 0 | |
unevictable_pgs_rescued 569478 | |
unevictable_pgs_mlocked 928344 | |
unevictable_pgs_munlocked 556487 | |
unevictable_pgs_cleared 14561 | |
unevictable_pgs_stranded 0 | |
unevictable_pgs_mlockfreed 0 | |
thp_fault_alloc 0 | |
thp_fault_fallback 0 | |
thp_collapse_alloc 0 | |
thp_collapse_alloc_failed 0 | |
thp_split 0 | |
[[email protected]] | |
~ # cat /proc/zoneinfo | |
Node 0, zone DMA | |
pages free 3893 | |
min 0 | |
low 0 | |
high 0 | |
scanned 2446448 | |
spanned 4080 | |
present 3782 | |
nr_free_pages 3893 | |
nr_inactive_anon 0 | |
nr_active_anon 0 | |
nr_inactive_file 0 | |
nr_active_file 0 | |
nr_unevictable 0 | |
nr_mlock 0 | |
nr_anon_pages 0 | |
nr_mapped 0 | |
nr_file_pages 0 | |
nr_dirty 0 | |
nr_writeback 0 | |
nr_slab_reclaimable 0 | |
nr_slab_unreclaimable 0 | |
nr_page_table_pages 0 | |
nr_kernel_stack 0 | |
nr_unstable 0 | |
nr_bounce 0 | |
nr_vmscan_write 0 | |
nr_writeback_temp 0 | |
nr_isolated_anon 0 | |
nr_isolated_file 0 | |
nr_shmem 0 | |
nr_vswap 0 | |
numa_hit 0 | |
numa_miss 0 | |
numa_foreign 0 | |
numa_interleave 0 | |
numa_local 0 | |
numa_other 0 | |
nr_anon_transparent_hugepages 0 | |
protection: (0, 1935, 128943, 128943) | |
pagesets | |
cpu: 0 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 1 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 2 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 3 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 4 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 5 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 6 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 7 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 8 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 9 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 10 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 11 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 12 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 13 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 14 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 15 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 16 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 17 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 18 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 19 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 20 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 21 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 22 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
cpu: 23 | |
count: 0 | |
high: 0 | |
batch: 1 | |
vm stats threshold: 1 | |
all_unreclaimable: 1 | |
start_pfn: 16 | |
junk_pages: 0 | |
eldest_page: 8571 | |
committed: 6262 | |
overcommit: 65 % | |
force_scan: 0 | |
vmscan_priorities: 12-13 | |
vmscan_rounds: 0 0 0 0 0 0 0 0 0 0 0 0 0 22386 24042 21459 19840 8279 3136 28 5314 3370 4 10 11 6 15 11 7 8 5 5 8 5 8 9 7 5 4 11 110 362 | |
Node 0, zone DMA32 | |
pages free 101458 | |
min 121 | |
low 151 | |
high 181 | |
scanned 4139 | |
spanned 1044480 | |
present 495535 | |
nr_free_pages 101458 | |
nr_inactive_anon 0 | |
nr_active_anon 0 | |
nr_inactive_file 0 | |
nr_active_file 0 | |
nr_unevictable 0 | |
nr_mlock 0 | |
nr_anon_pages 0 | |
nr_mapped 0 | |
nr_file_pages 0 | |
nr_dirty 0 | |
nr_writeback 0 | |
nr_slab_reclaimable 0 | |
nr_slab_unreclaimable 0 | |
nr_page_table_pages 0 | |
nr_kernel_stack 0 | |
nr_unstable 0 | |
nr_bounce 0 | |
nr_vmscan_write 0 | |
nr_writeback_temp 0 | |
nr_isolated_anon 0 | |
nr_isolated_file 0 | |
nr_shmem 0 | |
nr_vswap 0 | |
numa_hit 98 | |
numa_miss 277 | |
numa_foreign 0 | |
numa_interleave 0 | |
numa_local 98 | |
numa_other 277 | |
nr_anon_transparent_hugepages 0 | |
protection: (0, 0, 127008, 127008) | |
pagesets | |
cpu: 0 | |
count: 182 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 1 | |
count: 64 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 2 | |
count: 185 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 3 | |
count: 161 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 4 | |
count: 177 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 5 | |
count: 0 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 6 | |
count: 71 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 7 | |
count: 0 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 8 | |
count: 173 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 9 | |
count: 94 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 10 | |
count: 30 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 11 | |
count: 116 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 12 | |
count: 156 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 13 | |
count: 161 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 14 | |
count: 179 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 15 | |
count: 32 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 16 | |
count: 162 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 17 | |
count: 128 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 18 | |
count: 165 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 19 | |
count: 0 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 20 | |
count: 180 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 21 | |
count: 140 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 22 | |
count: 133 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
cpu: 23 | |
count: 113 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 1 | |
all_unreclaimable: 1 | |
start_pfn: 4096 | |
junk_pages: 0 | |
eldest_page: 8571 | |
committed: 821115 | |
overcommit: 65 % | |
force_scan: 0 | |
vmscan_priorities: 12-13 | |
vmscan_rounds: 0 0 0 0 0 0 0 0 0 0 0 0 5 22964 23617 21155 19394 8078 3026 25 5295 3357 4 7 5 9 9 7 5 7 4 5 4 6 3 5 5 0 3 9 117 429 | |
Node 0, zone Normal | |
pages free 17279642 | |
min 8001 | |
low 10001 | |
high 12001 | |
scanned 0 | |
spanned 33030144 | |
present 32514048 | |
nr_free_pages 17279642 | |
nr_inactive_anon 4160899 | |
nr_active_anon 3270068 | |
nr_inactive_file 139827 | |
nr_active_file 118881 | |
nr_unevictable 351777 | |
nr_mlock 351777 | |
nr_anon_pages 6625380 | |
nr_mapped 372249 | |
nr_file_pages 1456496 | |
nr_dirty 220 | |
nr_writeback 11 | |
nr_slab_reclaimable 276644 | |
nr_slab_unreclaimable 2100831 | |
nr_page_table_pages 159855 | |
nr_kernel_stack 8123 | |
nr_unstable 0 | |
nr_bounce 0 | |
nr_vmscan_write 10631438 | |
nr_writeback_temp 0 | |
nr_isolated_anon 0 | |
nr_isolated_file 0 | |
nr_shmem 389222 | |
nr_vswap 0 | |
numa_hit 7409120875 | |
numa_miss 5427980 | |
numa_foreign 23060697 | |
numa_interleave 58824 | |
numa_local 7401292539 | |
numa_other 13256316 | |
nr_anon_transparent_hugepages 0 | |
protection: (0, 0, 0, 0) | |
pagesets | |
cpu: 0 | |
count: 160 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 1 | |
count: 59 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 2 | |
count: 36 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 3 | |
count: 165 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 4 | |
count: 57 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 5 | |
count: 124 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 6 | |
count: 185 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 7 | |
count: 174 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 8 | |
count: 169 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 9 | |
count: 169 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 10 | |
count: 183 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 11 | |
count: 160 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 12 | |
count: 160 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 13 | |
count: 28 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 14 | |
count: 30 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 15 | |
count: 92 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 16 | |
count: 147 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 17 | |
count: 33 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 18 | |
count: 166 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 19 | |
count: 176 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 20 | |
count: 163 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 21 | |
count: 157 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 22 | |
count: 170 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
cpu: 23 | |
count: 157 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 83 | |
all_unreclaimable: 0 | |
start_pfn: 1048576 | |
junk_pages: 0 | |
eldest_page: 168929 | |
committed: 53881186 | |
overcommit: 65 % | |
force_scan: 1 | |
vmscan_priorities: 12-13 | |
vmscan_rounds: 0 0 0 0 0 0 0 0 0 1 8 42 14483 178554 10677 1723 231 292 194 293 336 295 266 140 129 119 77 81 90 79 92 91 99 117 103 168 248 428 802 2331 29914 332797 | |
Node 1, zone Normal | |
pages free 17309133 | |
min 8128 | |
low 10160 | |
high 12192 | |
scanned 47 | |
spanned 33554432 | |
present 33030144 | |
nr_free_pages 17309133 | |
nr_inactive_anon 4192847 | |
nr_active_anon 3611610 | |
nr_inactive_file 22503 | |
nr_active_file 16845 | |
nr_unevictable 2950 | |
nr_mlock 2950 | |
nr_anon_pages 6454594 | |
nr_mapped 344290 | |
nr_file_pages 1466184 | |
nr_dirty 52 | |
nr_writeback 95 | |
nr_slab_reclaimable 258961 | |
nr_slab_unreclaimable 2214265 | |
nr_page_table_pages 161277 | |
nr_kernel_stack 7059 | |
nr_unstable 0 | |
nr_bounce 0 | |
nr_vmscan_write 9774189 | |
nr_writeback_temp 0 | |
nr_isolated_anon 0 | |
nr_isolated_file 0 | |
nr_shmem 486755 | |
nr_vswap 0 | |
numa_hit 9989304323 | |
numa_miss 23060697 | |
numa_foreign 5428257 | |
numa_interleave 58757 | |
numa_local 9984790732 | |
numa_other 27574288 | |
nr_anon_transparent_hugepages 0 | |
protection: (0, 0, 0, 0) | |
pagesets | |
cpu: 0 | |
count: 183 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 1 | |
count: 174 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 2 | |
count: 180 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 3 | |
count: 176 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 4 | |
count: 177 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 5 | |
count: 150 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 6 | |
count: 69 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 7 | |
count: 35 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 8 | |
count: 74 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 9 | |
count: 26 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 10 | |
count: 178 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 11 | |
count: 47 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 12 | |
count: 172 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 13 | |
count: 171 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 14 | |
count: 168 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 15 | |
count: 186 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 16 | |
count: 162 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 17 | |
count: 178 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 18 | |
count: 165 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 19 | |
count: 62 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 20 | |
count: 119 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 21 | |
count: 17 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 22 | |
count: 44 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
cpu: 23 | |
count: 88 | |
high: 186 | |
batch: 31 | |
vm stats threshold: 84 | |
all_unreclaimable: 0 | |
start_pfn: 34078720 | |
junk_pages: 1127 | |
eldest_page: 3094664 | |
committed: 54736436 | |
overcommit: 65 % | |
force_scan: 1 | |
vmscan_priorities: 12-13 | |
vmscan_rounds: 0 0 0 0 0 0 0 5 12 54 105 184 26878 194557 50897 30560 5590 441 472 493 455 434 646 561 539 402 327 316 296 249 225 235 242 231 241 323 483 700 915 1464 10235 254741 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment