Benchmarking Project
  • Report
  • Code
    Tips: You have to patch 2.4 linux kernel in order to do a direct I/O read. then when you read directly you need to read one whole block at a time (usually 4KB) and the array you read it into must be aligned with posix_memalign().