포도가게의 개발일지
Artillery Node 환경 사용법 stress test 본문
반응형
config:
target: "http://localhost:8000/contents"
phases:
- duration: 60
arrivalRate: 1000
scenarios:
- name: "Connect and join Room"
engine: socketio
flow:
- emit:
channel: "msgToServer"
data:
"name" : "grape1"
"groupName" : "grapestore"
"text" : "msg!!!"
"icon" : "Lion"
- think: 1
yml 파일로 작성
설치 : npm install artillery
레포트 생성 및 실행 :
./node_modules/artillery/bin/artillery run -o hax0r-report artillery-config.yml
레포트 html 파일로 변환 :
./node_modules/artillery/bin/artillery report hax0r-report
'[JS,TS,Node]' 카테고리의 다른 글
[Java Script] V8엔진 빌드과정 (0) | 2022.02.04 |
---|---|
Call stack && Event loop (0) | 2021.12.30 |
Vue CORS Error on Mac (0) | 2021.12.18 |
Apache vs Nginx (0) | 2021.12.04 |
클래스와 인터페이스 (0) | 2021.11.07 |
Comments