PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Linux Memory Checking & Cleaning

Go down

Linux Memory Checking & Cleaning Empty Linux Memory Checking & Cleaning

Post by jamied_uk 23rd July 2016, 03:02




Code:

#!/bin/bash
# Usage ./mem.sh
clear
#free -h
sudo sh -c 'echo 1 >/proc/sys/vm/drop_caches'
sudo sh -c 'echo 2 >/proc/sys/vm/drop_caches'
clear
free -h > resaults.txt
cat resaults.txt
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum