Name Date Size

..25-Oct-20244 KiB

.gitignoreH A D25-Oct-2024104

aio-stress.cH A D25-Oct-202432.9 KiB

aiocp.cH A D25-Oct-20247.5 KiB

aiodio_append.cH A D25-Oct-20244.6 KiB

aiodio_sparse.cH A D25-Oct-20245.2 KiB

common.hH A D25-Oct-20243 KiB

common_checkzero.hH A D25-Oct-20241.3 KiB

common_sparse.hH A D25-Oct-20242.9 KiB

dio_append.cH A D25-Oct-20242.4 KiB

dio_read.cH A D25-Oct-20244.4 KiB

dio_sparse.cH A D25-Oct-20243.2 KiB

dio_truncate.cH A D25-Oct-20244.4 KiB

dirty.cH A D25-Oct-20241.5 KiB

MakefileH A D25-Oct-20241 KiB

read_checkzero.cH A D25-Oct-20241.9 KiB

READMEH A D25-Oct-2024600

README

1
2TESTS to check consistency between O_DIRECT reads/writes and buffered
3reads/writes and truncate.
4
5These tests should be run from the aiodio directory and MUST use a kernel
6compiled with GCC 3.3.X. Older versions of the compiler will fail and seg fault.
7
8The large file passed should be at least 25M to properly stress AIO & DIO. A
9suggestion would be a tarred version of the gcc package.
10
11Run the ltp-aiodio.sh file to execute all the tests. The tests can also be run
12individually, just execute the program and the excepted params will be output.
13No scripts were created to run the test standalone.
14