Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. [root@rhel6 ~]# free -m
  2. total used free shared buffers cached
  3. Mem: 9892 9537 354 0 71 884
  4. -/+ buffers/cache: 8581 1310
  5. Swap: 767 1759218592 116869
  6.  
  7. [root@bb14 blackboard]# free -g|grep Swap
  8. Swap: 0 1717986906 114
  9.  
  10. [root@bb14 blackboard]# free -h |grep Swap
  11. Swap: 767M 767M 114G
  12.  
  13. [root@rhel6 ~]# swapoff -a
  14. [root@rhel6 ~]# free -m
  15. total used free shared buffers cached
  16. Mem: 9892 9760 131 0 45 638
  17. -/+ buffers/cache: 9076 815
  18. Swap: 0 1759218592 116814
  19.  
  20. [root@bb14 blackboard]# cat /proc/meminfo|grep Swap
  21. SwapCached: 0 kB
  22. SwapTotal: 786428 kB
  23. SwapFree: 120404008 kB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement