Skip to content
christianbaun edited this page Oct 5, 2019 · 16 revisions

Welcome to the ossperf wiki

OSSperf is a lightweight command line tool for analyzing the performance and data integrity of storage services which implement the S3 API, the Swift API or the Azure Blob Storage API. The tool creates a user defined number of files with random content and of a specified size inside a local directory. The tool creates a bucket, uploads and downloads the files and afterwards removes the bucket. The time, required to carry out theses S3/Swift/Azure-related tasks is measured and printed out on command line.

Until November 2017, the OSSperf tool had the name S3perf because initially, the tool had only implemented support for storage services, which implement the S3 API. Because now, the solution targets also storage services that implement different APIs, the tool was renamed to OSSperf. OSS stands for Object-based Storage Services.

Storage services tested with this tool are so far:

The deployment of the different available private cloud solutions is a sometimes challenging because of the complex installation and configuration tasks. This wiki provides some installation tutorials.

Additionally, this wiki provides some performance measurements with the public cloud service offerings Amazon S3 and Google Cloud Storage.

Deploy Storage Services

Performance

Clone this wiki locally