onstat -g ntd 执行结果的一些迷惑!
在两台相同配置的server上执行的结果如下,迷惑之处是为什么Read ,Write列既然还有负数??再弱弱的问下,怎么从这个指令的结果中看出网络连接失败情况。
<u/ids92>$onstat -g ntd
IBM Informix Dynamic Server Version 11.10.FC2 -- On-Line -- Up 1 days 01:02:25 -- 7249032 Kbytes
global network information:
#netscb connects read write q-freeq-limitsq-exceed alloc/max
2117/2118 68328 73585383 81270155 1/ 262 1640/10 0/ 0 2092/2092
Client Type Calls Accepted Rejected Read Write
sqlexec yes 68328 91 67572937 75326003
srvinfx yes 0 4 0 0
onspace yes 0 0 0 0
onlog yes 0 0 0 0
onparam yes 0 0 0 0
oncheck yes 0 0 0 0
onload yes 0 0 0 0
onunload yes 0 0 0 0
onmonitor yes 0 0 0 0
dr_accept yes 0 0 0 0
cdraccept no 0 0 0 0
ontape yes 0 0 5885746 5885750
srvstat yes 0 0 4 8
asfecho yes 0 0 0 0
listener yes 0 0 68267 17
<on_tcp93></u/ids93>$onstat -g ntd
IBM Informix Dynamic Server Version 11.10.FC2 -- On-Line -- Up 101 days 14:51:42 -- 7249032 Kbys
global network information:
#netscb connects read write q-freeq-limitsq-exceed alloc/max
2120/32714885003 -941877879 -886123233 4/1360 1360/10 -6961/ 0 2101/3249
Client Type Calls Accepted Rejected Read Write
sqlexec yes 14179139 1671 -1196698051 -1143931552
srvinfx yes 0 0 0 0
onspace yes 0 0 0 0
onlog yes 0 0 1 8044924
onparam yes 0 0 0 0
oncheck yes 0 0 0 0
onload yes 0 0 0 0
onunload yes 0 0 0 0
onmonitor yes 0 0 0 0
dr_accept yes 0 0 0 0
cdraccept no 0 0 0 0
ontape yes 0 0149492394149492519
srvstat yes 0 0 126 252
asfecho yes 0 0 0 0
在两台相同配置的server上执行的结果如下,迷惑之处是为什么Read ,Write列既然还有负数??
再弱弱的问下 ...
vbirding 发表于 2010-12-27 08:55 http://bbs3.chinaunix.net/images/common/back.gif
问题1,数值越界问题~~integer超过了最大值,所以变成负数。
问题2,reject 回复 2# liaosnet
1、数字越界是否可以调整?
2、原则上讲Rejected这一列数字为0,代表着网络连接较好
从图上看这两台server的网络连接属于正常状态吗?
是否有参数可调 回复liaosnet
1、数字越界是否可以调整?
2、原则上讲Rejected这一列数字为0,代表着网络连 ...
vbirding 发表于 2010-12-27 10:32 http://bbs3.chinaunix.net/images/common/back.gif
过一段时间onstat -z ,清除统计信息。。越界这个无法调(除非IBM改这几个段的定义)
有rejected表明连接数可能配置不够,可以调整NETTYPE. 回复 4# liaosnet
哦,谢了
我在测试机上试试
页:
[1]