Pastebin
Paste #2344: mctest
< previous paste - next paste>
Pasted by root@barbera
#!/bin/zsh echo Uncached for x in $(seq -w 10); do sync ; echo 3 > /proc/sys/vm/drop_caches time metaconfig > /dev/null done echo Cached for x in $(seq -w 10); do time metaconfig > /dev/null done
New Paste
Go to most recent paste.