タグ

性能評価に関するyamazaru_rengouのブックマーク (1)

  • 性能比較 - 詳解ファイルシステム

    I/O性能 十分メモリに乗るくらいのファイルサイズで比較 1Gbyteのファイルに対しread,writeを行います。 I/Oサイズごとに速度が異なることもあるので、参考になればと思います。 ただしwriteはsync無しとsync有りの2通り 今回はシェル+ddコマンドで仮の測定を行いました。測定方法は検討中(6/26) かなり予想と異なる結果なので、Bonnie等を検討中 read測定 time dd of=/dev/null if=testfile bs=1K count=1048576 time dd of=/dev/null if=testfile bs=2K count=524288 time dd of=/dev/null if=testfile bs=4K count=262144 time dd of=/dev/null if=testfile bs=8K count=1

  • 1