netutils-linux icon indicating copy to clipboard operation
netutils-linux copied to clipboard

A suite of utilities simplilfying linux networking stack performance troubleshooting and tuning.

Results 68 netutils-linux issues
Sort by recently updated
recently updated
newest added

``` Python 2.7.18 Version: 2.7.11 Debian GNU/Linux 11 5.10.0-8-amd64 Intel(R) Xeon(R) CPU E5503 ``` ``` server-info --show Traceback (most recent call last): File "/home/net/.local/bin/server-info", line 8, in Server().main() File "/home/net/.local/lib/python3.9/site-packages/netutils_linux_hardware/server.py",...

Здравствуйте. Ошибка появляется при запуске server-info python 3.8.10 Name: netutils-linux Version: 2.7.11 Summary: Bunch of utils to simplify linux network troubleshooting and performance tuning. Home-page: https://github.com/strizhechenko/netutils-linux Author: Oleg Strizhechenko Author-email:...

Hello. Got this error: ``` # rx-buffers-increase enp1s0f0 Traceback (most recent call last): File "/usr/local/bin/rx-buffers-increase", line 12, in RxBuffersTune() File "/usr/local/lib/python3.9/dist-packages/netutils_linux_tuning/rx_buffers.py", line 30, in __init__ self.parse() File "/usr/local/lib/python3.9/dist-packages/netutils_linux_tuning/rx_buffers.py", line 41,...

Can't grep output with -w option :(

bug

``` Handle 0x1101, DMI type 17, 34 bytes Memory Device Array Handle: 0x1000 Error Information Handle: Not Provided Total Width: 72 bits Data Width: 64 bits Size: 4096 MB Form...

On system with: ``` # CPU,Core,Socket,Node,,L1d,L1i,L2,L3 0,0,0,0,,0,0,0,0 1,1,0,0,,1,1,1,0 2,2,0,0,,2,2,2,0 3,3,0,0,,3,3,3,0 4,4,1,1,,4,4,4,1 5,5,1,1,,5,5,5,1 6,6,1,1,,6,6,6,1 7,7,1,1,,7,7,7,1 ``` and ``` 31723 0 0 0 0 0 0 0 eth3-0 0 28776 0 0...

enhancement
feature

``` python [root@reductor-stand statistic]# rss-ladder eth1 --cpus 0 - distribute interrupts of eth1 (-rx-) on socket None Traceback (most recent call last): File "/usr/bin/rss-ladder", line 8, in RSSLadder() File "/usr/lib/python2.6/site-packages/netutils_linux_tuning/rss_ladder.py",...

bug

``` # cat /sys/class/net/eth3/device/local_cpus ff ```

enhancement
help wanted