LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Getting free memory (https://www.linuxquestions.org/questions/linux-newbie-8/getting-free-memory-4175504207/)

battles 05-07-2014 09:35 AM

Getting free memory
 
I need to monitor the 'free' server statistics and tried to sen myself an email every hour with a cron job like this:
*/60 * * * * cat free | mail -s "DO Server Free" me@mtisp.net

The email cam in without the 'free' statistics attached. Apparently I need to get the data into a file first. Any suggestions on how to do this?

Thanks.

pan64 05-07-2014 09:36 AM

Is this what you are looking for?

*/60 * * * * /usr/bin/free | mail -s "DO Server Free" me@mtisp.net

battles 05-07-2014 11:47 AM

That got it, thanks.

pan64 05-08-2014 12:34 AM

glad to help you
if you really want to say thanks just press YES


All times are GMT -5. The time now is 01:29 AM.