• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2015, Vol. 37 ›› Issue (06): 1043-1046.

• 论文 • 上一篇    下一篇

一种面向重尾分布的SSD磁盘调度算法

魏元豪1,吴小华2,吴庆波1,邵立松1   

  1. (1.国防科学技术大学计算机学院,湖南 长沙 410073;2.二炮装备研究院四所,北京 100085)
  • 收稿日期:2014-03-28 修回日期:2014-05-14 出版日期:2015-06-25 发布日期:2015-06-25

An I/O scheduling algorithm of  SSD based on heavy-tailed distributions  

WEI Yuanhao1,WU Xiaohua2,WU Qingbo1,SHAO Lisong1   

  1. (1.College of Computer,National University of Defense Technology,Changsha 410073;
    2.The Fourth Research Institute of the Second Artillery Equipment Academy,Beijing 100085,China)
  • Received:2014-03-28 Revised:2014-05-14 Online:2015-06-25 Published:2015-06-25

摘要:

存储设备上的大量文件其长度呈重尾态分布,IO请求的响应延迟和请求大小有着密切关系,并且固态硬盘的IO操作不对称。基于以上几点,在内核NOOP调度算法的基础上提出一种针对重尾数据分布下的IO调度算法。该算法通过减少大量小片请求的等待时间,提高固态硬盘的性能。经实验验证,相比内核的NOOP调度算法,平均响应时间减少17%。

关键词: IO调度, 固态硬盘, 重尾分布

Abstract:

The size of the files stored in the network server has heavy-tailed feature. Access latency is dependent on the size of the accessed files, and the IO operations of Solid State Disk (SSD) are asymmetric. Therefore, based on the kernel NOOP scheduling algorithm, we propose an I/O scheduling algorithm of SSD based on the heavy-tailed distributions to improve the performance of SSD access by reducing the waiting time for lots of small files. Experimental results show that the proposed algorithm can reduce response time by 17% on average compared with the kernel NOOP scheduling algorithm.

Key words: IO scheduler;SSD;heavy-tailed distributions