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 see details about HTTP/1.1 500 fail request #101

Open nieweizaibu opened 7 years ago

nieweizaibu commented 7 years ago

image i want to see details about this request to finger out this issue

JoeDog commented 7 years ago

Try running with -c1 and -D (debug)

Chances are the problem is on the server side.