全文検索:
- 03 iperf3
- ====== 03 iperf3 ====== ネットワーク負荷試験ツールiperfの新しいバージョン ===== インストール ===== [[01_linux:01_net:11_yum_rpm... ] を追加してからyumでインストール <code console> # yum install iperf3 </code> ===== オプション ===== <code> # iperf3 -hlep Usage: iperf [-s|-c host] [options] iperf [-h|--help] [-v|--version] Server or Clie
- 02_ネットワーク負荷試験iperf
- 試験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> === クライアント側 === <code console> # iperf -c 192.168.10.10 -p 8080 -i 1 </code> =====
- 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
- 12 memtier_benchmark redis
- bmemcached-devel yum -y install dbench fio jq bc ipmitool wget git </code> ===== Libevent install ==