An open API service indexing awesome lists of open source software.

https://github.com/project0/fioviewer

Visualize fio logs in the Browser
https://github.com/project0/fioviewer

benchmark chart fio visualize

Last synced: about 1 month ago
JSON representation

Visualize fio logs in the Browser

Awesome Lists containing this project

README

        

# Fioviewer
Visualize your [Fio](https://github.com/axboe/fio) logs in the Browser

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

## Build and run
``` bash
# 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
```