全文検索:
- fio
- d_slat_max 12 read_slat_mean 13 read_slat_dev 14 read_clat_min 15 read_clat_max 16 read_clat_mean 17 read_clat_dev 18 read_clat_pct01 19 read_clat_pct02 ... read_lat_max 40 read_lat_mean 41 read_lat_dev 42 read_bw_min 43 read_bw_max 44 read_bw_agg_pct 45 read_bw_mean 46 read_bw_dev 47 write_kb 48 write_bandwidth 49 wri
- 01 サーバに負荷をかける
- メモリ、スワップ使用率を上げる ===== ==== bash ==== <code> # /dev/null < $(yes) & # /dev/null < $(yes) & # /dev/null < $(yes) & </code> === Perl === 変数を代入し続けてメモリを消費させる <code> perl -e '$c[$_
- 07 ブロックサイズとスループットについて
- ョンによって決まっており、 ユーザーが調整することはできません。 <code> # dd if=/dev/zero of=a bs=1k count=10000000 10000000+0 records... tes (10 GB) copied, 25.7128 s, 398 MB/s # dd if=/dev/zero of=a bs=1M count=10000 10000+0 records in 10
- 31 ディスクのマウントオプション変更(noatime)
- ばOKです。 <code bash> # mount -o remount / # mount /dev/hda2 on / type ext3 (rw,noatime) </code> {{tag>