Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rug-gui/diskoz

Disk Perf Utility. Run IO Benchmarks. Speed Test for Devices.
https://github.com/rug-gui/diskoz

cli disk disk-speed infrastructure iperf linux maco performance performance-testing raspberrypi sdk self-hosted tools windows

Last synced: 30 days ago
JSON representation

Disk Perf Utility. Run IO Benchmarks. Speed Test for Devices.

Awesome Lists containing this project

README

        

# diskoz
Disk Perf Utility. Run IO Benchmarks. Speed Test for Devices.

Runnung diskoz provides the following result
```bash
master@ZG14:~$ python diskoz.py
Done.
Created 6144 files of 1MB each in 102.98610496520996 seconds.
Creation rate: 59.658533566984815 mb per second
Transferred 6144 files of 1MB each in 147.2998549938202 seconds.
Cleaning up...
Transfer rate: 41.71083535864828 MB per second
```
I designed this to test variable speed in microSD and SSD and HDD in Raspberry Pi and WSL for checking small file transfers (usually slower) and large file transfers (usually faster) both.

## Installation and Usage
1. Git Clone This Repo
2. And Run
```sh
python src/main.py

```
or
```sh
python3 src/main.py

```
This will provide you the I/O results. Greater is good, even if less don't be disappointed this is a very high resource utilization test.