• 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.3 KiB1,5591,168

aiocp.cD22-Nov-202313.6 KiB609449

aiodio_append.cD22-Nov-20234 KiB194128

aiodio_sparse.cD22-Nov-20237 KiB337241

common_sparse.hD22-Nov-20233.5 KiB165104

dio_append.cD22-Nov-20233.3 KiB160101

dio_sparse.cD22-Nov-20234.4 KiB210152

dio_truncate.cD22-Nov-20233.6 KiB172114

dirty.cD22-Nov-20231.5 KiB5824

ltp-diorh.cD22-Nov-20233.7 KiB177118

read_checkzero.cD22-Nov-20232.3 KiB10665

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