ab压测,curl测试

ab压测(apache Benchmark)

ab -n 10 -c 1 -p "/data/faceid/bankbill/e26926c0-8d83-4e13-9182-5d849b102a39.jpg" -T application/x-www-form-urlencoded “http://billocr.fcbox.com/predict/1”

curl 测试

curl -d "img_path=/data/faceid/bankbill/e26926c0-8d83-4e13-9182-5d849b102a39.jpg" http://billocr.fcbox.com/predict/1

你可能感兴趣的:(测试)