Skip to content

Latest commit

Β 

History

History
54 lines (39 loc) Β· 1.57 KB

File metadata and controls

54 lines (39 loc) Β· 1.57 KB

RAID Performance Calculator

An open source interactive web-based tool to estimate read/write performance, usable storage capacity, and fault tolerance for common RAID and ZFS configurations.

License: MIT β€” free to use, share, and modify. See the LICENSE file for details.


πŸš€ Live Demo

View the Calculator


πŸ’½ Supported RAID Types

  • RAID 0, 1, 5, 6, 10
  • RAIDZ1, RAIDZ2, RAIDZ3 (ZFS)

✨ Features

  • Performance Estimation β€” Calculates read & write speed multipliers based on drive count and RAID type
  • Capacity Calculation β€” Estimates usable capacity after parity/reserve space
  • Fault Tolerance Overview β€” Shows how many drives can fail without data loss
  • Visual Comparison β€” Generates charts for quick analysis
  • Drive Type Presets β€” Supports HDD, SSD, and NVMe workloads (sequential vs. random)
  • Beginner Friendly β€” Simple UI, no installation required
  • MIT Licensed β€” 100% open source, contributions welcome

πŸ“Έ Preview

Screenshot


πŸ“– How It Works

Enter:

  • Number of drives
  • Drive size
  • Workload type (Sequential or Random)

The calculator outputs:

  • Read speed multiplier
  • Write speed multiplier
  • Total usable storage
  • Fault tolerance rating

⚑ Installation (Local Copy)

git clone https://github.com/bradgarrison/raid-performance-calculator.git
cd raid-performance-calculator
open index.html