Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过下载和上传 5MB、10MB、20MB、50MB 和 100MB 文件。如何计算吞吐量?
谢谢,
throughput = bytes_downloaded / (time_now - time_started);
如果这还不足以解决问题,那么您的问题需要更加详细。发布您到目前为止编写的代码,并解释它为什么不起作用。