std::bodun::blog

PhD student at University of Texas at Austin 🤘. Doing systems for ML.

马上订阅 std::bodun::blog RSS 更新: https://www.bodunhu.com/blog/index.xml

Disk Introduction

2017年10月25日 08:00

This chapter is all about disk. Before we start. We won’t go deep into the mechanical part of disk operation; rather we will be focusing on general concept related to disk and algorithms to improve disk performance.

disk-structure

The Evaluation Criteria

Here we are introducing the basic components used to evaluate the performance of disk operation.

Seek Time

This is the time to position the head over the track. Maximum can be going from innermost track to outer most track. It usually ranges from 10ms to over 20 ms. However, the average seek time is usually to seek 1/3 of the way across the disk.

Head Switch Time

This is time spent to move from one track on one surface to another track on a different surface. The range is similar to seek time.

Rotation Delay

This is the time spend for the sector...

剩余内容已隐藏

查看完整文章以阅读更多