#!/bin/bash /usr/bin/free | head -2 | tail -n +2 | awk {'print $4'} [root@fc21 ~]# ram 135720
A Linux blog by ioMeWeekly, includes tutorials, news, help, programming, tips and how-to guides for opensource applications.
Showing posts with label ram. Show all posts
Showing posts with label ram. Show all posts
Monday, 19 January 2015
Monitoring ram
To monitor the free ram available in the system, we can use free command. Below script display the available ram.
Subscribe to:
Posts
(
Atom
)