Lines Matching +full:apache2 +full:- +full:dev
10 # http://aws.amazon.com/apache2.0
22 echo " benchmark-dir download|upload fs|tmpfs|no-op [1B|4K|16M|5G]"
24 echo " ./benchmark-dir download fs"
25 echo " ./benchmark-dir upload tmpfs"
30 if [ -z "$1" ] || ([ "$1" != download ] && [ "$1" != upload ]); then
37 if [[ -z "$2" ]]; then
43 if ([ "$location_name" != fs ] && [ "$location_name" != tmpfs ] && [ "$location_name" != no-op ]); …
53 location="/dev/shm/tm_dir_files"
63 echo "Benchmark: $version - $size"
65 if [[ -z "$directory" ]]; then
66 mkdir -p "$directory"
70 cmd="java -jar ../target/s3-benchmarks.jar \
71 --operation=$operation \
72 --bucket=do-not-delete-crt-s3-eu-west-1 \
73 --partSizeInMB=8 \
74 --maxThroughput=100.0 \
75 --iteration=8 \
76 --version=$version \
77 --readBufferInMB=3072 \
78 --prefix=$prefix \
79 --file=$directory"
82 $cmd | tee -a "result/$result_file"
89 if [[ -n "$3" ]]