2014-03-05 14:47:01 +08:00
|
|
|
# free
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
> Display amount of free and used memory in the system.
|
2021-07-09 16:45:55 +02:00
|
|
|
> More information: <https://manned.org/free>.
|
2014-03-05 14:47:01 +08:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Display system memory:
|
2014-03-05 14:47:01 +08:00
|
|
|
|
|
|
|
`free`
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Display memory in Bytes/KB/MB/GB:
|
2014-03-05 14:47:01 +08:00
|
|
|
|
2017-12-02 20:25:03 +05:30
|
|
|
`free -{{b|k|m|g}}`
|
2014-03-05 14:47:01 +08:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Display memory in human-readable units:
|
2014-03-05 14:47:01 +08:00
|
|
|
|
|
|
|
`free -h`
|
|
|
|
|
2017-12-02 20:25:03 +05:30
|
|
|
- Refresh the output every 2 seconds:
|
2014-03-05 14:47:01 +08:00
|
|
|
|
2017-12-02 20:25:03 +05:30
|
|
|
`free -s {{2}}`
|