example.scenario.js.system.pipeline_with_delay_test.js 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
PipelineLoad
.append({
"item" : {
"output" : {
"delay" : "20s"
}
},
"storage" : {
"net" : {
"node" : {
"addrs" : ZONE1_ADDRS
}
}
}
})
.append({
"load" : {
"op" : {
"type" : "read"
}
},
"storage" : {
"net" : {
"node" : {
"addrs" : ZONE2_ADDRS
}
}
}
})
.run();
© 2015 - 2025 Weber Informatics LLC | Privacy Policy