私はNode.Js v0.10.2を使用しており、ループで約 500 個のリンクを処理しています。http 要求がスタックし、常に帯域幅の低下が見られます。
私の 100 メガビットの専用サーバーでは、最大 4500KB/秒のスループットしかありません。64 Mbit 接続の自宅のコンピューターでは、1500KB/秒のスループットしかありませんでしslurm
た。スループットの測定に使用しました。
16GB RAMでi7 2600を搭載したdebian 6を実行しています。
エージェントの設定もいろいろ試して、Connection: Close / Keep-Alive も試してみましたが、改善されませんでした。
どこが欠けているのか全くわかりません…
ノードserver.js
/etc/sysctl.conf:
net.core.rmem_max = 33554432
net.core.wmem_max = 33554432
net.ipv4.tcp_rmem = 4096 16384 33554432
net.ipv4.tcp_wmem = 4096 16384 33554432
net.ipv4.tcp_mem = 786432 1048576 26777216
net.ipv4.tcp_max_tw_buckets = 360000
net.core.netdev_max_backlog = 2500
vm.min_free_kbytes = 65536
vm.swappiness = 0
net.ipv4.ip_local_port_range = 1024 65535
net.ipv4.tcp_fin_timeout = 1
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_tw_reuse = 1
net.core.somaxconn = 35000
net.core.netdev_max_backlog = 32000
net.ipv4.tcp_max_syn_backlog = 64000
fs.file-max = 1000000
ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 127906
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 99999
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 127906
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited