ベンチマーク実行方法 目的のディレクトリに移動して、コマンドを実行。 # cd /mnt/fs01 # bonnie++ -u 0:0 bonie++ の結果の見方 http://www.textuality.com/bonnie/intro.html の一部を勝手に翻訳。 1. Sequential Output 1.1 Per-Character ファイルは putc() を使って書かれる。書き込みループはたいていのI-cacheに収まるくらい十分に小さい。CPUのオーバーヘッドはstdioのコードとOSのファイル アロケーション 程度。 1.2 Block The file is created using write(2). The CPU overhead should be just the OS file space allocation. ファイルは、write(2) を使