Am using ab(Apache Benchmark) for load test in my rails app.
ab -n10 -c10 -p ~/post_data_ab.txt -T “multipart/form-data;
boundary=1234567” http://localhost:3000/albums
…
I have used the above command for testing upload photos. But am
getting
error which I don’t know how o handle.
Can anyone help?
Btw, I also need few teammates to handle development & bug fixing for
few local assignments on ROR at Pune. Anyone interested ?
Am using ab(Apache Benchmark) for load test in my rails app.
ab -n10 -c10 -p ~/post_data_ab.txt -T “multipart/form-data;
boundary=1234567” http://localhost:3000/albums
…
I have used the above command for testing upload photos. But am
getting
error which I don’t know how o handle.
What exactly is that error? No one can help without knowing the message
you
get when trying. Also you should tell us if the image upload works when
doing it manually via your browser.