原帖由 <i>forestli</i> 于 2013-11-14 09:50:17 发表 <a href="http://www.mscbsc.com/bbs/redirect.php?goto=findpost&pid=4827776&ptid=490096" target="_blank"><img src="http://www.mscbsc.com/bbs/images/common/back.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open(this.src);}" onmousewheel="return imgzoom(this);" alt="" /></a><br />
congestion是一种状态,指所有资源都被占用,没有空闲。 所有只能用持续时间衡量<br />
blocking是一个事件,指的是有呼叫因为没有资源被拒绝,所以衡量方式是次数和比率。<br />
blocking是congestion的后续事件<br />
conges ...