• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.gitignoreD22-Nov-2023121 1110

MakefileD22-Nov-20231 KiB315

READMED22-Nov-2023600 149

aio-stress.cD22-Nov-202336.5 KiB1,5711,179

aiocp.cD22-Nov-202313.6 KiB608450

aiodio_append.cD22-Nov-20233.8 KiB187121

aiodio_sparse.cD22-Nov-20237.1 KiB338242

common_checkzero.hD22-Nov-20231.3 KiB4622

common_sparse.hD22-Nov-20232.9 KiB13079

dio_append.cD22-Nov-20233 KiB14486

dio_sparse.cD22-Nov-20234.6 KiB212156

dio_truncate.cD22-Nov-20233.7 KiB178119

dirty.cD22-Nov-20231.5 KiB5824

ltp-diorh.cD22-Nov-20233.7 KiB177118

read_checkzero.cD22-Nov-20231.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