Using Free Command in Linux
Displays system memory utilization you might use the free command.
By execute the free command, you may get the details on the free memory. These are the sample and step to run the free command.
[root@localhost ~]# free
[root@localhost ~]# free -b,-k,-m,-g /show output in bytes, KB, MB, or GB/
[root@localhost ~]# free -l /show detailed low and high memory statistics/
[root@localhost ~]# free -0 /use old format (no -/+buffers/cache line)/
[root@localhost ~]# free -t /display total for RAM + swap/
[root@localhost ~]# free -s /update every [delay] seconds/
[root@localhost ~]# free -c /update [count] times/
[root@localhost ~]# free -v /display version information and exit/


[Ctrl]-[C] to cancel the command runs.
- 478 reads
Recent popular content



















