由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - when netstat mysql, what does wait_close mean?
相关主题
Get mysql table index size? preferably size in mb.请教一个TCP连接的问题
问个socket close的问题which is the best MySQL book ?
请问大牛:如何得到当前系统中有哪些socket在运行?mySQL 问题
问一个Linux无法监听指定端口的问题MySQL replication question
推荐一款监测网络活动的软件Perl插入MySQL中双引号的问题
how can python code wait for signal from a c code program ? (转载)MySQL COUNT() 问题.
请有C++数值计算的同学帮忙看看,问题不难mysql stream output问题求助
Please Help me with this Excel VBA problem //bowmysql 在两台电脑中倒数据? (转载)
相关话题的讨论汇总
话题: close话题: wait话题: netstat话题: mysql话题: what
进入Programming版参与讨论
1 (共1页)
h**********c
发帖数: 4120
1
when netstat mysql, what does wait_close mean?
netstat -nat | grep 3306
show wait_close or close_wait.
Close is close, wait what?
r****t
发帖数: 10904
2
tcp close wait. wait for the other end to acknowledge.

【在 h**********c 的大作中提到】
: when netstat mysql, what does wait_close mean?
: netstat -nat | grep 3306
: show wait_close or close_wait.
: Close is close, wait what?

h**********c
发帖数: 4120
3
How to adjust this value, kernel parameter?

【在 r****t 的大作中提到】
: tcp close wait. wait for the other end to acknowledge.
t****t
发帖数: 6806
4
actually close_wait is waiting for local program to close() the socket.
kernel has received remote close() (FIN). after local close(), it will
transit to TIME_WAIT.

【在 r****t 的大作中提到】
: tcp close wait. wait for the other end to acknowledge.
h**********c
发帖数: 4120
5
'actually 'sounds like an india colleague.
While hinted a little bit. THKS.

【在 t****t 的大作中提到】
: actually close_wait is waiting for local program to close() the socket.
: kernel has received remote close() (FIN). after local close(), it will
: transit to TIME_WAIT.

n******t
发帖数: 4406
6
赞严格。

【在 t****t 的大作中提到】
: actually close_wait is waiting for local program to close() the socket.
: kernel has received remote close() (FIN). after local close(), it will
: transit to TIME_WAIT.

1 (共1页)
进入Programming版参与讨论
相关主题
mysql 在两台电脑中倒数据? (转载)推荐一款监测网络活动的软件
[合集] Sun真是散财童子型的公司how can python code wait for signal from a c code program ? (转载)
perl用DBI操作MySQL出错的问题请有C++数值计算的同学帮忙看看,问题不难
谁用过 Pure python mysql modulePlease Help me with this Excel VBA problem //bow
Get mysql table index size? preferably size in mb.请教一个TCP连接的问题
问个socket close的问题which is the best MySQL book ?
请问大牛:如何得到当前系统中有哪些socket在运行?mySQL 问题
问一个Linux无法监听指定端口的问题MySQL replication question
相关话题的讨论汇总
话题: close话题: wait话题: netstat话题: mysql话题: what