⚠️ This repository has moved to https://github.com/IBM/og. Please visit the new location. This repository will no longer be maintained.
Object Generator (OG) is an http load tool designed for load testing object storage apis. Supported apis include:
- SOH
- S3
- Openstack
- WebDAV
To build og, maven 3 is required. Run the following maven command in the root of this repository:
mvn clean install
Alternatively, to skip unit tests:
mvn clean install -DskipTests=true
To build with a custom display version (useful for continuous integration):
mvn clean install -Ddisplay.version=<custom_version>
The resulting archive can be found in og-assembly/target/.
For more information, build the tool and view documentation.html in the resulting archive.