Performance Testing with cURL, Part 2: Scripting

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...