TCP TIME_WAIT 过多优化
优化 net.ipv4.tcp_tw_reuse = 1nnet.ipv4.tcp_fin_timeout = … 阅读更多
服务器 · 操作系统 · 排错实战
主机操作系统深度技术文章
优化 net.ipv4.tcp_tw_reuse = 1nnet.ipv4.tcp_fin_timeout = … 阅读更多
排查 dig @8.8.8.8 www.mamingtao.comnsystemctl status name … 阅读更多
卸载 fuser -km /mnt/datanumount -l /mnt/datanumount -f /m … 阅读更多
服务端 ClientAliveInterval 60nClientAliveCountMax 3 客户端 Se … 阅读更多
查找并释放 ss -tlnp | grep :8080nlsof -i :8080nkill -15 PIDn … 阅读更多
调优 echo mq-deadline > /sys/block/vda/queue/scheduler … 阅读更多
故障现象 GRUB rescue 提示符 grub rescue> lsnset root=(hd0,m … 阅读更多
放行端口 firewall-cmd –add-port=8080/tcp –permanentnfirew … 阅读更多
排查方法 journalctl -k -n 100 -p errndmesg | grep -i error … 阅读更多
清理 du -sh /var/log/* | sort -rh | head -10n> /var/lo … 阅读更多