ブックマーク / hogem.hatenablog.com (1)

  • fio でdisk のパフォーマンス測定 - うまいぼうぶろぐ

    http://freecode.com/projects/fio http://sourceforge.jp/magazine/08/05/22/0127246 install libaio-devel がいる。 # yum install libaio-devel # wget http://brick.kernel.dk/snaps/fio-2.0.7.tar.gz # tar zxvf fio-2.0.7.tar.gz # cd fio-2.0.7 # make && make install 追記 epelにあったのでそこから入れてもいいかな。 # yum install --enablerepo=epel fio 実行 パラメータは引数で指定するか、ini形式のファイルに書いてそれを読み込むか。 # fio hoge.ini # fio -filename=/tmp/data -

    fio でdisk のパフォーマンス測定 - うまいぼうぶろぐ
    tmatsuu
    tmatsuu 2013/02/16
    #bmstudy メモ
  • 1