比如: 用 nodejs listen 8888 端口
用ab做测试。
wx[@wx](/user/wx):~/Sites/nodejs$ab -n 1000 -c 10 http://localhost:8888/
This is ApacheBench, Version 2.3 <$Revision: 655654 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient) aprsocketrecv: Connection refused (61)
这是什么问题?