Тюнинг TCP: включить BBR linux
Включить контроль перегрузки BBR от Google для лучшей пропускной способности
sysctl -w net.core.default_qdisc=fq net.ipv4.tcp_congestion_control=bbr
more linux
all 133 commands →
Открытые UDP-сокеты
ss -ulnp
Привязать процесс к ядрам
taskset -cp 0,1 <pid>
Аппаратные прерывания
watch -n1 'cat /proc/interrupts | head -30'
Лимиты процесса
cat /proc/<pid>/limits
Увеличить лимит файловых дескрипторов
ulimit -n 1048576 && echo '* soft nofile 1048576
* hard nofile 1048576' >> /etc/security/limits.conf