Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 766 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 766 Bytes

aiotests

Test programs for Cygwin's new POSIX Asynchronous I/O feature:

  • example

An example program that appears on the aio(7) man page on Linux systems.

  • sigtest

A small program that tests the wait in aio_suspend() and thus sigtimedwait().

  • heapxfer

A program that times various methods of transferring a large memory allocation from parent to child processes. One method (-m 6) uses the aio interfaces.

  • iozone

The long-established disk I/O benchmarking program. This version is a snapshot of the unofficial iozone-mg project that re-ported iozone to Cygwin and native Windows. The iozone-mg project is at https://github.com/mgeisert/iozone-mg.

Note: POSIX Asynchronous I/O will be available in Cygwin 2.11 and later versions.