Skip to the content.

StrataBench Documentation

Agentic, honest storage benchmarking — HDD, NVMe, AFA, S3 RDMA, VM, and application workloads.

GitHub · README

Highlights

Documentation

Document Description
Engine Coverage HDD / NVMe / AFA / S3 RDMA physical + virtual
Hardware Validation Per-use-case tools, devices, and NIC checks
Agentic Guide MCP server, CLI models, LLM setup
Topology Guide Multi-client / multi-server patterns
Monitoring Live progress, Prometheus, Grafana, SSE
PostgreSQL Store Shared database backend
Native Engine stratabench-engine binary contract
Development Guide Build, test, CLI reference
Architecture System design
Dell Lab Guide VM cluster deployment
Dell Lab Validation Hardware sign-off checklist
Roadmap Shipped vs planned
Vision Project goals

Quick start

git clone https://github.com/pratham-vishk/StrataBench.git
cd StrataBench && make build

# Mock (no hardware)
./bin/stratabench run --profile nvme-random-oltp --target /dev/null --mock

# Async + watch
./bin/stratabench run --profile nvme-random-oltp --target /dev/null --mock --async --watch

# Agentic loop
./bin/stratabench agent "nvme oltp database" --target /dev/nvme0n1 --mock

# Distributed
stratabench run --profile ssd-random-4k --target /dev/nvme0n1 \
  --clients 10.0.1.1:7777,10.0.1.2:7777 --topology pool

Docker

docker pull ghcr.io/pratham-vishk/stratabench:latest
docker run --rm ghcr.io/pratham-vishk/stratabench:latest version

Kubernetes

kubectl apply -k deploy/k8s/
kubectl apply -f examples/benchmark-topology-pool.yaml
kubectl get benchmarks -n stratabench -w