Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carv-ics-forth/zmio
A block device benchmark with emphasis on asynchronous I/O in the Linux kernel
https://github.com/carv-ics-forth/zmio
Last synced: about 24 hours ago
JSON representation
A block device benchmark with emphasis on asynchronous I/O in the Linux kernel
- Host: GitHub
- URL: https://github.com/carv-ics-forth/zmio
- Owner: CARV-ICS-FORTH
- License: other
- Created: 2020-12-12T16:40:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T18:25:54.000Z (about 4 years ago)
- Last Synced: 2024-11-10T16:36:42.638Z (about 2 months ago)
- Language: C
- Size: 107 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.h
Awesome Lists containing this project
README
# z'mIO
z'mIO is mainly a block device benchmark with emphasis on asynchronous I/O in the Linux kernel. The benchmark also works on regular files.
The Linux `libaio` API is used instead of the POSIX `aio` interface due to the low queue depths of the Linux POSIX `aio` implementation.
If you don't have the `libaio` header files installed, you should put `libaio.h` in the benchmark directory and execute: `make nompi_nolibaio`
For more information execute: `./zmIO --help`
---
**This code is solely the property of FORTH_ICS and is provided under a License from the Foundation of Research and Technology - Hellas (FORTH), Institute of Computer Science (ICS), Greece. Downloading this software implies accepting the [provided license](zmIO_license.pdf).**