andSubmarine / FioLogParser

Parse, process and visualize log files generated by FIO (see https://fio.readthedocs.io/en/latest/fio_doc.html)
GNU General Public License v3.0
2 stars 0 forks source link

[FEATURE] - Dynamic bin size determination #10

Open andSubmarine opened 3 years ago

andSubmarine commented 3 years ago

At the moment, the number of bins is static which has the effect that the bin width (the range of values that each bin covers) changes. In order to make more effective comparisons or more detailed analysis of distributions then it would be preferable if the number of bins could be automatically determined from the minimum and maximum value in the dataset.