全文検索:
- 05 Linuxチューニング
- ===== ==== ①.sysctl.confに下記を追加 ==== <code> #net.ipv4.tcp_syncookies net.ipv4.tcp_syncookies = 1 # net.ipv4.tcp_window_scaling net.ipv4.tcp_window_scaling = 1 # net.core.rmem_max net.core.rmem_max = 16777216
- 02_ネットワーク負荷試験iperf
- ====== 02_ネットワーク負荷試験iperf ====== ネットワークの帯域を計測する便利なツール <color red>※iperfはUDPでは1Gbitとか大きな帯域だと、想定通りの数値が出ない tcpでbandwidthを指定せず... ] を追加してからyumでインストール <code console> # yum install iperf </code> ===== TCP ===== === サーバ側 === <code console> # iperf -s -p 8080 -i 1 </code> === クライアント側 === <cod
- 03 iperf3
- ====== 03 iperf3 ====== ネットワーク負荷試験ツールiperfの新しいバージョン ===== インストール ===== [[01_linux:01_net:11_yum_rpmforgeレポジトリ追加... ] を追加してからyumでインストール <code console> # yum install iperf3 </code> ===== オプション ===== <code> # iperf3 -hlep Usage: iperf [-s|-c host] [options] iperf
- 12 memtier_benchmark redis
- bmemcached-devel yum -y install dbench fio jq bc ipmitool wget git </code> ===== Libevent install ==
- httping
- connects, 6 ok, 0.00% failed, time 5327ms round-trip min/avg/max = 24.3/27.4/30.8 ms </code> {{tag>ベ