본문 바로가기

엉터리 개발 이야기/nodejs

성능테스트

반응형

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 를 통해 성능 화면 뿌릴 수 있는지? 궁금

반응형