szetszwo commented on PR #3492:
URL: https://github.com/apache/ozone/pull/3492#issuecomment-1165860716
```
cd $BENCHMARK_HOME
export CLASSPATH=`mvn -s $MVN_SETTINGS exec:exec | grep ${PWD}/`
OM=...
CLIENTS=...
BENCHMARK_ID=`hostname`
TYPE=STREAM
FILE_NUM=200
FILE_SIZE=128m
CHUNK_SIZE=8m
THREAD_NUM=32
DATETIME=`date +%Y%m%d-%H%M`; \
F=output-3clients_${FILE_NUM}x${FILE_SIZE}_${TYPE}_c${CHUNK_SIZE}_t${THREAD_NUM}_${DATETIME}.txt;
\
java -Xms64g -Xmx64g org.apache.hadoop.ozone.benchmark.Benchmark \
-om ${OM} -localDirs ${LOCAL_ROOT}/benchmark-dir/ \
-verify \
-type ${TYPE} -id ${BENCHMARK_ID} -threadNum ${THREAD_NUM} \
-fileNum ${FILE_NUM} -fileSize ${FILE_SIZE} -chunkSize ${CHUNK_SIZE} \
-clients ${CLIENTS} \
| tee ${F}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]