1
utanbo OP 刚想了想,不知道对不对,自问自答。。。
godaddy 关于 bandwidth 有这样一段解释: “ Bandwidth is a measurement of the amount of data allowed to pass between a user's website and the rest of the Internet. Bandwidth includes all incoming and outgoing data transfer from your server including but not limited to web traffic, ftp usage, all emails passing through our mail server, etc. Each VPS and Dedicated Server plan comes with a certain amount of bandwidth per month, measured in gigabytes (GB).” (看起来就是所有上行和下载的流量。) 每秒钟不间断的下载,一个月( 8w 多秒)用光 1000G 流量,下载速度就要达到大概 12MB/s ,换算成平常所说的带宽就是 97Mbps 。估计就是 100M 带宽。 |
2
miyuki 2016-08-16 16:27:49 +08:00 1
Bandwidth 本意是带宽,貌似现在普遍用 Bandwidth 表示流量, Port 表示带宽
比如 1TB Bandwidth, 100Mbps Port Bandwidth 计算方式具体还要看各家,有些只计算上行流量,有些上下都计算 p.s. Port 速度一般是共享,很难跑到宣称的 Port 速度,具体还要看 Guaranteed |
3
pagxir 2016-08-16 19:06:41 +08:00
计算错误,其实是 12Mbps, 也就是 1.5MB/s
|
4
pagxir 2016-08-16 19:07:36 +08:00
百兆跑满,一个月需要 30T 的流量。
|
5
utanbo OP 1000GB = 1024 *1024 MB
24*3600s = 86400s 平均速度 1000GB/86400s = 12MB/s (实际速度) 换算成带宽 12 * 8 = 100Mb/s 应该没错吧。。。 |
8
msg7086 2016-08-17 14:59:40 +08:00
@utanbo 带宽换算很好记,百兆跑满是 30T 上下,别的你自己按比例往下除就行。
比如 3T 相当于跑满十兆, 1T 就是跑满 3 兆带宽啦。 |
9
zhuangsirui 2016-08-17 15:30:16 +08:00
上下行速度用 `nload` 可以看,另外 `vnstat` 可以查看比较详细的流量统计,很是实用。
|