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

Seagate/seagate-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

license CORTX inclusive words scan

Disclaimer: This project is not maintained anymore

Seagate-tools

Seagate-tools is a common repository of tools developed in-house by the Seagate Engineers for testing object storage. It consists of majorly Performance benchmarking, profiling, and analytic tools along with multi-utility dashboards.

Overview

Dashboards section carries the source code of web-based user interfaces such as Cortx-Companion, Perf-Rest, and SuperPerf. This directory consists of sub-directories for:

Cortx-Companion

Cortx-companion includes Performance tabs that summarize Benchmark results of all Performance testbed, H/W, custom runs with a wide range of filters. Moreover, the Performance graphs tab facilitates the comparison of any run data with any previous Perf results. Along with, QA tabs that brief executive and engineering summary of a build tested by CFT.

Perf-Rest

Perf-Rest is a REST API providing Performance endpoints for accessing performance metrics, Sanity Data, and endpoints needed for SuperPerf.

SuperPerf

SuperPerf is a superset of all performance tools. It consists of the source code of Perf-Sanity, to begin with. Perf-Sanity is a Jenkins-based Perf CI/CD that captures performance results for various kinds of builds.

Performance section holds source code for Performance benchmarking and I/O profiling. It includes:

PerfLine

PerfLine is primarily a cortx Profiler. It has extended capabilities of running different benchmarks and microbenchmarks and other custom workloads in a multi-user shared environment.

There are three parts:

  • wrapper - Executables including report generator, statistic gather scripts
  • WebUI - Web server-based PerfLine UI for interacting with PerfLine
  • ansible-playbook - Ansible-based PerfLine Installation

PerfPro

PerfPro is an ansible orchestrated End-to-End Performance test harness that starts with configuring clients and ends at updating Performance stats into MongoDB that further enables statistical and comparative analysis. It validates and installs the benchmark tools if not present on the client node. Moreover, it runs Performance benchmarks with pre-defined parameters by collecting the S3 performance metrics viz throughput, latency, IOPS, TTFB, etc.