Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. >>> repr(open("/proc/vmstat","r").read())
  2. "'nr_free_pages 124605\\nnr_inactive_anon 25491\\nnr_active_anon 313009\\nnr_inactive_file 427715\\nnr_active_file 1150534\\nnr_unevictable 1356\\nnr_mlock 1356\\nnr_anon_pages 331246\\nnr_mapped 46417\\nnr_file_pages 1586844\\nnr_dirty 27\\nnr_writeback 0\\nnr_slab_reclaimable 507071\\nnr_slab_unreclaimable 13862\\nnr_page_table_pages 0\\nnr_kernel_stack 705\\nnr_unstable 0\\nnr_bounce 0\\nnr_vmscan_write 0\\nnr_writeback_temp 0\\nnr_isolated_anon 0\\nnr_isolated_file 0\\nnr_shmem 7974\\npgpgin 11396332\\npgpgout 15684282\\npswpin 0\\npswpout 0\\npgalloc_dma 4\\npgalloc_dma32 434843794\\npgalloc_normal 201244780\\npgalloc_movable 0\\npgfree 636216188\\npgactivate 3143075\\npgdeactivate 119884\\npgfault 140308389\\npgmajfault 7492\\npgrefill_dma 0\\npgrefill_dma32 22041\\npgrefill_normal 107773\\npgrefill_movable 0\\npgsteal_dma 0\\npgsteal_dma32 14400\\npgsteal_normal 22209\\npgsteal_movable 0\\npgscan_kswapd_dma 0\\npgscan_kswapd_dma32 14304\\npgscan_kswapd_normal 28288\\npgscan_kswapd_movable 0\\npgscan_direct_dma 0\\npgscan_direct_dma32 672\\npgscan_direct_normal 1312\\npgscan_direct_movable 0\\npginodesteal 0\\nslabs_scanned 137216\\nkswapd_steal 34893\\nkswapd_inodesteal 3115\\nkswapd_low_wmark_hit_quickly 4\\nkswapd_high_wmark_hit_quickly 0\\nkswapd_skip_congestion_wait 0\\npageoutrun 389\\nallocstall 19\\npgrotated 0\\nunevictable_pgs_culled 1148043\\nunevictable_pgs_scanned 0\\nunevictable_pgs_rescued 2457377\\nunevictable_pgs_mlocked 2467388\\nunevictable_pgs_munlocked 2457936\\nunevictable_pgs_cleared 58\\nunevictable_pgs_stranded 0\\nunevictable_pgs_mlockfreed 0\\n'"
  3. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement