문제

By downloading and uploading 5MB, 10MB, 20MB, 50MB, and 100MB files. How can the throughput be calculated?

thanks,

도움이 되었습니까?

해결책

throughput = bytes_downloaded / (time_now - time_started);

If that's not enough to solve the problem, you need to be much more detailed in your question. Post the code you've written so far, and explain why it isn't working.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top