baruch / diskscan

Scan disk for bad or near failure sectors, performs disk diagnostics
GNU General Public License v3.0
108 stars 29 forks source link

Consider using HdrHistogram #40

Closed baruch closed 8 years ago

baruch commented 8 years ago

HdrHistogram is a far more granular histogram that is fully dynamic and tries to capture a high fidelity histogram. It has a C implementation at https://github.com/HdrHistogram/HdrHistogram_c and should be considered instead of the hard coded histograms.