Sep 25, 2017 | Blog, Network Testing
Struggling with poor network performance? Try This Now This is part 2 of a series. Click here to read part 1. Parallel cURL Testing To perform multiple curl transfers in parallel, we need to look at another tool: xargs. If you aren’t familiar with xargs, it is a...
Aug 11, 2017 | Blog, Network Testing
Struggling with poor network performance? Try This Now Overview The cURL program is widely available across many different platforms, which makes it an obvious choice for network testing. It is simple, scriptable, and flexible – which is why it is so powerful. It...
Jul 27, 2017 | Blog, Network Testing
Struggling with poor network performance? Try This Now In order to emulate certain network conditions, we often use a Linux tool called “tc” that works with a discipline called “netem” (among others). The tc program allows us to do many...