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
- Host: GitHub
- URL: https://github.com/project0/fioviewer
- Owner: project0
- License: mit
- Created: 2017-01-28T11:35:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T08:53:36.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T17:17:45.632Z (3 months ago)
- Topics: benchmark, chart, fio, visualize
- Language: JavaScript
- Size: 27.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```