config.defaults.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-base Show documentation
Show all versions of mongoose-base Show documentation
Mongoose is a high-load storage performance testing tool
---
# WARNING: Do not edit this file manually, it will be replaced with factory default content on every Mongoose run.
item:
data:
input:
file: null
layer:
cache: 16
size: 4MB
seed: 7a42d9c483244167
ranges:
concat: null
fixed: null
random: 0
threshold: 0
size: 1MB
verify: false
input:
file: null
path: null
naming:
length: 12
seed: "%{int64:xor(int64:reverse(time:millisSinceEpoch()), int64:reverseBytes(time:nanos()))}"
prefix: null
radix: 36
step: 1
type: random
output:
file: null
path: "%{date:format(\"yyyyMMdd.HHmmss.SSS\").format(date:from(time:millisSinceEpoch()))}"
type: data
load:
batch:
size: 32768
op:
limit:
count: 0
fail:
count: 100000
rate: false
rate: 0
recycle: 1000000
recycle: false
retry: false
shuffle: false
type: create
service:
threads: 0
step:
id: null
idAutoGenerated: false
limit:
size: 0
time: 0
node:
addrs: []
port: 1099
output:
color: true
metrics:
average:
period: 10s
persist: true
table:
header:
period: 20
summary:
persist: true
trace:
persist: false
threshold: 0
quantiles:
- 0.25
- 0.5
- 0.75
run:
comment: ""
node: false
port: 9999
scenario: null
version: 4.2.4
storage:
auth:
file: null
secret: null
token: null
uid: null
driver:
limit:
concurrency: 1
queue:
input: 1000000
output: 1000000
threads: 0
type: dummy-mock
namespace: null
aliasing:
# v3.0.0
- name: "load-threads"
deprecated: true
target: "storage-driver-limit-concurrency"
- name: "run-id"
deprecated: true
target: "load-step-id"
- name: "noop"
target: "load-op-type=noop"
- name: "create"
target: "load-op-type=create"
- name: "read"
target: "load-op-type=read"
- name: "update"
target: "load-op-type=update"
- name: "delete"
target: "load-op-type=delete"
- name: "atmos-subtenant"
target: "storage-auth-token"
- name: "s3-input-bucket"
target: "item-input-path"
- name: "s3-output-bucket"
target: "item-output-path"
- name: "swift-input-container"
target: "item-input-path"
- name: "swift-output-container"
target: "item-output-path"
# v3.2.0
- name: "socket-bindBacklogSize"
deprecated: true
target: "storage-net-bindBacklogSize"
- name: "socket-interestOpQueued"
deprecated: true
target: "storage-net-interestOpQueued"
- name: "socket-keepAlive"
deprecated: true
target: "storage-net-keepAlive"
- name: "socket-linger"
deprecated: true
target: "storage-net-linger"
- name: "socket-reuseAddr"
deprecated: true
target: "storage-net-reuseAddr"
- name: "socket-rcvBuf"
deprecated: true
target: "storage-net-rcvBuf"
- name: "socket-sndBuf"
deprecated: true
target: "storage-net-sndBuf"
- name: "socket-tcpNoDelay"
deprecated: true
target: "storage-net-tcpNoDelay"
- name: "socket-timeoutMilliSec"
deprecated: true
target: "storage-net-timeOutMilliSec"
- name: "storage-ssl"
deprecated: true
target: "storage-net-ssl"
- name: "storage-http-api"
deprecated: true
target: "storage-driver-type"
- name: "socket-http-fsAccess"
deprecated: true
target: "storage-net-http-fsAccess"
- name: "storage-http-headers"
deprecated: true
target: "storage-net-http-headers"
- name: "storage-http-namespace"
deprecated: true
target: "storage-namespace"
- name: "storage-http-versioning"
deprecated: true
target: "storage-net-http-versioning"
- name: "storage-node-addrs"
deprecated: true
target: "storage-net-node-addrs"
- name: "storage-node-port"
deprecated: true
target: "storage-net-node-port"
- name: "storage-type"
deprecated: true
target: "storage-driver-type"
- name: "storage-net-http-api"
deprecated: true
target: "storage-driver-type"
# v3.3.0
- name: "load-concurrency"
deprecated: true
target: "storage-driver-limit-concurrency"
- name: "load-job-name"
deprecated: true
target: "load-step-id"
- name: "load-limit-count"
deprecated: true
target: "load-op-limit-count"
- name: "load-limit-size"
deprecated: true
target: "load-step-limit-size"
- name: "load-limit-time"
deprecated: true
target: "load-step-limit-time"
- name: "load-metrics-period"
deprecated: true
target: "output-metrics-average-period"
- name: "load-metrics-precondition"
deprecated: true
- name: "load-metrics-threshold"
deprecated: true
target: "output-metrics-threshold"
- name: "storage-auth-id"
deprecated: true
target: "storage-auth-uid"
# v3.4.0
- name: "item-data-content-ringSize"
deprecated: true
target: "item-data-input-layer-size"
# v3.5.0
- name: "test-step-metrics-period"
deprecated: true
target: "output-metrics-average-period"
- name: "test-step-metrics-threshold"
deprecated: true
target: "output-metrics-threshold"
- name: "test-step-name"
deprecated: true
target: "load-step-id"
- name: "test-step-limit-rate"
deprecated: true
target: "load-op-limit-rate"
- name: "item-data-content-file"
deprecated: true
target: "item-data-input-file"
- name: "item-data-content-seed"
deprecated: true
target: "item-data-input-seed"
- name: "item-data-content-ring-cache"
deprecated: true
target: "item-data-input-layer-cache"
- name: "item-data-content-ring-size"
deprecated: true
target: "item-data-input-layer-size"
- name: "load-circular"
deprecated: true
target: "load-op-recycle"
- name: "load-queue-size"
deprecated: true
target: "load-op-limit-recycle"
- name: "storage-driver-io-workers"
deprecated: true
target: "storage-driver-threads"
- name: "storage-driver-concurrency"
deprecated: true
target: "storage-driver-limit-concurrency"
- name: "load-rate-limit"
deprecated: true
target: "load-op-limit-rate"
# v4.0
- name: "load-generator-recycle-enabled"
deprecated: true
target: "load-op-recycle"
- name: "load-generator-shuffle"
deprecated: true
target: "load-op-shuffle"
- name: "load-limit-concurrency"
deprecated: true
target: "storage-driver-limit-concurrency"
- name: "load-limit-rate"
deprecated: true
target: "load-op-limit-rate"
- name: "load-type"
deprecated: true
target: "load-op-type"
- name: "storage-driver-remote"
deprecated: true
- name: "storage-driver-addrs"
deprecated: true
target: "load-step-node-addrs"
- name: "storage-driver-port"
deprecated: true
target: "load-step-node-port"
- name: "storage-driver-queue-input"
deprecated: true
target: "storage-driver-limit-queue-input"
- name: "storage-driver-queue-output"
deprecated: true
target: "storage-driver-limit-queue-output"
- name: "test-scenario-file"
deprecated: true
target: "run-scenario"
- name: "test-step-distributed"
deprecated: true
- name: "test-step-id"
deprecated: true
target: "load-step-id"
- name: "test-step-limit-count"
deprecated: true
target: "load-op-limit-count"
- name: "test-step-limit-fail-count"
deprecated: true
target: "load-op-limit-fail-count"
- name: "test-step-limit-fail-rate"
deprecated: true
target: "load-op-limit-fail-rate"
- name: "test-step-limit-size"
deprecated: true
target: "load-step-limit-size"
- name: "test-step-limit-time"
deprecated: true
target: "load-step-limit-time"
- name: "item-naming-offset"
deprecated: true
target: "item-naming-seed"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy