作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (15): 78-80. doi: 10.3969/j.issn.1000-3428.2006.15.028

• 软件技术与数据库 • 上一篇    下一篇

并行文件系统自适应的文件条带化技术

魏文国1,2;陈潮填2;谢赞福2;陈国华2   

  1. 1. 华南理工大学计算机科学与工程学院,广州 510641;2. 广东技术师范学院计算机科学系,广州 510665
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2006-08-05 发布日期:2006-08-05

Automatic-adaptive File Striping of Parallel File System

WEI Wenguo1,2;CHEN Chaotian2;XIE Zanfu2;CHEN Guohua2   

  1. 1. School of Computer Science & Engineering, South China University of Technology, Guangzhou 510641; 2. Department of Computer Science, Guangdong Polytechnic Normal University, Guangzhou 510665
  • Received:1900-01-01 Revised:1900-01-01 Online:2006-08-05 Published:2006-08-05

摘要: 研究并行文件系统自适应的文件条带(Striping)策略对改进文件访问性能的影响,并开发动态的文件条带分析模型,利用自动访问模式分类和实时文件系统性能数据为文件条带策略选择模糊逻辑规则库,来优化文件访问性能。研究结果表明:当文件系统负载低时,可以尽量将文件分布到所有磁盘上来最小化I/O的反馈时间;反之,在系统负载高时,使文件分布的范围小一些以便最大化文件系统整体的吞吐量。并通过实验给出了请求大小、请求宽度、请求到达率与系统性能的相互关系,实证了自适应规则库的正确性。

关键词: 并行文件系统, 文件条带化, 自适应, 模糊控制

Abstract: This paper studies a fuzzy logic rule base for adaptive striping of files across multiple disks, and the rule base is based on an analytical model of disk contention that includes disk physical parameters and file request sizes; based on auto classifying of access patterns and real-time monitored data of file system. As the file system load is low, the rule base stripes files aggressively to minimize response time. At high loads, it stripes less aggressively to maximize aggregate throughput. Experiments results show how do request size, request width, request arrival rate affect I/O performance, and verify the correctness of auto-adaptive rule bases.

Key words: Parallel file system, File striping, Automatic adaptive, Fuzzy control

中图分类号: