2
如何查看交换中的内容?
在我的系统上,我使用了一些交换: undefine@uml:~$ free total used free shared buffers cached Mem: 16109684 15848264 261420 633496 48668 6096984 -/+ buffers/cache: 9702612 6407072 Swap: 15622140 604 15621536 如何查看交换中的内容? 我尝试通过进程进行检查,但是系统VmSwap上的每个pid均为0: undefine@uml:~$ awk '/VmSwap/ {print $2}' /proc/*/status |uniq 0 交换中还有什么?我考虑过tmpfs-但是我重新读取了tmpfs-es上的所有文件-并且它不刷新交换大小。