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.
|
2021-07-09 15:45:55 +01:00
|
|
|
> More information: <https://manned.org/free>.
|
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
|
|
|
|
2021-08-15 18:59:09 +01: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}}`
|