억삼이 2017. 12. 1. 14:45
반응형

ab.exe

apache benchmark

http://blog.hkwon.me/ab-apache-http-server-benchmarking-tool/



ab -n 1000 -c 10 http://localhost/board

ab -p c:\ab\data.txt -T application/x-www-form-urlencoded -n 1000 -c 10 http://localhost/board/new


pm2로 클러스터링

pm2 start www -i 8

pm2 stop all / www


pm2 를 통해 성능 화면 뿌릴 수 있는지? 궁금

반응형