louwrentius / fio-plot

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

Accept a path with a colon #139

Closed nobuto-m closed 7 months ago

nobuto-m commented 7 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