I wrote a short script for this 
-
-
-
export B1=`stat --printf="%s" /var/log/vault.log` export T1=`date +%s` sleep 5 export B2=`stat --printf="%s" /var/log/vault.log` export T2=`date +%s` echo "$(( ($B2 - $B1) / ($T2 - $T1) / 1000)) kb per second"
- 2 more replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.