Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
OutSystems 知っておきたいReactive Webでの負荷テスト
Search
Miho Fujita
June 21, 2023
Programming
0
960
OutSystems 知っておきたいReactive Webでの負荷テスト
Jmeter+ReactiveWebでDataAction+ServerActionを対象としたJmeterのテスト方法
Miho Fujita
June 21, 2023
Tweet
Share
More Decks by Miho Fujita
See All by Miho Fujita
楽しく働けるチームを作り出せ!-生産性も高いチームへと成長した4か月-
mihofujita
1
380
楽しく働けるチームを作り出せ!-生産性も高いチームへと成長した4か月
mihofujita
0
960
スクラムPJを通して気づいた当たり前で大切なこと
mihofujita
0
950
Other Decks in Programming
See All in Programming
新世界の理解
koriym
0
140
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
110
MLH State of the League: 2026 Season
theycallmeswift
0
160
TROCCO×dbtで実現する人にもAIにもやさしいデータ基盤
nealle
0
330
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
1
310
ワープロって実は計算機で
pepepper
2
1.4k
CSC305 Summer Lecture 06
javiergs
PRO
0
100
AWS Serverless Application Model入門_20250708
smatsuzaki
0
130
AHC051解法紹介
eijirou
0
620
Scale out your Claude Code ~自社専用Agentで10xする開発プロセス~
yukukotani
9
2.6k
Portapad紹介プレゼンテーション
gotoumakakeru
1
130
為你自己學 Python - 冷知識篇
eddie
1
120
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
The Language of Interfaces
destraynor
160
25k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The Pragmatic Product Professional
lauravandoore
36
6.8k
Being A Developer After 40
akosma
90
590k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
How to Ace a Technical Interview
jacobian
279
23k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Transcript
CTC 藤田実歩 知っておきたい Reactive Webでの負荷テスト
藤田 実歩 ・OutSystems開発者 ・OutSystems Professional Developer、 OutSystems Tech Lead ・スクラム界隈に時々います
・スクラムフェス三河2020,2021,2022登壇 ・スクラムフェス大阪2021登壇 スクラムフェス三河2023 9/15,16 開催予定! 製造業アジャイルの話など面白い話ばかり! https://www.scrumfestmikawa.org/
OutSystemsでの負荷試験 ・O11 Reactive Web ・Jmeter ・DataAction, Aggregate, Server Actionを対象
Reactive Webのリクエスト ・CSRFトークンをリクエストヘッダーにつける必要あり -> 最初にログインリクエストを送り、レスポンスで返ってくるCSRFトークンを引き回す 注意 ・Traditional WebはレスポンスでCSRFトークンが返ってこないため、ロ グイン画面がTraditional Webで作られている(ダミーログイン用のアプ
リ等)場合は、Jmeter用にOSP標準のログイン画面からログインできる ようにしておく必要あり。
Jmeterの設定
Jmeterの設定
Jmeterの設定
参考: CSRF Token Extraction using Jmeter https://www.youtube.com/watch?v=p2AbNuq5qOQ