全文検索:
- 05 Linuxチューニング
- ====== 05 Linuxチューニング ====== ===== ディスクIO ===== ==== ①.午前四時の高負荷(Cron) ==== mlocate, makewhatis のCronを停... y/makewhatis.cron </code> ==== ②.Swap ==== [[01_linux:99_その他:02_swappiness]] <code> # echo 1 > /proc/s... up its path. </code> ==== ⑤.noatime ==== [[01_linux:09_ベンチマーク:31_noatime]] ==== ⑥.Writebackの設定 ==== ... e> === New === https://pleiades.ucsc.edu/hyades/Linux_Network_Tuning <code> # http://fasterdata.es.net/
- 03 iperf3
- ーク負荷試験ツールiperfの新しいバージョン ===== インストール ===== [[01_linux:01_net:11_yum_rpmforgeレポジトリ追加|RPMforgeリポジトリ]] を追加... a specific interface or multicast address -C, --linux-congestion <algo> set TCP congestion control algorithm (Linux only) -M, --set-mss # set TCP maximum... set the IPv6 flow label (only supported on Linux) -Z, --zerocopy use a 'zero copy' me
- 02_ネットワーク負荷試験iperf
- 行すると想定内の数値が出ます。 </color> ===== インストール ===== [[01_linux:01_net:11_yum_rpmforgeレポジトリ追加|RPMforgeリポジトリ]] を追加... time-to-live, for multicast (default 1) -Z, --linux-congestion <algo> set TCP congestion control algorithm (Linux only) Miscellaneous: -x, --reportexclude [CDMS
- tuned
- ====== tuned ====== Linuxのパフォーマンス・チューニング I/Oスケジューラーを調整する。 <code> yum install -y tuned tuned-adm profile... redhat.com/documentation/ja-JP/Red_Hat_Enterprise_Linux/6/html/Power_Management_Guide/tuned-adm.html]] ... 38831 "Rand-Write-4K-QD32" bw:304MB iops:76027 latency:us"500":99.699402 </code> {{tag>linux ベンチマーク}}
- 01 サーバに負荷をかける
- CPUコアが複数の場合はその数だけ並列で実行する ===== ロードアベレージを上げる(UNIX/Linuxのみ) ===== top -d .00001 ※上がりにくい場合はウェイトをより小さくする、も
- 07 ブロックサイズとスループットについて
- ====== 07 ブロックサイズとスループットについて ====== こちらも参考に[[01_linux:99_その他:91_転送量計算]] ブロックサイズが大きくなるとThroughput が大きくなり
- 12 memtier_benchmark redis
- ====== 12 memtier_benchmark redis ====== [[01_linux:09_ベンチマーク:14_redis-benchmark]]でシンプルなベンチもできます。 ====
- 14 redis-benchmark
- hmark ====== redis-benchmarkはシンプルで簡単なのが良い。 [[01_linux:09_ベンチマーク:12_memtier_benchmark]]より簡単です。 ===== 1.
- 31 ディスクのマウントオプション変更(noatime)
- ====== 31 ディスクのマウントオプション変更(noatime) ====== Linuxのファイルシステムでは,標準設定でファイルの読み込み時にアクセスタイムも同時記録される。 もしも,アクセス情報を
- fio
- 合 ==== [[https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/fio/+/fio-3.1|fio-3.1]] <code>