Merge pull request #148 from felixonmars/free

add free.md
This commit is contained in:
Romain Prieto 2014-03-05 18:26:25 +11:00
commit 68022e93ff

19
pages/linux/free.md Normal file
View File

@ -0,0 +1,19 @@
# free
> Display amount of free and used memory in the system
- Display system memory
`free`
- Display memory in Bytes/KB/MB/GB
`free {{-b/-k/-m/-g}}`
- Display memory in human readable units
`free -h`
- Continuous monitor memory (refresh every X seconds)
`free -s {{X}}`