Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- JMeter
- delivery혁신팀
- Out of Memory
- OOM
- jar manifest
- GA4
- jar 패키징
- charcter set
- 실손보험 청구 전산화
- mariadb
- db inc.
- log insert shell
- 말로코딩
- Tableau
- message sender
- apk 컴파일
- batch job
- 디비아엔씨
- 내부 jar 파일 참조
- app$innerclass.class
- memory analyzer tool
- 외부 jar 파일 참조
- 주식데이터수집
- dbms 변경
- 실손24
- java oom
- Rag
- publish subscribe style
- Python
- 주가정보발송
Archives
- Today
- Total
목록session_id (1)
IT 트랜드 공유
[Tableau] Session, XSRF-TOKEN 가져오기
[JMeter에서 적용하기]1. workgroup_session_id 가져오기Name of created variable : workgroup_session_idReqular Expression : Set-Cookie: workgroup_session_id=(.*?);Template : $1$ 2. XSRF-TOKEN 가져오기Name of created variable : XSRF-TOKENReqular Expression : Set-Cookie: XSRF-TOKEN=(.*?);Template : $1$ 3. 로그 찍기log.info("*************************") log.info("workgroup_session_id"+vars.get("workgroup_session_id")..
성능테스트
2024. 7. 15. 18:19