📜  curl 并行发送 100 个请求 - TypeScript 代码示例
📅  最后修改于: 2022-03-11 14:48:28.706000             🧑  作者: Mango
代码示例1
// Send 200 requests in parallel
1 200 | xargs -n1 -P10 curl "http://localhost:5000/example"