Linux Memory Checking & Cleaning
Page 1 of 1
Linux Memory Checking & Cleaning
- 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
Similar topics
» cleaning linux disks that fail to boot
» Memory Issues On Linux
» Checking Linux For Root Kits
» Linux Commands worth checking out
» Closing linux thread to save memory and or fix audio issues by closing jackd
» Memory Issues On Linux
» Checking Linux For Root Kits
» Linux Commands worth checking out
» Closing linux thread to save memory and or fix audio issues by closing jackd
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum