Posts Tagged With: memory

Show file swap

Tagged with: , , , ,

show file(s) swap


cat /proc/swaps
No Comments »

Meminfo

Tagged with: , , , , ,

Show memory use


$ cat /proc/meminfo
No Comments »

free Command

Tagged with: , , , ,

free gives the Memory info (in kilobytes).


free
#Output
             total       used       free     shared    buffers     cached
Mem:       2075000     667508    1407492          0      25988     352076
-/+ buffers/cache:     289444    1785556
Swap:       979924          0     979924

[tags][/tags]

No Comments »