반응형
바야흐로 2018년.
비트코인 1차 wave가 지나고,
신규 암호화폐 거래소 오픈 전 부하테스트를 진행한 경험
Test Plan
--Thread Group
----HTTP Cookie Manager
Name/Value/Domain/Path/Secure
----CSV Data Set Config
Filename/VariableName/Delimiter
----Once Only Controller
------HTTP Request
protocol = http/https
server name or ip
port
method
path
(parameter 를 받고싶을경우 HTTP Request에서 Add)
Reqular Experssion Extractor
Name/ReqularExpression/Tmplate/MatcnoNO
--WebSocket Open Connection
ws(wss)/server name/port/path
--WebSocket request-response sample
connection : use existing connection
data : Request Data
1. HTTP Cookie Manager 를 이용해 쿠키 관리
2. CSV Data Set Config 를 이용해 CSV 데이터 관리
3. HTTP Request 사용 예제
4. Reqular Expression Extractor를 이용해 변수 받기
5. Web Socket Connection
6. Web Socket handshake
Web Socket 사용시
1. Open connection으로 먼저 ws 연결
2. handshake 후 connection 옵션을 use existing connection 을 이용해 Request data 를 날린다.
반응형
'Study' 카테고리의 다른 글
kafka install (작성중) (0) | 2022.11.24 |
---|---|
Docker 설치 및 사용 (1) | 2022.11.18 |
Columnstore multi combined install and addmodule (2017) (0) | 2022.09.19 |
Columnstore 1.0.x Binary Install Script (2017) (0) | 2022.09.19 |
MariaDB Galera Cluster 구성 (2017) (1) | 2022.09.19 |