2014-03-05 06:47:01 +00:00
|
|
|
# free
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Display amount of free and used memory in the system.
|
2014-03-05 06:47:01 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Display system memory:
|
2014-03-05 06:47:01 +00:00
|
|
|
|
|
|
|
`free`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Display memory in Bytes/KB/MB/GB:
|
2014-03-05 06:47:01 +00:00
|
|
|
|
|
|
|
`free {{-b/-k/-m/-g}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Display memory in human readable units:
|
2014-03-05 06:47:01 +00:00
|
|
|
|
|
|
|
`free -h`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Continuous monitor memory (refresh every X seconds):
|
2014-03-05 06:47:01 +00:00
|
|
|
|
|
|
|
`free -s {{X}}`
|