free
Linux · System · available in the simulator
What it does
Displays amount of free and used memory in the system.
Syntax
free [opciones]
Options and parameters
-hDisplays all output fields automatically scaled to human-readable format.
free -h-mDisplays the amount of memory in megabytes.
-gDisplays the amount of memory in gigabytes.
-s Nrefreshes every N seconds
-sContinuously displays the result delayed by the specified seconds.
-tDisplays a line showing the column totals.
Usage examples
free -h