Curl Kirim 100 Permintaan Paralel
// Send 200 requests in parallel
1 200 | xargs -n1 -P10 curl "http://localhost:5000/example"
Disgusted Dunlin
// Send 200 requests in parallel
1 200 | xargs -n1 -P10 curl "http://localhost:5000/example"