Skip to content

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

Notifications You must be signed in to change notification settings

mgeisert/aiotests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published