diff --git a/scenario/misc/jira-issue-sltm771.json b/scenario/misc/jira-issue-sltm771.json deleted file mode 100644 index 0254b153bb..0000000000 --- a/scenario/misc/jira-issue-sltm771.json +++ /dev/null @@ -1,355 +0,0 @@ -// Version 1.0 -// Change History: - -{ - "type" : "sequential", - "config" : { - "metrics" : { - "intermediate" : true - }, - "storage" : { - "http" : { - "api" : "s3" - }, - "port" : 9020 - } - }, - "jobs" : [ - { - "type" : "precondition", - "config" : { - "item" : { - "data" : { - "size" : "10KB" - }, - "dst" : { - "file" : "${MONGOOSE_DIR}/log/10KB.csv" - } - }, - "load" : { - "limit" : { - "count" : 10000 - }, - "threads" : 40, - "metrics" : { - "period" : 0 - } - } - } - }, - { - "type" : "precondition", - "config" : { - "item" : { - "data" : { - "size" : "100KB" - }, - "dst" : { - "file" : "${MONGOOSE_DIR}/log/100KB.csv" - } - }, - "load" : { - "limit" : { - "count" : 10000 - }, - "threads" : 40, - "metrics" : { - "period" : 0 - } - } - } - }, - { - "type" : "precondition", - "config" : { - "item" : { - "data" : { - "size" : "1MB" - }, - "dst" : { - "file" : "${MONGOOSE_DIR}/log/1MB.csv" - } - }, - "load" : { - "limit" : { - "count" : 1000 - }, - "threads" : 20, - "metrics" : { - "period" : 0 - } - } - } - }, - { - "type" : "precondition", - "config" : { - "item" : { - "data" : { - "size" : "10MB" - }, - "dst" : { - "file" : "${MONGOOSE_DIR}/log/10MB.csv" - } - }, - "load" : { - "limit" : { - "count" : 100 - }, - "threads" : 10, - "metrics" : { - "period" : 0 - } - } - } - }, - { - "type" : "precondition", - "config" : { - "item" : { - "data" : { - "size" : "100MB" - }, - "dst" : { - "file" : "${MONGOOSE_DIR}/log/100MB.csv" - } - }, - "load" : { - "limit" : { - "count" : 100 - }, - "threads" : 5, - "metrics" : { - "period" : 0 - } - } - } - }, - { - "type" : "precondition", - "config" : { - "item" : { - "data" : { - "size" : "200MB" - }, - "dst" : { - "file" : "${MONGOOSE_DIR}/log/200MB.csv" - } - }, - "load" : { - "limit" : { - "count" : 100 - }, - "threads" : 5, - "metrics" : { - "period" : 0 - } - } - } - }, - { - "type" : "command", - "value" : "sleep ${WAIT_TIME}" - }, - { - "type" : "load", - "config" : { - "item" : { - "data" : { - "size" : "10KB" - }, - "src" : { - "file" : [ - null, - "${MONGOOSE_DIR}/log/10KB.csv" - ] - } - }, - "run" : { - "id" : "MAX-M10KB" - }, - "load" : { - "limit" : { - "time" : "${RUN_TIME}" - }, - "circular" : "true", - "threads" : 40, - "type" : [ - "create=${CREATE_PERCENT}%", - "read=${READ_PERCENT}%" - ] - } - } - }, - { - "type" : "command", - "value" : "sleep ${WAIT_TIME}" - }, - { - "type" : "load", - "config" : { - "item" : { - "data" : { - "size" : "100KB" - }, - "src" : { - "file" : [ - null, - "${MONGOOSE_DIR}/log/100KB.csv" - ] - } - }, - "run" : { - "id" : "MAX-M100KB" - }, - "load" : { - "limit" : { - "time" : "${RUN_TIME}" - }, - "circular" : "true", - "threads" : 40, - "type" : [ - "create=${CREATE_PERCENT}%", - "read=${READ_PERCENT}%" - ] - } - } - }, - { - "type" : "command", - "value" : "sleep ${WAIT_TIME}" - }, - { - "type" : "load", - "config" : { - "item" : { - "data" : { - "size" : "1MB" - }, - "src" : { - "file" : [ - null, - "${MONGOOSE_DIR}/log/1MB.csv" - ] - } - }, - "run" : { - "id" : "MAX-M1MB" - }, - "load" : { - "limit" : { - "time" : "${RUN_TIME}" - }, - "circular" : "true", - "threads" : 20, - "type" : [ - "create=${CREATE_PERCENT}%", - "read=${READ_PERCENT}%" - ] - } - } - }, - { - "type" : "command", - "value" : "sleep ${WAIT_TIME}" - }, - { - "type" : "load", - "config" : { - "item" : { - "data" : { - "size" : "10MB" - }, - "src" : { - "file" : [ - null, - "${MONGOOSE_DIR}/log/10MB.csv" - ] - } - }, - "run" : { - "id" : "MAX-M10MB" - }, - "load" : { - "limit" : { - "time" : "${RUN_TIME}" - }, - "circular" : "true", - "threads" : 10, - "type" : [ - "create=${CREATE_PERCENT}%", - "read=${READ_PERCENT}%" - ] - } - } - }, - { - "type" : "command", - "value" : "sleep ${WAIT_TIME}" - }, - { - "type" : "load", - "config" : { - "item" : { - "data" : { - "size" : "100MB" - }, - "src" : { - "file" : [ - null, - "${MONGOOSE_DIR}/log/100MB.csv" - ] - } - }, - "run" : { - "id" : "MAX-M100MB" - }, - "load" : { - "limit" : { - "time" : "${RUN_TIME}" - }, - "circular" : "true", - "threads" : 5, - "type" : [ - "create=${CREATE_PERCENT}%", - "read=${READ_PERCENT}%" - ] - } - } - }, - { - "type" : "command", - "value" : "sleep ${WAIT_TIME}" - }, - { - "type" : "load", - "config" : { - "item" : { - "data" : { - "size" : "200MB" - }, - "src" : { - "file" : [ - null, - "${MONGOOSE_DIR}/log/200MB.csv" - ] - } - }, - "run" : { - "id" : "MAX-M200MB" - }, - "load" : { - "limit" : { - "time" : "${RUN_TIME}" - }, - "circular" : "true", - "threads" : 5, - "type" : [ - "create=${CREATE_PERCENT}%", - "read=${READ_PERCENT}%" - ] - } - } - } - ] -} diff --git a/scenario/misc/jira-issue-sltm771.sh b/scenario/misc/jira-issue-sltm771.sh deleted file mode 100755 index f3038eb2c1..0000000000 --- a/scenario/misc/jira-issue-sltm771.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash -echo "Test Start...." - -# Essential Stuffs -export DATA_NODES="127.0.0.1" -export CLIENTS="127.0.0.1" - -export USER_ID=user1 -export KEY="KcdSSHHxju0RNmv149Ho3ddxQ8NtA5ZG/+DsJEMO" - -# More Essential Stuffs -export MONGOOSE_DIR=./mongoose-2.5.1 -export TOOL_DIR=. -export RUN_TIME=30 -export WAIT_TIME=5 -export INIT_RUN_TIME=30 - - -export COLLECT_STATS="--stats" -export COLLECT_ECS_LOGS="--ecs-log" -export COLLECT_CONFIG="--config" -export DB_IMPORT="--import" -export DELETE_MONGOOSE_LOG="--delete-log" -export ENGINEER="DanDao" -export PROJECT="Test" -export NOTIFY="dan.dao@emc.com" -export LOG_DIR=$PWD - - - -# To run S3 MIX workload -export CREATE_PERCENT=50 -export READ_PERCENT=50 -java -Dstorage.addrs=${DATA_NODES} -Dauth.id=${USER_ID} -Dauth.secret=${KEY} -Dload.server.addrs=${CLIENTS} -Ditem.dst.container=bucket2 -jar ${MONGOOSE_DIR}/mongoose.jar client -f ${MONGOOSE_DIR}/scenario/misc/asdjira-sltm-issue-771.json -