ファイル操作のシステムコール発行頻度に基づくバッファキャッシュ制御法の提案

書誌事項

タイトル別名
  • ファイル ソウサ ノ システム コール ハッコウ ヒンド ニ モトズク バッファキャッシュ セイギョホウ ノ テイアン
  • Proposal of I/O Buffer Cache Mechanism Based on the Frequency of System Call of the File Operation

この論文をさがす

抄録

バッファキャッシュは,ディスク装置に格納されたデータの入出力処理を高速化するために実装されている.バッファキャッシュの制御方式として,現在までに多くの手法が提案されたものの,いまだに多くのオペレーティングシステムでは LRU 方式が利用されている.一方,応用プログラムの動作内容をバッファキャッシュに反映するには,応用プログラムの発行したファイル操作のシステムコールに着目するのが良いと考えられる.そこで,本論文では,ファイル操作のシステムコール発行頻度に基づいて,バッファキャッシュを制御する手法を提案する.提案手法は,ファイル操作情報を基にファイルの重要度を決定し,重要度に基づいてバッファキャッシュのブロック置き換えを行う.本論文では,応用プログラムによる評価から,提案手法が入出力性能を向上させることを示す.

Buffer cache is implemented to improve I/O performance with data in disks. As buffer cache management, there are many mechanisms, but still many operating systems deploy LRU (Least Recently Used) algorithm. On the other hand, to reflect process contents of application programs to buffer cache, management scheme based on the system calls which application programs requested is better. Then, we propose I/O buffer cache mechanism based on the frequency of system call of the file operation. Our proposed mechanism calculates file importance from information of file operation. In addition in buffer cache blocks are replaced based on this file importance. In this paper, we describe our mechanism improves I/O performance by evaluation of application programs.

収録刊行物

被引用文献 (1)*注記

もっと見る

詳細情報 詳細情報について

問題の指摘

ページトップへ