Oleg Strizhechenko
Oleg Strizhechenko
Hi! Look, softirq-top shows data from /proc/softirqs: ``` # cat /proc/softirqs CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 HI: 0 0 0 0 0 0 TIMER: 175363289 57745326 74077742 876195456 23434777...
Todo: gather list of driver versions in centos 6 kernel and fresh builds.
А зачем параметр 1 указываете, если NUMA нет? К слову, пришлите вывод команд: ``` python --version pip show netutils-linux cat /etc/issue uname -a lscpu lscpu -p ```
У вас однопроцессорная система, вы пытаетесь переопределить автоматический выбор подходящего процессора и использовать ядра второго процессора параметром: rss-ladder eth1 **1**. Запускайте просто и всё будет в порядке: ``` shell rss-ladder...
Ok, let me know if you'll have any questions or need some help!
Well the problem. By default this utilities automatically detect NUMA node (you may take a look at [topology.py](https://github.com/strizhechenko/netutils-linux/blob/master/netutils_linux_monitoring/topology.py), [pci.py](https://github.com/strizhechenko/netutils-linux/blob/master/netutils_linux_monitoring/pci.py) and [base_tune.py](https://github.com/strizhechenko/netutils-linux/blob/master/netutils_linux_tuning/base_tune.py#L43)) of network device and choose related CPU socket to...
You need to raise an alarm in case of binding network device queue to foreign node, yeah. (It's just warning, not fatal error).
Hi again! It's nice, BTW you can submit intermediate code.
Hi! I didn't test it with py3.9, the last one was 3.6, but it's weird that it's broken — I don't think they have changed types of subprocesses output between...
Trying to split colorize() logic between highlighting and determining the state. We need to be able to determine each top-util current global state, if any metric is warning/error global state...