Add fsync test program. It tests fsync to see if times for fsync are the
Bruce Momjian <bruce@momjian.us>
Add fsync test program. It tests fsync to see if times for fsync are the same when done on the write() ile descriptor and a new descriptor. it also times various fsync methods.
Files
| Path | Change | +/− |
|---|---|---|
| src/tools/fsync/Makefile | added | +22 −0 |
| src/tools/fsync/README | added | +7 −0 |
| src/tools/fsync/test_fsync | added | binary |
| src/tools/fsync/test_fsync.c | added | +157 −0 |
| src/tools/fsync/test_fsync.o | added | binary |