网络IO消耗分析-JVM及其调优

网络IO消耗分析cat /proc/interrupts:查看网卡中断是否均衡分配到各CPU只分配到一个CPU:修改kernel,或用支持MSI-X网卡tcpdump -i eth0 -s 0 -l -w - dst port 11214 | strings | grep test_ sar -n ALL 1 2:统计收发包成功失败数量网卡成功接包、发包信息网卡失败接包、发包信息(ping) socket统计信息18时38分08秒IFACE rxpck/s txpck/s rxbyt/s txbyt/s rxcmp/s txcmp/s rxmcst/s 18时38分09秒lo 0.00 18时38分09秒eth0 581.00 703.00 107914.00 89316.00 0.00 18时38分09秒eth1 8.00 0.00 512.00 0.00 18时38分09秒usb0 0.00 18时38分08秒IFACE rxerr/s txerr/s coll/s rxdrop/s txcarr/s rxfram/s rxfifo/s txfifo/s 18时38分09秒lo 0.00 18时38分09秒eth0 0.00 18时38分09秒eth1 0.00 18时38分09秒usb0 0.00 18时38分08秒call/s retrans/s read/s write/s access/s getatt/s 18时38分09秒0.00 0.00
ppt 文件大小:5.92MB