0 0 votes Implement a program to measure the impact of application-level buffer sizes on read time. This involves writing to and reading from a large file (say, $2$ GB). Vary the application buffer size (say, from $64$ bytes to $4$ KB). Use timing measurement routines (such as gettimeofday and getitimer on UNIX) to measure the time taken for different buffer sizes. Analyze the results and report your findings: does buffer size make a difference to the overall write time and per-write time? Operating System tanenbaum operating-system file-system unix descriptive + – admin 572 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.