forked from billywhizz/node-memcache-parser
-
Notifications
You must be signed in to change notification settings - Fork 2
/
stress.sh
executable file
·17 lines (17 loc) · 1.21 KB
/
stress.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
echo "bytesin,bytesout,encoding,body,clients,inrate,outrate,recv,send,recv/sec,queued" > chunked.csv
node examples/get-stress.js $1 $2 10 16 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 32 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 64 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 256 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 512 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 1024 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 2048 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 4096 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 8192 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 16384 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 32768 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 65536 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 131072 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 262144 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 524288 0 100000 true >> chunked.csv
node examples/get-stress.js $1 $2 10 1048477 0 100000 true >> chunked.csv