https://github.com/mayniklas/fio-bench
a script running a few fio benchmarks for evaluation disk bottlenecks
https://github.com/mayniklas/fio-bench
Last synced: about 1 year ago
JSON representation
a script running a few fio benchmarks for evaluation disk bottlenecks
- Host: GitHub
- URL: https://github.com/mayniklas/fio-bench
- Owner: MayNiklas
- Created: 2023-06-05T13:07:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T16:45:49.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T10:09:37.306Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fio-bench
## Usage
This runs the default benchmark!
The results will be stored in json files in the `out/` directory.
You can also run your own benchmarks arround the `class` `fio_bench.object.Command`.
### NixOS
This repository provides a `flake.nix` file.
```sh
nix run 'github:MayNiklas/fio-bench'
```
### Other Linux distributions
1. make sure you have `fio` installed
2. make sure you have `python3` installed
```sh
git clone https://github.com/MayNiklas/fio-bench.git
cd fio-bench
python3 src/fio_bench/cli.py
```