Pastebin

Paste #2344: mctest

< previous paste - next paste>

Pasted by root@barbera

Download View as text

#!/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


Do not write anything in this field if you're a human.

Go to most recent paste.