netutils-linux
netutils-linux copied to clipboard
A suite of utilities simplilfying linux networking stack performance troubleshooting and tuning.
lscpu -e ``` CPU NODE SOCKET CORE L1d:L1i:L2 ONLINE 0 0 0 0 0:0:0 да 1 0 1 1 1:1:1 да 2 0 0 2 2:2:0 да 3 0 1...
``` rss-ladder eth1 1 ``` while eth1 is NUMA0 bound should produce some warning about non-optimal performance. - if there is no information about NUMA on given netdev there should...
- [ ] fix the tests - [ ] utility softirq-top should be runnable at least with --help option - [ ] network-top utility should not be affected by changes,...
https://habrahabr.ru/post/331720/#comment_10299290 + take a look at https://paste.fedoraproject.org/paste/0qOIJGjFMIBOZ5i3Zc5zZQ (copy @ download folder)
#84 https://github.com/phihag/ipaddress/issues/32 ``` shell yum -y install ruby-devel gcc make rpm-build rubygems python-pip gem install --no-ri --no-rdoc fpm fpm -s python -t rpm ipaddress ``` - [x] fpm locally installed...
In case of (real) forwarding or receiving traffic for local application it's bad idea, because of latency. Question is about the case of just receiving mirror copy of traffic for...