Skip to content

v1.x Overview

Andrey Kurilov edited this page Feb 22, 2017 · 1 revision

v1.2.2

Latest 1.x.x branch version with working web GUI.

Also contains the functionality not yet available in more recent versions. This is so called "chain" scenario in the "concurrent" mode. The "concurrent chain" scenario allows to perform a sequence of the I/O operations on every item independently. The I/O operations sequence is specified with comma separated list, for example

"create,read,delete"

or even

"create,read,create,read,read,update,update,read"

Basic full command example:

java -Dscenario.name=chain -Dscenario.type.chain.load=create,update,read -Dscenario.type.chain.concurrent=true [<OTHER_OPTIONS>] -jar mongoose-1.2.2/mongoose.jar

Note:

v1.2.2 may be built only using Java 7.

v1.4.1

Latest version of the discontinued 1.x.x branch. Comparing to the v1.2.2 has broken web GUI but includes also the following new features:

  • Custom HTTP headers
  • Writing files to the variable destination files
  • Custom Items Naming
Clone this wiki locally