A Class-Based Disk Scheduling Algorithm: Implementation and Performance Study
暂无分享,去创建一个
1. Abstract Most input/output research had concentrated on improving I/O subsystem performance independent of overall system performance. Recent work, however, has suggested that consideration must be given to effects of I/O subsystem design on overall system performance [Gang93][Geist87a]. In particular, it was suggested that prioritizing I/O requests that cause a process to block over those requests which are non-blocking yields a shorter job turnaround time for I/O bound processes. Several UNIX systems currently implement similar algorithms. With one exception [Gang93], we could find no studies of the class-based scheduling effectiveness. We implemented a class-based disk scheduler at the device driver level of the Linux operating system. Comparisons with an C-LOOK scheduling algorithm yield discouraging results; in most cases, C-LOOK yields shorter job turnaround times. The class-based system fails because delaying write-back requests increases contention for I/O buffers.
[1] Robert Geist,et al. A continuum of disk scheduling algorithms , 1987, TOCS.
[2] Robert G. Reynolds,et al. Disk scheduling in System V , 1987, SIGMETRICS '87.
[3] Toby J. Teorey,et al. A comparative analysis of disk scheduling policies , 1972, CACM.
[4] Sanjeev Setia,et al. Analysis of the Periodic Update Write Policy For Disk Cache , 1990, IEEE Trans. Software Eng..