반응형
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 를 통해 성능 화면 뿌릴 수 있는지? 궁금
반응형
'엉터리 개발 이야기 > nodejs' 카테고리의 다른 글
node.js + mongodb 연동 (0) | 2017.12.03 |
---|---|
node.js(express)으로 웹서버 실행해보기 (0) | 2017.12.03 |
node.js + express(mvc) (0) | 2017.12.01 |
node.js testing(assert, mocha) (0) | 2017.12.01 |
mongodb 설치 및 기본사용(shell) (0) | 2017.12.01 |