小编Neh*_*ani的帖子

/proc/vmstat 中的参数 (pgpgin, pswpin) 和 (pswpout, pgpgout) 之间的确切区别是什么?

请注意,此问题仅针对linux。而到swap space,我指的是专用的swap partition

google在这方面做了一点,发现了这些definitions

Paging refers to writing portions, termed pages, of a process’ memory to disk.
Swapping, strictly speaking, refers to writing the entire process, not just part, to disk.
In Linux, true swapping is exceedingly rare, but the terms paging and swapping
often are used interchangeably.
Run Code Online (Sandbox Code Playgroud)

page-out: The system's free memory is less than a threshold "lotsfree" and unnused / least used pages are moved to the …
Run Code Online (Sandbox Code Playgroud)

memory linux swap virtual-memory linux-kernel

13
推荐指数
2
解决办法
1万
查看次数

标签 统计

linux ×1

linux-kernel ×1

memory ×1

swap ×1

virtual-memory ×1