• Home
Name Date Size #Lines LOC

..--

.gitignoreD07-Sep-2024104 109

MakefileD07-Sep-20241 KiB315

READMED07-Sep-2024600 149

aio-stress.cD07-Sep-202432.9 KiB1,376921

aiocp.cD07-Sep-20247.5 KiB338241

aiodio_append.cD07-Sep-20244.6 KiB209147

aiodio_sparse.cD07-Sep-20245.2 KiB252178

common.hD07-Sep-20243 KiB159114

common_checkzero.hD07-Sep-20241.3 KiB4622

common_sparse.hD07-Sep-20242.9 KiB13079

dio_append.cD07-Sep-20242.4 KiB10871

dio_read.cD07-Sep-20244.4 KiB194141

dio_sparse.cD07-Sep-20243.2 KiB14096

dio_truncate.cD07-Sep-20244.4 KiB186131

dirty.cD07-Sep-20241.5 KiB5824

read_checkzero.cD07-Sep-20241.9 KiB8546

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