Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | D | 03-May-2024 | 121 | 11 | 10 | |
Makefile | D | 03-May-2024 | 1 KiB | 31 | 5 | |
README | D | 03-May-2024 | 600 | 14 | 9 | |
aio-stress.c | D | 03-May-2024 | 36.5 KiB | 1,571 | 1,179 | |
aiocp.c | D | 03-May-2024 | 13.6 KiB | 608 | 450 | |
aiodio_append.c | D | 03-May-2024 | 3.8 KiB | 187 | 121 | |
aiodio_sparse.c | D | 03-May-2024 | 7.1 KiB | 338 | 242 | |
common_checkzero.h | D | 03-May-2024 | 1.3 KiB | 46 | 22 | |
common_sparse.h | D | 03-May-2024 | 2.9 KiB | 130 | 79 | |
dio_append.c | D | 03-May-2024 | 3 KiB | 144 | 86 | |
dio_sparse.c | D | 03-May-2024 | 4.6 KiB | 212 | 156 | |
dio_truncate.c | D | 03-May-2024 | 3.7 KiB | 178 | 119 | |
dirty.c | D | 03-May-2024 | 1.5 KiB | 58 | 24 | |
ltp-diorh.c | D | 03-May-2024 | 3.7 KiB | 177 | 118 | |
read_checkzero.c | D | 03-May-2024 | 1.9 KiB | 85 | 46 |
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