著者
林 真一 高田 有時 畑崎 恵介
出版者
一般社団法人 電気学会
雑誌
電気学会論文誌C(電子・情報・システム部門誌) (ISSN:03854221)
巻号頁・発行日
vol.136, no.12, pp.1746-1752, 2016-12-01 (Released:2016-12-01)
参考文献数
17

For the system providing server SSD (Solid State Drive) cache and volume tiering functions, it is difficult to determine which data to be placed into SSD tier on the basis of the number of I/O (Input/Output). In this paper, we propose a volume tiering method cooperating with the server SSD cache, which counts the number of I/O on the server and allocates storage SSD to read-intensive areas. We conduct an I/O simulation experiment using I/O log traced on the real environment to validate the proposed method. We show that the proposed method reduces I/O average response time by up to 10% compared to the existing method through the I/O simulation experiment.
著者
畑崎恵介 中村 哲人 芹沢 一
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告システムソフトウェアとオペレーティング・システム(OS) (ISSN:09196072)
巻号頁・発行日
vol.2003, no.80, pp.33-39, 2003-08-04
参考文献数
7
被引用文献数
1

急速に利用が拡大しているオープンソースソフトウェアの代表的なOSであるLinuxは、24時間365日稼動を要求する企業システムの運用サポートに必要なデバッグ機能に大きな課題を残している。本稿では、上記企業システムのデバッグ機能として、カーネルクラッシュダンプ機能とトレース機能を連携するデバッグ方法を提案する。さらに、トレース機能として、システムのサービスレベルの低下を最小限に抑え、かつリブートレスなトレース機能の拡張が可能なLKST(Linux Kernel State Tracer)について述べる。また、その有効性を確認するため、実例と定量的評価によって検証する。Linux is a popular open source operating system which has been used in many enterprise systems. However, it does not have enough debugging functionality to support 24x7 enterprise systems. In this paper, we propose a debugging method consisting of a cooperating kernel crash dump function and a kernel tracing function. In addition, as the tracing function, we describe LKST (Linux Kernel State Tracer), which achieves minimum tracing overhead and allows rebootless extension of trace functions. Also, we evaluate it through experiments.