• Home
Name Date Size #Lines LOC

..--

.gitignoreD03-May-2024121 1110

MakefileD03-May-20241 KiB315

READMED03-May-2024600 149

aio-stress.cD03-May-202436.5 KiB1,5711,179

aiocp.cD03-May-202413.6 KiB608450

aiodio_append.cD03-May-20243.8 KiB187121

aiodio_sparse.cD03-May-20247.1 KiB338242

common_checkzero.hD03-May-20241.3 KiB4622

common_sparse.hD03-May-20242.9 KiB13079

dio_append.cD03-May-20243 KiB14486

dio_sparse.cD03-May-20244.6 KiB212156

dio_truncate.cD03-May-20243.7 KiB178119

dirty.cD03-May-20241.5 KiB5824

ltp-diorh.cD03-May-20243.7 KiB177118

read_checkzero.cD03-May-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