Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 899

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 899

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 534
Using Free Command in Linux | Configure Install Setup Web CMS Configuration

Using Free Command in Linux

warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/common.inc on line 141.

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/

Free

Output :

free

You may use the other free command to watch memory utilization every two seconds, use this command:

watch free or

watch –n 1–d free

output :

free

[Ctrl]-[C] to cancel the command runs.


Custom Search