同時アクセスのテストってどうやったらいいんだろうか
#/bin/sh PORT=$1 NUM=$2 i=0 while [ $i -lt $NUM ];do curl localhost:${PORT}/a & done