python - 上传的实际网速与任务管理器显示的网速之间的区别是什么?
巴扎黑
巴扎黑 2017-04-17 17:53:39
0
1
313


如上图。我这里有两个问题想要请教:

  1. 我在用百度云上传的时候,百度云显示的上传网速是8.8M/s,但是我的任务管理器显示的网速却远远大于这个值,为什么会这样呢?

  2. 左边的命令行是我同时在用自己写的上传工具做测试,这个上传工具是python语言,利用ftplib完成的,但是为什么网速差别这么大?

谢谢各位!
Weiming

巴扎黑
巴扎黑

reply all(1)
伊谢尔伦

Question 1:
One isMbps 一个是MBps
where b = bit B = Byte
that is, 8bit = 1Byte
Their units are different


Question 2:
You know from your task manager that your computer’s network card is a 100Mbps network card...
If you enable them at the same time, the combined total of the two will not exceed 100Mbps at most

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template