Running into errors when trying to replicate the examples.
echo https://me.me/t/so-much-to-do-so-little-desire-to-do-it | while read i; do DATAFLAGS=" -j --timeout 15000 -n" ./replay_mahimahi.sh ../record ../data/performance/ replay live $i ; done
I believe ../record should be changed ../data/record directory here. I'm running into errors later on too, seems like some directories are not correct in this bash.
Running into errors when trying to replicate the examples.
echo https://me.me/t/so-much-to-do-so-little-desire-to-do-it | while read i; do DATAFLAGS=" -j --timeout 15000 -n" ./replay_mahimahi.sh ../record ../data/performance/ replay live $i ; doneI believe
../recordshould be changed../data/recorddirectory here. I'm running into errors later on too, seems like some directories are not correct in this bash.