Other operations are fsync() calls, which are only executed for write workloads. In your case, you have to fsync() 128 files after every 100 requests out of 10000 total requests.
Other operations are fsync() calls, which are only executed for write workloads. In your case, you have to fsync() 128 files after every 100 requests out of 10000 total requests.