ネットワークバッファーの使用量を監視する方法
Issue
- ネットワークバッファーの sysctl を以下のように設定し、/etc/sysctl.conf に追加します。
net.ipv4.tcp_mem = 196608 262144 4194304
net.ipv4.tcp_wmem = 4096 16384 4194304
net.ipv4.tcp_rmem = 4096 87380 4194304
net.core.rmem_max = 18388608
net.core.wmem_max = 18388608
- 設定が十分であるかどうかはどのように確認することができますか? どのぐらい使用されていますか?
Environment
- Red Hat Enterprise Linux 5
- Red Hat Enterprise Linux 6
- MRG Realtime 1
- MRG Realtime 2
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.