search

Home  >  Q&A  >  body text

python - 上传的实际网速与任务管理器显示的网速之间的区别是什么?


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

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

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

谢谢各位!
Weiming

巴扎黑巴扎黑2889 days ago321

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:55:39

    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

    reply
    0
  • Cancelreply