SSD Simulator
All graphs
Mechanism

Valid-Fraction-at-Reclaim (the WAF mechanism)

What it shows. The distribution of the valid fraction of each unit at the moment GC reclaims it. A unit reclaimed while 10% valid costs almost nothing to migrate; one reclaimed at 60% valid forces migrating most of its pages.

Why it's the mechanism. WAF is set almost entirely by this quantity: every valid page in a victim must be copied forward (an extra physical write). The green band marks near-empty (“free”) victims — the cheap reclaims a good policy maximises.

Key result. Across all 69 runs, WAF correlates with mean valid-at-reclaim at Pearson r = +0.92 — far stronger than any spatial/entropy measure. WAF is governed by when pages die (do a unit's pages die together?), a temporal property, not by the spatial layout.

What we found
Valid-Fraction-at-Reclaim (the WAF mechanism)
prxy_0 (MSR real)
Valid-Fraction-at-Reclaim (the WAF mechanism)
prxy_1 (MSR real)
Valid-Fraction-at-Reclaim (the WAF mechanism)
prxy_1 (3M writes, real)
Valid-Fraction-at-Reclaim (the WAF mechanism)
TPC-C (W2K8, real)
Valid-Fraction-at-Reclaim (the WAF mechanism)
uniform (synthetic)
Valid-Fraction-at-Reclaim (the WAF mechanism)
Zipf-1.2 (synthetic)
Valid-Fraction-at-Reclaim (the WAF mechanism)
80/20 (synthetic)
Valid-Fraction-at-Reclaim (the WAF mechanism)
sequential (synthetic)
Previous← Invalidity Distribution (DoIPD)
NextWear / Endurance Distribution (DoEC) →
← Back to all graphs