Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Releases: Seagate/corio

CORIO-0.1.0

30 Aug 11:10
Compare
Choose a tag to compare
CORIO-0.1.0 Pre-release
Pre-release

CORIO community is happy to provide tool and libraries to test the Object Storage based systems for longevity testing.

The latest released code v0.1.0 from CORIO Services is available on the main branch.

Supported S3 APIs:

  • Bucket
  • Object
  • Object Range-read
  • Multipart
  • Copy Object

Supported happy path workloads (IO Patterns):

  • Type1: Objects (with different sizes) are distributed in different percentage of a given sample size.
  • Type2: All supported APIs CRUD operations can be executed in parallel(workloads and underlined tests running in parallel) as well as in sequence(workloads in parallel and underlined tests in sequence) as per user choice.
  • Type3: Objects (with different sizes) are written once and read in iterations.
  • Type4: Partial Write, Complete Read and Partial delete and complete cleanup(once reached given percentage) of a given storage size.