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
|
|
|
|
2017-12-02 14:55:03 +00:00
|
|
|
`free -{{b|k|m|g}}`
|
2014-03-05 06:47:01 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Display memory in human readable units:
|
2014-03-05 06:47:01 +00:00
|
|
|
|
|
|
|
`free -h`
|
|
|
|
|
2017-12-02 14:55:03 +00:00
|
|
|
- Refresh the output every 2 seconds:
|
2014-03-05 06:47:01 +00:00
|
|
|
|
2017-12-02 14:55:03 +00:00
|
|
|
`free -s {{2}}`
|