2016년 1월 28일 목요일

nginx ab(Apache Benchmark) test apr_socket_recv: Connection refused


$ab -n 100 -c http://localhost:3000/test

-> this command will error
"apr_socket_recv: Connection refused"

this error is caused by "http://localhost"
change url to 127.0.0.1

it will okay

댓글 없음:

댓글 쓰기

JIRA Plugin - ScriptRunner 소개 #2

관련 글 소개 #1:  https://pineoc.blogspot.com/2019/03/scriptrunner-1.html ScriptRunner 소개 #2 지난 글에서는 Behaviours를 보았고 다음 내용인 콘솔, 리스너 등을 ...