As the question explain, I would like to saturate my bandwidth. For download I had an idea:
- Download a random file (5MB for example) in loop for n time using wget or urllib2.
- Delete the file each completed download, with the same loop.
(For wget using a Bash script / For urllib2 using a Python script)
But, I have two questions:
- How do I saturate the download bandwidth without files downloading?
- How do I saturate the upload bandwidth? (I have no idea in this)
I mean a total saturation, but if I want a partial saturating?