Skip to content

project0/fioviewer

Repository files navigation

Fioviewer

Visualize your Fio logs in the Browser

Note: This is just an early release and may not even be perfect

Build and run

# install dependencies
npm install

# build for production with minification
npm run build

# run server
go run fioviewer.go -listen ":8080" -dir /your/path/to/your/fiologs -static ./dist