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.
#!/bin/bash
/usr/bin/free | head -2 | tail -n +2 | awk {'print $4'}

[root@fc21 ~]# ram
135720

search iomeweekly