Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.
/ og Public archive

HTTP load generator for performance testing object storage apis

License

Notifications You must be signed in to change notification settings

rtveitch/og

Repository files navigation

⚠️ This repository has moved to https://github.com/IBM/og. Please visit the new location. This repository will no longer be maintained.

Object Generator

Introduction

Object Generator (OG) is an http load tool designed for load testing object storage apis. Supported apis include:

  • SOH
  • S3
  • Openstack
  • WebDAV

Build

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/.

Documentation

For more information, build the tool and view documentation.html in the resulting archive.

About

HTTP load generator for performance testing object storage apis

Resources

License

Stars

Watchers

Forks

Packages

No packages published