摘要:
在一次测试执行过程中,发现服务器TCP发送队列较长,执行netstat -s | grep LISTEN,发现有SYNs包被丢弃,但是没有times the listen queue of a socket overflowed,即有可能是半连接队列溢出。 以下转自:http://blog.chin 阅读全文
摘要:
通过netstat -anp可以查看机器的当前连接状态: Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program 阅读全文
摘要:
-- show variables like '%max_connections%'; 查看最大连接数set global max_connections=1000 重新设置 mysql> show status like 'Threads%'; + + +| Variable_name | Val 阅读全文
摘要:
在Linux下面,我们常用top命令来查看系统进程,top也能显示系统内存。我们常用的Linux下查看内容的专用工具是free命令。 Linux下内存查看命令free详解: 在Linux下查看内存我们一般用free命令: $ free total used free shared buffers c 阅读全文