louwrentius / fio-plot

Create charts from FIO storage benchmark tool output
BSD 3-Clause "New" or "Revised" License
370 stars 87 forks source link

Accept a path with a colon #139

Closed nobuto-m closed 9 months ago

nobuto-m commented 9 months ago

A colon in filename= in fio has a special meaning and it's used as a delimiter of multiple files. If a path contains a colon, fio expects it's escaped with a backslash. Let's accept a path with a colon in this tool in the same syntax as fio.

Closes: #136