Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 369 Bytes

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