WebSite Traffic ( Network Bandwidth & Max Connections )

WebSite Traffic ( Network Bandwidth & Max Connections ) :

假设峰值1Gbps以下,峰值=5*avg值

参考:1Gbps以下,峰值是平均值4~5倍;超过1Gbps,峰值是平均值1.5~3倍;实际情况实际分析

带宽可能峰值=PV(d) * PS(MB) / 2000 Mbps

可能最大并发连接数=PV(d) / 400 * http request time / Web Server 数量

――――――――――――――――――――――――――――――――――――――

1) Network Bandwidth

#PV Page View
#Hist 

带宽可能峰值=PV(d) * PS(MB) / 2160 Mbps              #2160=24*3600/8/5


粗值(略大):

>>>带宽可能峰值=PV(d) * PS(MB) / 2000 Mbps


#######################
PV         Network Bandwidth
20w       100*PS(MB) Mbps
40w       200*PS(MB) Mbps
50w       250*PS(MB) Mbps
#######################

2) Max Connections

#页面衍生连接次数(10)
#http request time(1s)
#因数(5)
#Web Server 数量

可能最大并发连接数=PV(d) * http request time / 345.6 / Web Server 数量              #345.6=24*3600/10/5/5


粗值(略大):

>>>可能最大并发连接数=PV(d) / 400 * http request time / Web Server 数量


#########################################
PV         Max Connections
20w       500 * http request time / Web Server 数量
40w       1000 * http request time / Web Server 数量
50w       1250 * http request time / Web Server 数量
#########################################


你可能感兴趣的:(带宽,并发连接数)