JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.91k stars 386 forks source link

how to use random number #165

Closed zilinyo closed 3 years ago

zilinyo commented 4 years ago

siege -c 100 -v 100 ---content-type“ application / json”'http://domain.com POST {“ ids”:[“ 1”,“ 2”,“ 3”] }'

ids is random number.

what should i do ?