[Ilugc] One Day One Command

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi S)
  • Date: Tue Jan 18 13:57:02 2005

One Day One Command :-
--------------------

free -- Display Information about Memory utilization

Summary:-

Displays the total amount of free and used physical memory 
& swap space in the system, as well as the buffers & cache 
consumed by the kernel.

Examples :-

$ free -- Display the mem info in KB.

$ free -m -- Display the mem info in MB.

$ free -m -t -- Display the total mem info.

$ free -s 2 -- Display the mem info for every 2Sec.

$ free -s 2 -c 5 -- Display the mem info for every 2Sec 
                    But only 5 times

$ cat /proc/meminfo -- This is the original info which 
                       is used by free command for the 
                       report.

Read: man free

Bye :)
-- 
Bharathi S

Other related posts: