--Task-- name: Reporting-benchmark-170 enabled: True class_name: GatlingResultTask source_name: overseer-0 source_namespace: >default< target_name: overseer-0 target_namespace: >default< start: 0 stop: None timeout: not yet initialized for this Task as timeout was not explicitly defined, see updates bellow loop: False interval: None dependencies: [] wait_for: ['Reporting-benchmark-10', 'Reporting-benchmark-30', 'Reporting-benchmark-50', 'Reporting-benchmark-70', 'Reporting-benchmark-90', 'Reporting-benchmark-110', 'Reporting-benchmark-130', 'Reporting-benchmark-150'] options: {'task_name': 'benchmark-170'} group_name: None Current dir: /mnt/disks/data/xslou/lodestar-fork/pyrock ________________________________________________________________________________ [24/Oct/2023 16:36:25] Reporting-benchmark-170 pre : N/A ________________________________________________________________________________ source (overseer-0) is a component [24/Oct/2023 16:36:25] - INFO: Timeout for this Task has changed to 4h 30m (16200 seconds) [24/Oct/2023 16:36:25] - INFO: timeout was set to GatlingResultTask default (half of global_duration or 3600 seconds (whatever is higher)), because it was unset Pod stdout file : /results/orders/Reporting-benchmark-170/stdout.txt Pod stderr file : /results/orders/Reporting-benchmark-170/stderr.txt Pod log : /results/orders/Reporting-benchmark-170 ________________________________________________________________________________ [24/Oct/2023 16:36:25] Reporting-benchmark-170 step1 : Write order for overseer to generate the report ________________________________________________________________________________ Order file : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/08_Verification/17_Reporting-benchmark-170/order.json { "name": "Reporting-benchmark-170", "command": "/lodestar/clients/gatling-report-only-for-pyrock.sh benchmark-170 --extra-run-jvm-options \"-Xmx4G\"", "out-dir": "/results/orders/Reporting-benchmark-170" } ________________________________________________________________________________ [24/Oct/2023 16:36:25] Reporting-benchmark-170 step2 : Make sure overseer is ready to accept order (not already busy) ________________________________________________________________________________ [loop_until]: curl --insecure https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt | grep "WAITING" [loop_until]: (max_time=120, interval=5, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found [loop_until]: OK (rc = 0) --- stdout --- WAITING --- stderr --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 7 100 7 0 0 27 0 --:--:-- --:--:-- --:--:-- 28 ________________________________________________________________________________ [24/Oct/2023 16:36:25] Reporting-benchmark-170 step3 : Send order to overseer ________________________________________________________________________________ [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [loop_until]: kubectl --namespace=xlou cp /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/08_Verification/17_Reporting-benchmark-170/order.json overseer-0-74ffbdd854-5ntg9:/results/orders/order.json [loop_until]: (max_time=180, interval=5, expected_rc=[0] [loop_until]: OK (rc = 0) --- stdout --- --- stderr --- Order has been successfully forwarded to overseer ________________________________________________________________________________ [24/Oct/2023 16:36:27] Reporting-benchmark-170 step4 : Wait order is done ________________________________________________________________________________ Workaround for PERF-1966. Sleeping for 5 seconds. [loop_until]: curl --insecure https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com/orders/status.txt | grep "WAITING" [loop_until]: (max_time=16200, interval=5, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - failed to find expected output: WAITING - retry [loop_until]: Function succeeded after 5s (rc=0) - failed to find expected output: WAITING - retry [loop_until]: Function succeeded after 10s (rc=0) - failed to find expected output: WAITING - retry [loop_until]: Function succeeded after 15s (rc=0) - failed to find expected output: WAITING - retry [loop_until]: Function succeeded after 21s (rc=0) - failed to find expected output: WAITING - retry [loop_until]: Function succeeded after 26s (rc=0) - failed to find expected output: WAITING - retry [loop_until]: Function succeeded after 31s (rc=0) - expected pattern found [loop_until]: OK (rc = 0) --- stdout --- WAITING --- stderr --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 7 100 7 0 0 34 0 --:--:-- --:--:-- --:--:-- 34 ________________________________________________________________________________ [24/Oct/2023 16:37:03] Reporting-benchmark-170 step5 : Wait until gatling report is generated on overseer ________________________________________________________________________________ [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- Checking pod: overseer-0-74ffbdd854-5ntg9 for file exists, if not wait. [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [loop_until]: kubectl --namespace=xlou exec overseer-0-74ffbdd854-5ntg9 --stdin -- bash -c 'if [ -f "/results/gatling/benchmark-170.tar.gz" ]; then echo "/results/gatling/benchmark-170.tar.gz file found"; exit 0; else echo "/results/gatling/benchmark-170.tar.gz file not found"; exit 1; fi' | grep "/results/gatling/benchmark-170.tar.gz file found" [loop_until]: (max_time=180, interval=5, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found [loop_until]: OK (rc = 0) --- stdout --- /results/gatling/benchmark-170.tar.gz file found --- stderr --- [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [run_command]: kubectl --namespace=xlou exec overseer-0-74ffbdd854-5ntg9 --stdin -- du -k /results/gatling/benchmark-170.tar.gz [run_command]: OK (rc = 0 - expected to be in [0]) --- stdout --- 1344 /results/gatling/benchmark-170.tar.gz --- stderr --- - Download file (size 1344k) [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- source : /results/gatling/benchmark-170.tar.gz @ overseer-0-74ffbdd854-5ntg9 destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/shared/benchmark-170.tar.gz [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [loop_until]: kubectl --namespace=xlou cp overseer-0-74ffbdd854-5ntg9:/results/gatling/benchmark-170.tar.gz /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/shared/benchmark-170.tar.gz [loop_until]: (max_time=-1, interval=5, expected_rc=[0] [loop_until]: OK (rc = 0) --- stdout --- tar: Removing leading `/' from member names --- stderr --- ________________________________________________________________________________ [24/Oct/2023 16:37:07] Reporting-benchmark-170 step6 : Unzip the result ________________________________________________________________________________ [run_command]: tar zxf /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/shared/benchmark-170.tar.gz -C /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling [run_command]: OK (rc = 0 - expected to be in [0]) --- stdout --- --- stderr --- ________________________________________________________________________________ [24/Oct/2023 16:37:08] Reporting-benchmark-170 step7 : Print rc order ________________________________________________________________________________ [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- Checking pod: overseer-0-74ffbdd854-5ntg9 for file exists, if not wait. [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [loop_until]: kubectl --namespace=xlou exec overseer-0-74ffbdd854-5ntg9 --stdin -- bash -c 'if [ -f "/results/orders/Reporting-benchmark-170/rc.txt" ]; then echo "/results/orders/Reporting-benchmark-170/rc.txt file found"; exit 0; else echo "/results/orders/Reporting-benchmark-170/rc.txt file not found"; exit 1; fi' | grep "/results/orders/Reporting-benchmark-170/rc.txt file found" [loop_until]: (max_time=180, interval=5, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found [loop_until]: OK (rc = 0) --- stdout --- /results/orders/Reporting-benchmark-170/rc.txt file found --- stderr --- [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [run_command]: kubectl --namespace=xlou exec overseer-0-74ffbdd854-5ntg9 --stdin -- du -k /results/orders/Reporting-benchmark-170/rc.txt [run_command]: OK (rc = 0 - expected to be in [0]) --- stdout --- 4 /results/orders/Reporting-benchmark-170/rc.txt --- stderr --- - Download file (size 4k) [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- source : /results/orders/Reporting-benchmark-170/rc.txt @ overseer-0-74ffbdd854-5ntg9 destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/08_Verification/17_Reporting-benchmark-170/rc.txt [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [loop_until]: kubectl --namespace=xlou cp overseer-0-74ffbdd854-5ntg9:/results/orders/Reporting-benchmark-170/rc.txt /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/08_Verification/17_Reporting-benchmark-170/rc.txt [loop_until]: (max_time=-1, interval=5, expected_rc=[0] [loop_until]: OK (rc = 0) --- stdout --- --- stderr --- [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/08_Verification/17_Reporting-benchmark-170/rc.txt is small (1 lines), printing all lines: ----- output ----- CMD SUCCESS: command returns code 0 (expected [0, -9, 143, 137, -15]) ________________________________________________________________________________ [24/Oct/2023 16:37:11] Reporting-benchmark-170 step8 : Check rc log ________________________________________________________________________________ PASS: no error found in rc log ________________________________________________________________________________ [24/Oct/2023 16:37:11] Reporting-benchmark-170 step9 : Print stdout order ________________________________________________________________________________ [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- Checking pod: overseer-0-74ffbdd854-5ntg9 for file exists, if not wait. [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [loop_until]: kubectl --namespace=xlou exec overseer-0-74ffbdd854-5ntg9 --stdin -- bash -c 'if [ -f "/results/orders/Reporting-benchmark-170/stdout.txt" ]; then echo "/results/orders/Reporting-benchmark-170/stdout.txt file found"; exit 0; else echo "/results/orders/Reporting-benchmark-170/stdout.txt file not found"; exit 1; fi' | grep "/results/orders/Reporting-benchmark-170/stdout.txt file found" [loop_until]: (max_time=180, interval=5, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found [loop_until]: OK (rc = 0) --- stdout --- /results/orders/Reporting-benchmark-170/stdout.txt file found --- stderr --- [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [run_command]: kubectl --namespace=xlou exec overseer-0-74ffbdd854-5ntg9 --stdin -- du -k /results/orders/Reporting-benchmark-170/stdout.txt [run_command]: OK (rc = 0 - expected to be in [0]) --- stdout --- 8 /results/orders/Reporting-benchmark-170/stdout.txt --- stderr --- - Download file (size 8k) [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- source : /results/orders/Reporting-benchmark-170/stdout.txt @ overseer-0-74ffbdd854-5ntg9 destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/08_Verification/17_Reporting-benchmark-170/stdout.txt [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [loop_until]: kubectl --namespace=xlou cp overseer-0-74ffbdd854-5ntg9:/results/orders/Reporting-benchmark-170/stdout.txt /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/08_Verification/17_Reporting-benchmark-170/stdout.txt [loop_until]: (max_time=-1, interval=5, expected_rc=[0] [loop_until]: OK (rc = 0) --- stdout --- tar: Removing leading `/' from member names --- stderr --- [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/08_Verification/17_Reporting-benchmark-170/stdout.txt is small (170 lines), printing all lines: ----- output ----- [cmd] /lodestar/clients/gatling/bin/gatling.sh --reports-only /results/gatling/benchmark-170/loadtest-20231024152525159 --extra-run-jvm-options -Xmx4G GATLING_HOME is set to /home/jenkins/lodestar/clients/gatling Generating Gatling reports locally Parsing log file(s)... Parsing log file(s) done Generating reports... ================================================================================ ---- Global Information -------------------------------------------------------- > request count 2944224 (OK=2475152 KO=469072) > min response time 32 (OK=33 KO=32 ) > max response time 60001 (OK=54584 KO=60001 ) > mean response time 6123 (OK=5734 KO=8177 ) > std deviation 6010 (OK=6300 KO=3498 ) > response time 50th percentile 4983 (OK=3700 KO=9038 ) > response time 75th percentile 9040 (OK=9256 KO=9040 ) > response time 95th percentile 17722 (OK=18378 KO=11460 ) > response time 99th percentile 25138 (OK=25672 KO=18540 ) > mean requests/sec 802.022 (OK=674.245 KO=127.778) ---- Response Time Distribution ------------------------------------------------ > t < 800 ms 792311 ( 27%) > 800 ms <= t < 1200 ms 72611 ( 2%) > t >= 1200 ms 1610230 ( 55%) > failed 469072 ( 16%) ---- Errors -------------------------------------------------------------------- > status.find.is(200), but actually found 502 275374 (33.53%) > RootUserinfo: Failed to build request: No attribute named 'acc 211505 (25.75%) ess_token' is defined > status.find.in([200, 209], 304), found 502 116392 (14.17%) > registrationCallback: Failed to build request: No attribute na 38124 ( 4.64%) med 'callbacks' is defined > status.find.in([200, 209], 304), found 500 34042 ( 4.15%) > status.find.is(302), but actually found 502 29897 ( 3.64%) > tokenUserinfo: Failed to build request: No attribute named 'ac 13296 ( 1.62%) cess_token' is defined > deleteOrganization: Failed to build request: No attribute name 13067 ( 1.59%) d 'organization_id' is defined > queryOrganization: Failed to build request: No attribute named 13067 ( 1.59%) 'organization_id' is defined > userinfo: Failed to build request: No attribute named 'access_ 12606 ( 1.54%) token' is defined > createOrganization: Failed to build request: No attribute name 10556 ( 1.29%) d 'access_token' is defined > restLoginUsernamePasswordCallback: Failed to build request: No 9629 ( 1.17%) attribute named 'callbacks' is defined > restloginProgressiveProfileCallback: Failed to build request: 9629 ( 1.17%) No attribute named 'callbacks' is defined > headerRegex((Location,code=([^\&]+))).find.exists, found nothi 7269 ( 0.89%) ng > UI AM revoke2: Failed to build request: No attribute named 'a 2492 ( 0.30%) ccess_token_2' is defined > UI AM revoke1: Failed to build request: No attribute named 'a 2443 ( 0.30%) ccess_token' is defined > UI AM endsession: Failed to build request: No attribute named 2349 ( 0.29%) 'id_token_2' is defined > UI IDM login: Failed to build request: No attribute named 'ac 2233 ( 0.27%) cess_token_2' is defined > UI IDM dashboard: Failed to build request: No attribute named 2233 ( 0.27%) 'access_token_2' is defined > UI IDM privilege: Failed to build request: No attribute named 2233 ( 0.27%) 'access_token_2' is defined > UI IDM user: Failed to build request: No attribute named 'use 2233 ( 0.27%) r_uuid' is defined > UI IDM alpha_user: Failed to build request: No attribute name 2233 ( 0.27%) d 'access_token_2' is defined > UI IDM features: Failed to build request: No attribute named 2233 ( 0.27%) 'access_token_2' is defined > headerRegex((location,#id_token=(.*))).find.exists, found noth 1759 ( 0.21%) ing > status.find.in([200, 209], 304), found 401 1215 ( 0.15%) > status.find.in([200, 209], 304), found 503 1095 ( 0.13%) > status.find.is(200), but actually found 401 855 ( 0.10%) > status.find.is(200), but actually found 400 447 ( 0.05%) > status.find.in([200, 209], 304), found 400 292 ( 0.04%) > status.find.is(200), but actually found 503 196 ( 0.02%) > jsonPath($.tokenId).find.exists, found nothing 118 ( 0.01%) > status.find.is(302), but actually found 503 72 ( 0.01%) > status.find.in([200, 209], 304), found 404 25 ( 0.00%) > Request timeout to openam-ema-perf-benchmark.forgeblocks.com/3 16 ( 0.00%) 4.149.144.47:443 after 60000 ms > j.i.IOException: Premature close 3 ( 0.00%) > jsonPath($.tokenId).find.optional preparation crashed: Jackson 3 ( 0.00%) failed to parse into a valid AST: c.f.j.c.JsonParseException:... > jsonPath($.tokenId).find.optional preparation crashed: Jackson 1 ( 0.00%) failed to parse into a valid AST: c.f.j.c.JsonParseException:... > jsonPath($.tokenId).find.optional preparation crashed: Jackson 1 ( 0.00%) failed to parse into a valid AST: c.f.j.c.JsonParseException:... ================================================================================ Reports generated in 1s. Please open the following file: file:///results/gatling/benchmark-170/loadtest-20231024152525159/index.html ---------------------- [24/Oct/2023 17:36:59] Create tar file /results/gatling/benchmark-170.tar.gz ---------------------- SIMULATION_PATH=/results/gatling/benchmark-170/loadtest-20231024152525159 RESULT_FOLDER=benchmark-170 RESULT_PATH=/results/gatling/benchmark-170 PWD=/results/gatling/benchmark-170/loadtest-20231024152525159 [cmd] tar -czvf /results/gatling/benchmark-170.tar.gz --exclude=simulation.log * index.html js/ js/unpack.js js/highstock.js js/ellipsis.js js/theme.js js/assertions.xml js/assertions.json js/stats.js js/stats.json js/highcharts-more.js js/jquery-3.5.1.min.js js/gatling.js js/all_sessions.js js/global_stats.json js/bootstrap.min.js js/menu.js req_createorganizat-aeddb.html req_deleteorganizat-d2d1a.html req_getidtoken-0b1b0.html req_getidtoken-redi-60d3f.html req_queryorganizati-f11b5.html req_registrationcal-2e2ae.html req_restlogininitia-e2b9b.html req_restloginprogre-9fc93.html req_restloginuserna-d98ea.html req_rootuserinfo-f7f60.html req_skip-2fa-3cbda.html req_tokenuserinfo-2d3d4.html req_ui-am-endsessio-d6b72.html req_ui-am-idfromses-2b770.html req_ui-am-revoke1-60bf7.html req_ui-am-revoke2-39c3f.html req_ui-am-validateg-4c02a.html req_ui-enduser-appa-926a9.html req_ui-enduser-appa-c90f7.html req_ui-enduser-sess-eea01.html req_ui-idm-alpha-us-8b00d.html req_ui-idm-dashboar-62bff.html req_ui-idm-features-d9b90.html req_ui-idm-login-1bfd7.html req_ui-idm-oidctoke-2cd13.html req_ui-idm-privileg-0dec9.html req_ui-idm-uiconfig-7fd3c.html req_ui-idm-user-e719d.html req_ui-idm-version-642f9.html req_ui-logout-aba8a.html req_ui-logout-redir-b5101.html req_ui-post-login-39b13.html req_ui-post-login-r-8357a.html req_user-accesstoke-0d48d.html req_user-authorize--dd8b8.html req_userinfo-d0c0b.html style/ style/stat-l-roue.png style/arrow_down.png style/style.css style/sorted-up.png style/logo-enterprise.svg style/favicon.ico style/arrow_right_black.png style/stat-l-temps.png style/bootstrap.min.css style/arrow_right.png style/sortable.png style/logo.svg style/little_arrow_right.png style/sorted-down.png style/stat-fleche-bas.png style/arrow_down_black.png ________________________________________________________________________________ [24/Oct/2023 16:37:15] Reporting-benchmark-170 step10 : Check stdout log ________________________________________________________________________________ PASS: no error found in stdout log ________________________________________________________________________________ [24/Oct/2023 16:37:15] Reporting-benchmark-170 step11 : Print stderr order ________________________________________________________________________________ [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- Checking pod: overseer-0-74ffbdd854-5ntg9 for file exists, if not wait. [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [loop_until]: kubectl --namespace=xlou exec overseer-0-74ffbdd854-5ntg9 --stdin -- bash -c 'if [ -f "/results/orders/Reporting-benchmark-170/stderr.txt" ]; then echo "/results/orders/Reporting-benchmark-170/stderr.txt file found"; exit 0; else echo "/results/orders/Reporting-benchmark-170/stderr.txt file not found"; exit 1; fi' | grep "/results/orders/Reporting-benchmark-170/stderr.txt file found" [loop_until]: (max_time=180, interval=5, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found [loop_until]: OK (rc = 0) --- stdout --- /results/orders/Reporting-benchmark-170/stderr.txt file found --- stderr --- [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [run_command]: kubectl --namespace=xlou exec overseer-0-74ffbdd854-5ntg9 --stdin -- du -k /results/orders/Reporting-benchmark-170/stderr.txt [run_command]: OK (rc = 0 - expected to be in [0]) --- stdout --- 0 /results/orders/Reporting-benchmark-170/stderr.txt --- stderr --- - Download file (size 0k) [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- source : /results/orders/Reporting-benchmark-170/stderr.txt @ overseer-0-74ffbdd854-5ntg9 destination : /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/08_Verification/17_Reporting-benchmark-170/stderr.txt [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 [loop_until]: (max_time=180, interval=10, expected_rc=[0] [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found [loop_until]: OK (rc = 0) --- stdout --- overseer-0-74ffbdd854-5ntg9 --- stderr --- [loop_until]: kubectl --namespace=xlou cp overseer-0-74ffbdd854-5ntg9:/results/orders/Reporting-benchmark-170/stderr.txt /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/08_Verification/17_Reporting-benchmark-170/stderr.txt [loop_until]: (max_time=-1, interval=5, expected_rc=[0] [loop_until]: OK (rc = 0) --- stdout --- tar: Removing leading `/' from member names --- stderr --- [print_head_tail]: Input file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/08_Verification/17_Reporting-benchmark-170/stderr.txt is small (0 lines), printing all lines: ----- output ----- ________________________________________________________________________________ [24/Oct/2023 16:37:18] Reporting-benchmark-170 step12 : Check stderr log ________________________________________________________________________________ PASS: no error found in stderr log ________________________________________________________________________________ [24/Oct/2023 16:37:18] Reporting-benchmark-170 step13 : Analyze graphs for spikes ________________________________________________________________________________ Analyze Gatling graphs for spikes checking parameters open overall stats JSON file checking simulation request restLoginInitiate [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_restlogininitia-e2b9b.html - cannot check for spikes checking simulation request restLoginUsernamePasswordCallback [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_restloginuserna-d98ea.html - cannot check for spikes checking simulation request Skip 2FA [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_skip-2fa-3cbda.html - cannot check for spikes checking simulation request User Authorize PKCE stage [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_user-authorize--dd8b8.html - cannot check for spikes checking simulation request User AccessToken PKCE stage [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_user-accesstoke-0d48d.html - cannot check for spikes checking simulation request RootUserinfo [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_rootuserinfo-f7f60.html - cannot check for spikes checking simulation request UI-Post-Login [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-post-login-39b13.html - cannot check for spikes checking simulation request UI-Post-Login Redirect 1 [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-post-login-r-8357a.html - cannot check for spikes checking simulation request UI AM idFromSession [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-am-idfromses-2b770.html - cannot check for spikes checking simulation request UI AM validateGoto [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-am-validateg-4c02a.html - cannot check for spikes checking simulation request UI Enduser appAuthHelper1 [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-enduser-appa-926a9.html - cannot check for spikes checking simulation request UI Enduser appAuthHelper2 [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-enduser-appa-c90f7.html - cannot check for spikes checking simulation request registrationCallback [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_registrationcal-2e2ae.html - cannot check for spikes checking simulation request UI IDM uiconfig [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-idm-uiconfig-7fd3c.html - cannot check for spikes checking simulation request UI Enduser sessioncheck [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-enduser-sess-eea01.html - cannot check for spikes checking simulation request UI IDM features [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-idm-features-d9b90.html - cannot check for spikes checking simulation request UI IDM version [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-idm-version-642f9.html - cannot check for spikes checking simulation request UI IDM login [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-idm-login-1bfd7.html - cannot check for spikes checking simulation request UI IDM privilege [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-idm-privileg-0dec9.html - cannot check for spikes checking simulation request UI IDM alpha_user [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-idm-alpha-us-8b00d.html - cannot check for spikes checking simulation request UI IDM user [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-idm-user-e719d.html - cannot check for spikes checking simulation request UI IDM dashboard [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-idm-dashboar-62bff.html - cannot check for spikes checking simulation request UI IDM oidcToken [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-idm-oidctoke-2cd13.html - cannot check for spikes checking simulation request userinfo [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_userinfo-d0c0b.html - cannot check for spikes checking simulation request UI-Logout Redirect 1 [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-logout-redir-b5101.html - cannot check for spikes checking simulation request UI AM revoke1 [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-am-revoke1-60bf7.html - cannot check for spikes checking simulation request UI AM revoke2 [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-am-revoke2-39c3f.html - cannot check for spikes checking simulation request UI AM endsession [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-am-endsessio-d6b72.html - cannot check for spikes checking simulation request getIdToken [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_getidtoken-0b1b0.html - cannot check for spikes checking simulation request getIdToken Redirect 1 [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_getidtoken-redi-60d3f.html - cannot check for spikes checking simulation request createOrganization [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_createorganizat-aeddb.html - cannot check for spikes checking simulation request queryOrganization [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_queryorganizati-f11b5.html - cannot check for spikes checking simulation request deleteOrganization [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_deleteorganizat-d2d1a.html - cannot check for spikes checking simulation request tokenUserinfo [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_tokenuserinfo-2d3d4.html - cannot check for spikes checking simulation request restloginProgressiveProfileCallback [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_restloginprogre-9fc93.html - cannot check for spikes checking simulation request UI-Logout [warn] responseTimePercentiles was not found in /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/gatling/req_ui-logout-aba8a.html - cannot check for spikes no spikes found ________________________________________________________________________________ [24/Oct/2023 16:37:18] Reporting-benchmark-170 step14 : Collect gatling simulation data ________________________________________________________________________________ collected stats : { "global": { "name": "All Requests", "numberOfRequests": { "total": 2944224, "ok": 2475152, "ko": 469072 }, "minResponseTime": { "total": 32, "ok": 33, "ko": 32 }, "maxResponseTime": { "total": 60001, "ok": 54584, "ko": 60001 }, "meanResponseTime": { "total": 6123, "ok": 5734, "ko": 8177 }, "standardDeviation": { "total": 6010, "ok": 6300, "ko": 3498 }, "percentiles1": { "total": 4983, "ok": 3700, "ko": 9038 }, "percentiles2": { "total": 9040, "ok": 9256, "ko": 9040 }, "percentiles3": { "total": 17722, "ok": 18378, "ko": 11460 }, "percentiles4": { "total": 25138, "ok": 25672, "ko": 18540 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 792311, "percentage": 27 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 72611, "percentage": 2 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 1610230, "percentage": 55 }, "group4": { "name": "failed", "htmlName": "failed", "count": 469072, "percentage": 16 }, "meanNumberOfRequestsPerSecond": { "total": 802.0223372378099, "ok": 674.2446199945518, "ko": 127.77771724325797 } }, "details": [ { "name": "restLoginInitiate", "numberOfRequests": { "total": 614829, "ok": 374065, "ko": 240764 }, "minResponseTime": { "total": 35, "ok": 40, "ko": 35 }, "maxResponseTime": { "total": 44156, "ok": 44156, "ko": 30928 }, "meanResponseTime": { "total": 6429, "ok": 5502, "ko": 7868 }, "standardDeviation": { "total": 5178, "ok": 5929, "ko": 3233 }, "percentiles1": { "total": 8016, "ok": 3928, "ko": 9039 }, "percentiles2": { "total": 9040, "ok": 8643, "ko": 9040 }, "percentiles3": { "total": 15075, "ok": 17212, "ko": 9042 }, "percentiles4": { "total": 23040, "ok": 25024, "ko": 12995 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 114473, "percentage": 19 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 7301, "percentage": 1 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 252291, "percentage": 41 }, "group4": { "name": "failed", "htmlName": "failed", "count": 240764, "percentage": 39 }, "meanNumberOfRequestsPerSecond": { "total": 167.48270226096432, "ok": 101.89730318714247, "ko": 65.58539907382185 }, "spikes": [] }, { "name": "restLoginUsernamePasswordCallback", "numberOfRequests": { "total": 314677, "ok": 292752, "ko": 21925 }, "minResponseTime": { "total": 33, "ok": 79, "ko": 33 }, "maxResponseTime": { "total": 60000, "ok": 40105, "ko": 60000 }, "meanResponseTime": { "total": 8670, "ok": 8631, "ko": 9184 }, "standardDeviation": { "total": 6769, "ok": 6957, "ko": 3321 }, "percentiles1": { "total": 8609, "ok": 8078, "ko": 9036 }, "percentiles2": { "total": 12609, "ok": 12918, "ko": 9039 }, "percentiles3": { "total": 21557, "ok": 21827, "ko": 15463 }, "percentiles4": { "total": 27386, "ok": 27597, "ko": 21261 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 50582, "percentage": 16 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 7446, "percentage": 2 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 234724, "percentage": 75 }, "group4": { "name": "failed", "htmlName": "failed", "count": 21925, "percentage": 7 }, "meanNumberOfRequestsPerSecond": { "total": 85.71969490602015, "ok": 79.74720784527376, "ko": 5.97248706074639 }, "spikes": [] }, { "name": "Skip 2FA", "numberOfRequests": { "total": 208771, "ok": 195597, "ko": 13174 }, "minResponseTime": { "total": 34, "ok": 66, "ko": 34 }, "maxResponseTime": { "total": 60000, "ok": 39870, "ko": 60000 }, "meanResponseTime": { "total": 10921, "ok": 11019, "ko": 9474 }, "standardDeviation": { "total": 7472, "ok": 7640, "ko": 3988 }, "percentiles1": { "total": 10763, "ok": 11234, "ko": 9036 }, "percentiles2": { "total": 15648, "ok": 15982, "ko": 9041 }, "percentiles3": { "total": 24304, "ok": 24476, "ko": 17555 }, "percentiles4": { "total": 29527, "ok": 29630, "ko": 25585 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 26405, "percentage": 13 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 3419, "percentage": 2 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 165773, "percentage": 79 }, "group4": { "name": "failed", "htmlName": "failed", "count": 13174, "percentage": 6 }, "meanNumberOfRequestsPerSecond": { "total": 56.87033505856715, "ok": 53.281667120675564, "ko": 3.5886679378915827 }, "spikes": [] }, { "name": "User Authorize PKCE stage", "numberOfRequests": { "total": 286560, "ok": 261038, "ko": 25522 }, "minResponseTime": { "total": 35, "ok": 42, "ko": 35 }, "maxResponseTime": { "total": 60001, "ok": 42304, "ko": 60001 }, "meanResponseTime": { "total": 5699, "ok": 5418, "ko": 8579 }, "standardDeviation": { "total": 5638, "ok": 5695, "ko": 4011 }, "percentiles1": { "total": 4375, "ok": 3826, "ko": 9036 }, "percentiles2": { "total": 9035, "ok": 8281, "ko": 9038 }, "percentiles3": { "total": 16838, "ok": 16914, "ko": 16048 }, "percentiles4": { "total": 23990, "ok": 24137, "ko": 22438 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 74413, "percentage": 26 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 8346, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 178279, "percentage": 62 }, "group4": { "name": "failed", "htmlName": "failed", "count": 25522, "percentage": 9 }, "meanNumberOfRequestsPerSecond": { "total": 78.06047398529012, "ok": 71.10814491964042, "ko": 6.952329065649686 }, "spikes": [] }, { "name": "User AccessToken PKCE stage", "numberOfRequests": { "total": 262083, "ok": 236006, "ko": 26077 }, "minResponseTime": { "total": 34, "ok": 45, "ko": 34 }, "maxResponseTime": { "total": 60000, "ok": 44197, "ko": 60000 }, "meanResponseTime": { "total": 5742, "ok": 5439, "ko": 8483 }, "standardDeviation": { "total": 5663, "ok": 5715, "ko": 4297 }, "percentiles1": { "total": 4381, "ok": 3833, "ko": 9035 }, "percentiles2": { "total": 9035, "ok": 8384, "ko": 9052 }, "percentiles3": { "total": 16993, "ok": 17034, "ko": 16695 }, "percentiles4": { "total": 23715, "ok": 23983, "ko": 21436 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 68141, "percentage": 26 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 7580, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 160285, "percentage": 61 }, "group4": { "name": "failed", "htmlName": "failed", "count": 26077, "percentage": 10 }, "meanNumberOfRequestsPerSecond": { "total": 71.39280849904658, "ok": 64.28929447017161, "ko": 7.103514028874966 }, "spikes": [] }, { "name": "RootUserinfo", "numberOfRequests": { "total": 623310, "ok": 568380, "ko": 54930 }, "minResponseTime": { "total": 34, "ok": 39, "ko": 34 }, "maxResponseTime": { "total": 60000, "ok": 54584, "ko": 60000 }, "meanResponseTime": { "total": 5431, "ok": 5155, "ko": 8278 }, "standardDeviation": { "total": 5564, "ok": 5618, "ko": 3986 }, "percentiles1": { "total": 3918, "ok": 3386, "ko": 9036 }, "percentiles2": { "total": 9034, "ok": 7921, "ko": 9037 }, "percentiles3": { "total": 16417, "ok": 16564, "ko": 14677 }, "percentiles4": { "total": 23546, "ok": 23623, "ko": 21904 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 172604, "percentage": 28 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 21247, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 374529, "percentage": 60 }, "group4": { "name": "failed", "htmlName": "failed", "count": 54930, "percentage": 9 }, "meanNumberOfRequestsPerSecond": { "total": 169.79297194225006, "ok": 154.8297466630346, "ko": 14.963225279215473 }, "spikes": [] }, { "name": "UI-Post-Login", "numberOfRequests": { "total": 43354, "ok": 16036, "ko": 27318 }, "minResponseTime": { "total": 32, "ok": 33, "ko": 32 }, "maxResponseTime": { "total": 60000, "ok": 37143, "ko": 60000 }, "meanResponseTime": { "total": 5551, "ok": 1894, "ko": 7697 }, "standardDeviation": { "total": 4435, "ok": 3797, "ko": 3208 }, "percentiles1": { "total": 9034, "ok": 36, "ko": 9035 }, "percentiles2": { "total": 9036, "ok": 2015, "ko": 9036 }, "percentiles3": { "total": 9037, "ok": 9852, "ko": 9037 }, "percentiles4": { "total": 12335, "ok": 17400, "ko": 9040 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 11073, "percentage": 26 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 347, "percentage": 1 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 4616, "percentage": 11 }, "group4": { "name": "failed", "htmlName": "failed", "count": 27318, "percentage": 63 }, "meanNumberOfRequestsPerSecond": { "total": 11.809861073277036, "ok": 4.368292018523563, "ko": 7.441569054753473 }, "spikes": [] }, { "name": "UI-Post-Login Redirect 1", "numberOfRequests": { "total": 46701, "ok": 41646, "ko": 5055 }, "minResponseTime": { "total": 33, "ok": 33, "ko": 33 }, "maxResponseTime": { "total": 42661, "ok": 42661, "ko": 29200 }, "meanResponseTime": { "total": 2801, "ok": 2044, "ko": 9036 }, "standardDeviation": { "total": 5035, "ok": 4755, "ko": 2080 }, "percentiles1": { "total": 38, "ok": 38, "ko": 9036 }, "percentiles2": { "total": 4277, "ok": 199, "ko": 9037 }, "percentiles3": { "total": 12294, "ok": 12577, "ko": 9100 }, "percentiles4": { "total": 22907, "ok": 23425, "ko": 18299 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 31769, "percentage": 68 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 310, "percentage": 1 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 9567, "percentage": 20 }, "group4": { "name": "failed", "htmlName": "failed", "count": 5055, "percentage": 11 }, "meanNumberOfRequestsPerSecond": { "total": 12.72160174339417, "ok": 11.34459275401798, "ko": 1.3770089893761919 }, "spikes": [] }, { "name": " UI AM idFromSession", "numberOfRequests": { "total": 14367, "ok": 12479, "ko": 1888 }, "minResponseTime": { "total": 34, "ok": 39, "ko": 34 }, "maxResponseTime": { "total": 34644, "ok": 34644, "ko": 33495 }, "meanResponseTime": { "total": 4852, "ok": 4418, "ko": 7720 }, "standardDeviation": { "total": 5405, "ok": 5282, "ko": 5332 }, "percentiles1": { "total": 3183, "ok": 2402, "ko": 9007 }, "percentiles2": { "total": 8119, "ok": 6957, "ko": 9042 }, "percentiles3": { "total": 15410, "ok": 15178, "ko": 17446 }, "percentiles4": { "total": 23354, "ok": 22351, "ko": 26406 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 4716, "percentage": 33 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 309, "percentage": 2 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 7454, "percentage": 52 }, "group4": { "name": "failed", "htmlName": "failed", "count": 1888, "percentage": 13 }, "meanNumberOfRequestsPerSecond": { "total": 3.913647507491147, "ok": 3.399346227186053, "ko": 0.514301280305094 }, "spikes": [] }, { "name": " UI AM validateGoto", "numberOfRequests": { "total": 14367, "ok": 13599, "ko": 768 }, "minResponseTime": { "total": 40, "ok": 42, "ko": 40 }, "maxResponseTime": { "total": 34897, "ok": 34897, "ko": 24068 }, "meanResponseTime": { "total": 4964, "ok": 4754, "ko": 8677 }, "standardDeviation": { "total": 5524, "ok": 5563, "ko": 2879 }, "percentiles1": { "total": 3290, "ok": 2801, "ko": 9040 }, "percentiles2": { "total": 8409, "ok": 7504, "ko": 9046 }, "percentiles3": { "total": 15771, "ok": 15992, "ko": 13088 }, "percentiles4": { "total": 23737, "ok": 24030, "ko": 17537 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 4915, "percentage": 34 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 322, "percentage": 2 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 8362, "percentage": 58 }, "group4": { "name": "failed", "htmlName": "failed", "count": 768, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 3.913647507491147, "ok": 3.7044402070280578, "ko": 0.20920730046308908 }, "spikes": [] }, { "name": " UI Enduser appAuthHelper1", "numberOfRequests": { "total": 13960, "ok": 13255, "ko": 705 }, "minResponseTime": { "total": 34, "ok": 34, "ko": 34 }, "maxResponseTime": { "total": 34300, "ok": 34300, "ko": 27605 }, "meanResponseTime": { "total": 2102, "ok": 1722, "ko": 9244 }, "standardDeviation": { "total": 4640, "ok": 4413, "ko": 2517 }, "percentiles1": { "total": 38, "ok": 38, "ko": 9036 }, "percentiles2": { "total": 304, "ok": 43, "ko": 9038 }, "percentiles3": { "total": 11537, "ok": 11425, "ko": 13660 }, "percentiles4": { "total": 22595, "ok": 22763, "ko": 20768 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 10573, "percentage": 76 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 99, "percentage": 1 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 2583, "percentage": 19 }, "group4": { "name": "failed", "htmlName": "failed", "count": 705, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 3.8027785344592755, "ok": 3.610732770362299, "ko": 0.1920457640969763 }, "spikes": [] }, { "name": " UI Enduser appAuthHelper2", "numberOfRequests": { "total": 13960, "ok": 13228, "ko": 732 }, "minResponseTime": { "total": 33, "ok": 33, "ko": 39 }, "maxResponseTime": { "total": 34544, "ok": 34544, "ko": 30002 }, "meanResponseTime": { "total": 2107, "ok": 1701, "ko": 9448 }, "standardDeviation": { "total": 4654, "ok": 4396, "ko": 2650 }, "percentiles1": { "total": 38, "ok": 37, "ko": 9037 }, "percentiles2": { "total": 307, "ok": 43, "ko": 9041 }, "percentiles3": { "total": 11376, "ok": 11168, "ko": 14423 }, "percentiles4": { "total": 22922, "ok": 22978, "ko": 21895 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 10595, "percentage": 76 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 73, "percentage": 1 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 2560, "percentage": 18 }, "group4": { "name": "failed", "htmlName": "failed", "count": 732, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 3.8027785344592755, "ok": 3.6033778262053935, "ko": 0.1994007082538818 }, "spikes": [] }, { "name": "registrationCallback", "numberOfRequests": { "total": 59506, "ok": 55399, "ko": 4107 }, "minResponseTime": { "total": 34, "ok": 237, "ko": 34 }, "maxResponseTime": { "total": 60001, "ok": 40799, "ko": 60001 }, "meanResponseTime": { "total": 6266, "ok": 6077, "ko": 8815 }, "standardDeviation": { "total": 5736, "ok": 5846, "ko": 2962 }, "percentiles1": { "total": 4861, "ok": 4392, "ko": 9037 }, "percentiles2": { "total": 9040, "ok": 8997, "ko": 9041 }, "percentiles3": { "total": 17443, "ok": 17636, "ko": 13051 }, "percentiles4": { "total": 25137, "ok": 25339, "ko": 17807 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 8789, "percentage": 15 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 5656, "percentage": 10 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 40954, "percentage": 69 }, "group4": { "name": "failed", "htmlName": "failed", "count": 4107, "percentage": 7 }, "meanNumberOfRequestsPerSecond": { "total": 16.209752111141377, "ok": 15.090983383274311, "ko": 1.1187687278670662 }, "spikes": [] }, { "name": " UI IDM uiconfig", "numberOfRequests": { "total": 13319, "ok": 12707, "ko": 612 }, "minResponseTime": { "total": 33, "ok": 36, "ko": 33 }, "maxResponseTime": { "total": 33608, "ok": 33608, "ko": 31719 }, "meanResponseTime": { "total": 1926, "ok": 1565, "ko": 9426 }, "standardDeviation": { "total": 4419, "ok": 4169, "ko": 2275 }, "percentiles1": { "total": 40, "ok": 40, "ko": 9036 }, "percentiles2": { "total": 62, "ok": 43, "ko": 9040 }, "percentiles3": { "total": 10881, "ok": 10601, "ko": 14548 }, "percentiles4": { "total": 21387, "ok": 21590, "ko": 17370 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 10309, "percentage": 77 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 90, "percentage": 1 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 2308, "percentage": 17 }, "group4": { "name": "failed", "htmlName": "failed", "count": 612, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 3.6281667120675567, "ok": 3.4614546445110324, "ko": 0.1667120675565241 }, "spikes": [] }, { "name": " UI Enduser sessioncheck", "numberOfRequests": { "total": 13319, "ok": 12663, "ko": 656 }, "minResponseTime": { "total": 33, "ok": 34, "ko": 33 }, "maxResponseTime": { "total": 35308, "ok": 35308, "ko": 30261 }, "meanResponseTime": { "total": 1800, "ok": 1412, "ko": 9282 }, "standardDeviation": { "total": 4262, "ok": 3952, "ko": 2896 }, "percentiles1": { "total": 37, "ok": 37, "ko": 9036 }, "percentiles2": { "total": 43, "ok": 40, "ko": 9042 }, "percentiles3": { "total": 10173, "ok": 9830, "ko": 13906 }, "percentiles4": { "total": 20669, "ok": 20333, "ko": 22204 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 10511, "percentage": 79 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 80, "percentage": 1 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 2072, "percentage": 16 }, "group4": { "name": "failed", "htmlName": "failed", "count": 656, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 3.6281667120675567, "ok": 3.449468809588668, "ko": 0.1786979024788886 }, "spikes": [] }, { "name": " UI IDM features", "numberOfRequests": { "total": 11086, "ok": 10629, "ko": 457 }, "minResponseTime": { "total": 48, "ok": 48, "ko": 880 }, "maxResponseTime": { "total": 32303, "ok": 32303, "ko": 19892 }, "meanResponseTime": { "total": 2809, "ok": 2481, "ko": 10421 }, "standardDeviation": { "total": 4185, "ok": 3928, "ko": 2354 }, "percentiles1": { "total": 509, "ok": 385, "ko": 10051 }, "percentiles2": { "total": 4203, "ok": 3437, "ko": 11086 }, "percentiles3": { "total": 11291, "ok": 10623, "ko": 15013 }, "percentiles4": { "total": 16956, "ok": 16920, "ko": 18098 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 5875, "percentage": 53 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 364, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 4390, "percentage": 40 }, "group4": { "name": "failed", "htmlName": "failed", "count": 457, "percentage": 4 }, "meanNumberOfRequestsPerSecond": { "total": 3.019885589757559, "ok": 2.8953963497684554, "ko": 0.12448923998910379 }, "spikes": [] }, { "name": " UI IDM version", "numberOfRequests": { "total": 13319, "ok": 12681, "ko": 638 }, "minResponseTime": { "total": 37, "ok": 39, "ko": 37 }, "maxResponseTime": { "total": 38138, "ok": 38138, "ko": 19661 }, "meanResponseTime": { "total": 1926, "ok": 1556, "ko": 9270 }, "standardDeviation": { "total": 4328, "ok": 4080, "ko": 1886 }, "percentiles1": { "total": 44, "ok": 43, "ko": 9041 }, "percentiles2": { "total": 66, "ok": 47, "ko": 9048 }, "percentiles3": { "total": 10496, "ok": 10395, "ko": 13121 }, "percentiles4": { "total": 20693, "ok": 21031, "ko": 16669 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 10294, "percentage": 77 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 68, "percentage": 1 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 2319, "percentage": 17 }, "group4": { "name": "failed", "htmlName": "failed", "count": 638, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 3.6281667120675567, "ok": 3.4543721056932717, "ko": 0.17379460637428493 }, "spikes": [] }, { "name": " UI IDM login", "numberOfRequests": { "total": 11086, "ok": 10559, "ko": 527 }, "minResponseTime": { "total": 42, "ok": 49, "ko": 42 }, "maxResponseTime": { "total": 40849, "ok": 40849, "ko": 27669 }, "meanResponseTime": { "total": 2838, "ok": 2477, "ko": 10064 }, "standardDeviation": { "total": 4193, "ok": 3903, "ko": 3131 }, "percentiles1": { "total": 562, "ok": 386, "ko": 9966 }, "percentiles2": { "total": 4285, "ok": 3482, "ko": 11075 }, "percentiles3": { "total": 11208, "ok": 10437, "ko": 15054 }, "percentiles4": { "total": 16911, "ok": 16500, "ko": 18847 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 5814, "percentage": 52 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 334, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 4411, "percentage": 40 }, "group4": { "name": "failed", "htmlName": "failed", "count": 527, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 3.019885589757559, "ok": 2.87632797602833, "ko": 0.1435576137292291 }, "spikes": [] }, { "name": " UI IDM privilege", "numberOfRequests": { "total": 11086, "ok": 10571, "ko": 515 }, "minResponseTime": { "total": 49, "ok": 49, "ko": 469 }, "maxResponseTime": { "total": 35999, "ok": 35999, "ko": 23078 }, "meanResponseTime": { "total": 2779, "ok": 2429, "ko": 9964 }, "standardDeviation": { "total": 4082, "ok": 3797, "ko": 2945 }, "percentiles1": { "total": 550, "ok": 390, "ko": 9068 }, "percentiles2": { "total": 4186, "ok": 3425, "ko": 10986 }, "percentiles3": { "total": 10942, "ok": 10242, "ko": 14620 }, "percentiles4": { "total": 16316, "ok": 16261, "ko": 17660 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 5830, "percentage": 53 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 353, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 4388, "percentage": 40 }, "group4": { "name": "failed", "htmlName": "failed", "count": 515, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 3.019885589757559, "ok": 2.879596840098066, "ko": 0.14028874965949334 }, "spikes": [] }, { "name": " UI IDM alpha_user", "numberOfRequests": { "total": 11086, "ok": 10523, "ko": 563 }, "minResponseTime": { "total": 44, "ok": 44, "ko": 803 }, "maxResponseTime": { "total": 34302, "ok": 34302, "ko": 25598 }, "meanResponseTime": { "total": 2961, "ok": 2562, "ko": 10419 }, "standardDeviation": { "total": 4334, "ok": 4025, "ko": 2910 }, "percentiles1": { "total": 521, "ok": 365, "ko": 9045 }, "percentiles2": { "total": 4660, "ok": 3687, "ko": 10987 }, "percentiles3": { "total": 11709, "ok": 10862, "ko": 16245 }, "percentiles4": { "total": 18026, "ok": 17111, "ko": 20199 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 5854, "percentage": 53 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 346, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 4323, "percentage": 39 }, "group4": { "name": "failed", "htmlName": "failed", "count": 563, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 3.019885589757559, "ok": 2.866521383819123, "ko": 0.1533642059384364 }, "spikes": [] }, { "name": " UI IDM user", "numberOfRequests": { "total": 11086, "ok": 10574, "ko": 512 }, "minResponseTime": { "total": 45, "ok": 45, "ko": 418 }, "maxResponseTime": { "total": 35898, "ok": 35898, "ko": 30653 }, "meanResponseTime": { "total": 2772, "ok": 2412, "ko": 10206 }, "standardDeviation": { "total": 4146, "ok": 3864, "ko": 2440 }, "percentiles1": { "total": 499, "ok": 356, "ko": 9039 }, "percentiles2": { "total": 4191, "ok": 3341, "ko": 10767 }, "percentiles3": { "total": 10968, "ok": 10302, "ko": 14497 }, "percentiles4": { "total": 17041, "ok": 16654, "ko": 18448 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 5918, "percentage": 53 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 334, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 4322, "percentage": 39 }, "group4": { "name": "failed", "htmlName": "failed", "count": 512, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 3.019885589757559, "ok": 2.8804140561155, "ko": 0.1394715336420594 }, "spikes": [] }, { "name": " UI IDM dashboard", "numberOfRequests": { "total": 11086, "ok": 10509, "ko": 577 }, "minResponseTime": { "total": 36, "ok": 41, "ko": 36 }, "maxResponseTime": { "total": 34542, "ok": 34542, "ko": 18935 }, "meanResponseTime": { "total": 2704, "ok": 2300, "ko": 10064 }, "standardDeviation": { "total": 4113, "ok": 3805, "ko": 2060 }, "percentiles1": { "total": 428, "ok": 296, "ko": 9037 }, "percentiles2": { "total": 3989, "ok": 3011, "ko": 10702 }, "percentiles3": { "total": 10851, "ok": 10150, "ko": 14332 }, "percentiles4": { "total": 16409, "ok": 16391, "ko": 16638 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 5998, "percentage": 54 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 382, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 4129, "percentage": 37 }, "group4": { "name": "failed", "htmlName": "failed", "count": 577, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 3.019885589757559, "ok": 2.8627077090710977, "ko": 0.15717788068646146 }, "spikes": [] }, { "name": " UI IDM oidcToken", "numberOfRequests": { "total": 24673, "ok": 11193, "ko": 13480 }, "minResponseTime": { "total": 33, "ok": 46, "ko": 33 }, "maxResponseTime": { "total": 38152, "ok": 38152, "ko": 32409 }, "meanResponseTime": { "total": 6205, "ok": 4491, "ko": 7628 }, "standardDeviation": { "total": 4760, "ok": 5300, "ko": 3698 }, "percentiles1": { "total": 9034, "ok": 2504, "ko": 9036 }, "percentiles2": { "total": 9036, "ok": 7051, "ko": 9037 }, "percentiles3": { "total": 13029, "ok": 15545, "ko": 9042 }, "percentiles4": { "total": 19412, "ok": 21177, "ko": 16511 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 4170, "percentage": 17 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 258, "percentage": 1 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 6765, "percentage": 27 }, "group4": { "name": "failed", "htmlName": "failed", "count": 13480, "percentage": 55 }, "meanNumberOfRequestsPerSecond": { "total": 6.721056932715881, "ok": 3.0490329610460365, "ko": 3.672023971669845 }, "spikes": [] }, { "name": "userinfo", "numberOfRequests": { "total": 12067, "ok": 10660, "ko": 1407 }, "minResponseTime": { "total": 35, "ok": 40, "ko": 35 }, "maxResponseTime": { "total": 36052, "ok": 36052, "ko": 31337 }, "meanResponseTime": { "total": 4798, "ok": 4234, "ko": 9072 }, "standardDeviation": { "total": 5224, "ok": 5247, "ko": 2195 }, "percentiles1": { "total": 3084, "ok": 2095, "ko": 9036 }, "percentiles2": { "total": 9035, "ok": 6613, "ko": 9037 }, "percentiles3": { "total": 14887, "ok": 15154, "ko": 9050 }, "percentiles4": { "total": 20502, "ok": 20886, "ko": 18599 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 4261, "percentage": 35 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 262, "percentage": 2 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 6137, "percentage": 51 }, "group4": { "name": "failed", "htmlName": "failed", "count": 1407, "percentage": 12 }, "meanNumberOfRequestsPerSecond": { "total": 3.2871152274584583, "ok": 2.9038409152819393, "ko": 0.38327431217651864 }, "spikes": [] }, { "name": "UI-Logout Redirect 1", "numberOfRequests": { "total": 16646, "ok": 13089, "ko": 3557 }, "minResponseTime": { "total": 34, "ok": 34, "ko": 34 }, "maxResponseTime": { "total": 34101, "ok": 34101, "ko": 33201 }, "meanResponseTime": { "total": 3222, "ok": 1619, "ko": 9120 }, "standardDeviation": { "total": 4827, "ok": 4120, "ko": 1520 }, "percentiles1": { "total": 39, "ok": 38, "ko": 9036 }, "percentiles2": { "total": 9034, "ok": 43, "ko": 9037 }, "percentiles3": { "total": 9730, "ok": 10427, "ko": 9041 }, "percentiles4": { "total": 19485, "ok": 20376, "ko": 16170 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 10450, "percentage": 63 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 82, "percentage": 0 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 2557, "percentage": 15 }, "group4": { "name": "failed", "htmlName": "failed", "count": 3557, "percentage": 21 }, "meanNumberOfRequestsPerSecond": { "total": 4.534459275401798, "ok": 3.5655134840642875, "ko": 0.9689457913375102 }, "spikes": [] }, { "name": " UI AM revoke1", "numberOfRequests": { "total": 10646, "ok": 10305, "ko": 341 }, "minResponseTime": { "total": 35, "ok": 41, "ko": 35 }, "maxResponseTime": { "total": 34698, "ok": 34698, "ko": 20317 }, "meanResponseTime": { "total": 4105, "ok": 3963, "ko": 8379 }, "standardDeviation": { "total": 4993, "ok": 4977, "ko": 3282 }, "percentiles1": { "total": 2056, "ok": 1874, "ko": 9036 }, "percentiles2": { "total": 6691, "ok": 6248, "ko": 9040 }, "percentiles3": { "total": 14355, "ok": 14356, "ko": 13419 }, "percentiles4": { "total": 19702, "ok": 19838, "ko": 17458 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 4278, "percentage": 40 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 287, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 5740, "percentage": 54 }, "group4": { "name": "failed", "htmlName": "failed", "count": 341, "percentage": 3 }, "meanNumberOfRequestsPerSecond": { "total": 2.9000272405339143, "ok": 2.8071370198855896, "ko": 0.09289022064832471 }, "spikes": [] }, { "name": " UI AM revoke2", "numberOfRequests": { "total": 10597, "ok": 10256, "ko": 341 }, "minResponseTime": { "total": 35, "ok": 39, "ko": 35 }, "maxResponseTime": { "total": 37745, "ok": 37745, "ko": 23533 }, "meanResponseTime": { "total": 4089, "ok": 3946, "ko": 8378 }, "standardDeviation": { "total": 4992, "ok": 4960, "ko": 3935 }, "percentiles1": { "total": 2006, "ok": 1832, "ko": 9036 }, "percentiles2": { "total": 6519, "ok": 6173, "ko": 9044 }, "percentiles3": { "total": 14463, "ok": 14425, "ko": 15062 }, "percentiles4": { "total": 20107, "ok": 20107, "ko": 19183 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 4273, "percentage": 40 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 261, "percentage": 2 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 5722, "percentage": 54 }, "group4": { "name": "failed", "htmlName": "failed", "count": 341, "percentage": 3 }, "meanNumberOfRequestsPerSecond": { "total": 2.8866793789158267, "ok": 2.793789158267502, "ko": 0.09289022064832471 }, "spikes": [] }, { "name": " UI AM endsession", "numberOfRequests": { "total": 10740, "ok": 10468, "ko": 272 }, "minResponseTime": { "total": 37, "ok": 44, "ko": 37 }, "maxResponseTime": { "total": 37051, "ok": 37051, "ko": 33281 }, "meanResponseTime": { "total": 4189, "ok": 4068, "ko": 8855 }, "standardDeviation": { "total": 5072, "ok": 5037, "ko": 4093 }, "percentiles1": { "total": 2113, "ok": 1986, "ko": 9037 }, "percentiles2": { "total": 6608, "ok": 6281, "ko": 9043 }, "percentiles3": { "total": 14561, "ok": 14555, "ko": 15051 }, "percentiles4": { "total": 20841, "ok": 20789, "ko": 23163 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 4164, "percentage": 39 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 267, "percentage": 2 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 6037, "percentage": 56 }, "group4": { "name": "failed", "htmlName": "failed", "count": 272, "percentage": 3 }, "meanNumberOfRequestsPerSecond": { "total": 2.9256333424135113, "ok": 2.8515390901661672, "ko": 0.07409425224734405 }, "spikes": [] }, { "name": "getIdToken", "numberOfRequests": { "total": 41808, "ok": 37876, "ko": 3932 }, "minResponseTime": { "total": 35, "ok": 40, "ko": 35 }, "maxResponseTime": { "total": 38142, "ok": 38142, "ko": 32712 }, "meanResponseTime": { "total": 6085, "ok": 5753, "ko": 9282 }, "standardDeviation": { "total": 5717, "ok": 5833, "ko": 2901 }, "percentiles1": { "total": 4955, "ok": 4168, "ko": 9036 }, "percentiles2": { "total": 9037, "ok": 8731, "ko": 9037 }, "percentiles3": { "total": 17240, "ok": 17364, "ko": 16005 }, "percentiles4": { "total": 24291, "ok": 24559, "ko": 19134 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 9390, "percentage": 22 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 1458, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 27028, "percentage": 65 }, "group4": { "name": "failed", "htmlName": "failed", "count": 3932, "percentage": 9 }, "meanNumberOfRequestsPerSecond": { "total": 11.38872241895941, "ok": 10.317624625442658, "ko": 1.071097793516753 }, "spikes": [] }, { "name": "getIdToken Redirect 1", "numberOfRequests": { "total": 37876, "ok": 36452, "ko": 1424 }, "minResponseTime": { "total": 34, "ok": 34, "ko": 34 }, "maxResponseTime": { "total": 60000, "ok": 38252, "ko": 60000 }, "meanResponseTime": { "total": 2225, "ok": 1952, "ko": 9216 }, "standardDeviation": { "total": 4682, "ok": 4542, "ko": 2078 }, "percentiles1": { "total": 38, "ok": 38, "ko": 9036 }, "percentiles2": { "total": 1767, "ok": 490, "ko": 9037 }, "percentiles3": { "total": 11554, "ok": 11565, "ko": 10974 }, "percentiles4": { "total": 22983, "ok": 23144, "ko": 16676 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 27622, "percentage": 73 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 314, "percentage": 1 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 8516, "percentage": 22 }, "group4": { "name": "failed", "htmlName": "failed", "count": 1424, "percentage": 4 }, "meanNumberOfRequestsPerSecond": { "total": 10.317624625442658, "ok": 9.92971942250068, "ko": 0.38790520294197767 }, "spikes": [] }, { "name": "createOrganization", "numberOfRequests": { "total": 31252, "ok": 28741, "ko": 2511 }, "minResponseTime": { "total": 54, "ok": 54, "ko": 70 }, "maxResponseTime": { "total": 36746, "ok": 36746, "ko": 29758 }, "meanResponseTime": { "total": 3804, "ok": 3272, "ko": 9889 }, "standardDeviation": { "total": 4716, "ok": 4480, "ko": 2601 }, "percentiles1": { "total": 1903, "ok": 1479, "ko": 9037 }, "percentiles2": { "total": 6239, "ok": 4687, "ko": 10661 }, "percentiles3": { "total": 12491, "ok": 11841, "ko": 14667 }, "percentiles4": { "total": 21578, "ok": 21985, "ko": 17841 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 11992, "percentage": 38 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 1461, "percentage": 5 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 15288, "percentage": 49 }, "group4": { "name": "failed", "htmlName": "failed", "count": 2511, "percentage": 8 }, "meanNumberOfRequestsPerSecond": { "total": 8.513211658948515, "ok": 7.829201852356306, "ko": 0.6840098065922092 }, "spikes": [] }, { "name": "queryOrganization", "numberOfRequests": { "total": 28741, "ok": 27460, "ko": 1281 }, "minResponseTime": { "total": 42, "ok": 42, "ko": 632 }, "maxResponseTime": { "total": 36643, "ok": 36643, "ko": 20507 }, "meanResponseTime": { "total": 2688, "ok": 2349, "ko": 9941 }, "standardDeviation": { "total": 4402, "ok": 4188, "ko": 1926 }, "percentiles1": { "total": 332, "ok": 234, "ko": 9038 }, "percentiles2": { "total": 3644, "ok": 2964, "ko": 10524 }, "percentiles3": { "total": 11005, "ok": 10471, "ko": 13705 }, "percentiles4": { "total": 20679, "ok": 21021, "ko": 17173 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 16238, "percentage": 56 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 1012, "percentage": 4 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 10210, "percentage": 36 }, "group4": { "name": "failed", "htmlName": "failed", "count": 1281, "percentage": 4 }, "meanNumberOfRequestsPerSecond": { "total": 7.829201852356306, "ok": 7.480250612912013, "ko": 0.3489512394442931 }, "spikes": [] }, { "name": "deleteOrganization", "numberOfRequests": { "total": 28741, "ok": 27290, "ko": 1451 }, "minResponseTime": { "total": 49, "ok": 49, "ko": 53 }, "maxResponseTime": { "total": 37752, "ok": 37752, "ko": 29301 }, "meanResponseTime": { "total": 2320, "ok": 1928, "ko": 9706 }, "standardDeviation": { "total": 4290, "ok": 4007, "ko": 2249 }, "percentiles1": { "total": 137, "ok": 128, "ko": 9037 }, "percentiles2": { "total": 2603, "ok": 1773, "ko": 9881 }, "percentiles3": { "total": 10740, "ok": 10031, "ko": 13946 }, "percentiles4": { "total": 20187, "ok": 20597, "ko": 18787 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 18788, "percentage": 65 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 738, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 7764, "percentage": 27 }, "group4": { "name": "failed", "htmlName": "failed", "count": 1451, "percentage": 5 }, "meanNumberOfRequestsPerSecond": { "total": 7.829201852356306, "ok": 7.433941705257423, "ko": 0.39526014709888313 }, "spikes": [] }, { "name": "tokenUserinfo", "numberOfRequests": { "total": 56568, "ok": 54567, "ko": 2001 }, "minResponseTime": { "total": 34, "ok": 40, "ko": 34 }, "maxResponseTime": { "total": 52498, "ok": 52498, "ko": 33401 }, "meanResponseTime": { "total": 4650, "ok": 4476, "ko": 9406 }, "standardDeviation": { "total": 5429, "ok": 5411, "ko": 3362 }, "percentiles1": { "total": 2623, "ok": 2362, "ko": 9036 }, "percentiles2": { "total": 7707, "ok": 6976, "ko": 9038 }, "percentiles3": { "total": 15574, "ok": 15578, "ko": 15465 }, "percentiles4": { "total": 22965, "ok": 22883, "ko": 25983 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 20837, "percentage": 37 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 1285, "percentage": 2 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 32445, "percentage": 57 }, "group4": { "name": "failed", "htmlName": "failed", "count": 2001, "percentage": 4 }, "meanNumberOfRequestsPerSecond": { "total": 15.409425224734404, "ok": 14.864342141105965, "ko": 0.5450830836284392 }, "spikes": [] }, { "name": "restloginProgressiveProfileCallback", "numberOfRequests": { "total": 2314, "ok": 1289, "ko": 1025 }, "minResponseTime": { "total": 35, "ok": 166, "ko": 35 }, "maxResponseTime": { "total": 33596, "ok": 31897, "ko": 33596 }, "meanResponseTime": { "total": 6992, "ok": 5707, "ko": 8608 }, "standardDeviation": { "total": 5400, "ok": 5783, "ko": 4369 }, "percentiles1": { "total": 7178, "ok": 3910, "ko": 9036 }, "percentiles2": { "total": 9037, "ok": 8413, "ko": 9037 }, "percentiles3": { "total": 16706, "ok": 17553, "ko": 15959 }, "percentiles4": { "total": 24863, "ok": 24912, "ko": 24232 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 300, "percentage": 13 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 79, "percentage": 3 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 910, "percentage": 39 }, "group4": { "name": "failed", "htmlName": "failed", "count": 1025, "percentage": 44 }, "meanNumberOfRequestsPerSecond": { "total": 0.6303459547807136, "ok": 0.3511304821574503, "ko": 0.2792154726232634 }, "spikes": [] }, { "name": "UI-Logout", "numberOfRequests": { "total": 8637, "ok": 610, "ko": 8027 }, "minResponseTime": { "total": 32, "ok": 34, "ko": 32 }, "maxResponseTime": { "total": 23003, "ok": 23003, "ko": 9068 }, "meanResponseTime": { "total": 7128, "ok": 4751, "ko": 7309 }, "standardDeviation": { "total": 3596, "ok": 3588, "ko": 3532 }, "percentiles1": { "total": 9035, "ok": 4483, "ko": 9035 }, "percentiles2": { "total": 9036, "ok": 7103, "ko": 9036 }, "percentiles3": { "total": 9037, "ok": 11062, "ko": 9037 }, "percentiles4": { "total": 9049, "ok": 13881, "ko": 9039 }, "group1": { "name": "t < 800 ms", "htmlName": "t < 800 ms", "count": 97, "percentage": 1 }, "group2": { "name": "800 ms <= t < 1200 ms", "htmlName": "t >= 800 ms
t < 1200 ms", "count": 41, "percentage": 0 }, "group3": { "name": "t >= 1200 ms", "htmlName": "t >= 1200 ms", "count": 472, "percentage": 5 }, "group4": { "name": "failed", "htmlName": "failed", "count": 8027, "percentage": 93 }, "meanNumberOfRequestsPerSecond": { "total": 2.3527649141923184, "ok": 0.1661672568782348, "ko": 2.1865976573140835 }, "spikes": [] } ] } { "concurrency": null, "generic_stats": { "avg_num_of_requests_per_second": 802, "avg_response_time": 6123, "max_response_time": 54584, "min_response_time": 33, "num_requests": 2944224, "num_requests_pass": 2475152, "num_requests_percent_pass": 84.068 }, "options": "; duration:3600; testCase:idc.benchmark.CH2023; testMode:open; throughput:170", "stats": { "details": [ { "group1": { "count": 114473, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 19 }, "group2": { "count": 7301, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 1 }, "group3": { "count": 252291, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 41 }, "group4": { "count": 240764, "htmlName": "failed", "name": "failed", "percentage": 39 }, "maxResponseTime": { "ko": 30928, "ok": 44156, "total": 44156 }, "meanNumberOfRequestsPerSecond": { "ko": 65.58539907382185, "ok": 101.89730318714247, "total": 167.48270226096432 }, "meanResponseTime": { "ko": 7868, "ok": 5502, "total": 6429 }, "minResponseTime": { "ko": 35, "ok": 40, "total": 35 }, "name": "restLoginInitiate", "numberOfRequests": { "ko": 240764, "ok": 374065, "total": 614829 }, "percentiles1": { "ko": 9039, "ok": 3928, "total": 8016 }, "percentiles2": { "ko": 9040, "ok": 8643, "total": 9040 }, "percentiles3": { "ko": 9042, "ok": 17212, "total": 15075 }, "percentiles4": { "ko": 12995, "ok": 25024, "total": 23040 }, "spikes": [], "standardDeviation": { "ko": 3233, "ok": 5929, "total": 5178 } }, { "group1": { "count": 50582, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 16 }, "group2": { "count": 7446, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 2 }, "group3": { "count": 234724, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 75 }, "group4": { "count": 21925, "htmlName": "failed", "name": "failed", "percentage": 7 }, "maxResponseTime": { "ko": 60000, "ok": 40105, "total": 60000 }, "meanNumberOfRequestsPerSecond": { "ko": 5.97248706074639, "ok": 79.74720784527376, "total": 85.71969490602015 }, "meanResponseTime": { "ko": 9184, "ok": 8631, "total": 8670 }, "minResponseTime": { "ko": 33, "ok": 79, "total": 33 }, "name": "restLoginUsernamePasswordCallback", "numberOfRequests": { "ko": 21925, "ok": 292752, "total": 314677 }, "percentiles1": { "ko": 9036, "ok": 8078, "total": 8609 }, "percentiles2": { "ko": 9039, "ok": 12918, "total": 12609 }, "percentiles3": { "ko": 15463, "ok": 21827, "total": 21557 }, "percentiles4": { "ko": 21261, "ok": 27597, "total": 27386 }, "spikes": [], "standardDeviation": { "ko": 3321, "ok": 6957, "total": 6769 } }, { "group1": { "count": 26405, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 13 }, "group2": { "count": 3419, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 2 }, "group3": { "count": 165773, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 79 }, "group4": { "count": 13174, "htmlName": "failed", "name": "failed", "percentage": 6 }, "maxResponseTime": { "ko": 60000, "ok": 39870, "total": 60000 }, "meanNumberOfRequestsPerSecond": { "ko": 3.5886679378915827, "ok": 53.281667120675564, "total": 56.87033505856715 }, "meanResponseTime": { "ko": 9474, "ok": 11019, "total": 10921 }, "minResponseTime": { "ko": 34, "ok": 66, "total": 34 }, "name": "Skip 2FA", "numberOfRequests": { "ko": 13174, "ok": 195597, "total": 208771 }, "percentiles1": { "ko": 9036, "ok": 11234, "total": 10763 }, "percentiles2": { "ko": 9041, "ok": 15982, "total": 15648 }, "percentiles3": { "ko": 17555, "ok": 24476, "total": 24304 }, "percentiles4": { "ko": 25585, "ok": 29630, "total": 29527 }, "spikes": [], "standardDeviation": { "ko": 3988, "ok": 7640, "total": 7472 } }, { "group1": { "count": 74413, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 26 }, "group2": { "count": 8346, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 178279, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 62 }, "group4": { "count": 25522, "htmlName": "failed", "name": "failed", "percentage": 9 }, "maxResponseTime": { "ko": 60001, "ok": 42304, "total": 60001 }, "meanNumberOfRequestsPerSecond": { "ko": 6.952329065649686, "ok": 71.10814491964042, "total": 78.06047398529012 }, "meanResponseTime": { "ko": 8579, "ok": 5418, "total": 5699 }, "minResponseTime": { "ko": 35, "ok": 42, "total": 35 }, "name": "User Authorize PKCE stage", "numberOfRequests": { "ko": 25522, "ok": 261038, "total": 286560 }, "percentiles1": { "ko": 9036, "ok": 3826, "total": 4375 }, "percentiles2": { "ko": 9038, "ok": 8281, "total": 9035 }, "percentiles3": { "ko": 16048, "ok": 16914, "total": 16838 }, "percentiles4": { "ko": 22438, "ok": 24137, "total": 23990 }, "spikes": [], "standardDeviation": { "ko": 4011, "ok": 5695, "total": 5638 } }, { "group1": { "count": 68141, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 26 }, "group2": { "count": 7580, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 160285, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 61 }, "group4": { "count": 26077, "htmlName": "failed", "name": "failed", "percentage": 10 }, "maxResponseTime": { "ko": 60000, "ok": 44197, "total": 60000 }, "meanNumberOfRequestsPerSecond": { "ko": 7.103514028874966, "ok": 64.28929447017161, "total": 71.39280849904658 }, "meanResponseTime": { "ko": 8483, "ok": 5439, "total": 5742 }, "minResponseTime": { "ko": 34, "ok": 45, "total": 34 }, "name": "User AccessToken PKCE stage", "numberOfRequests": { "ko": 26077, "ok": 236006, "total": 262083 }, "percentiles1": { "ko": 9035, "ok": 3833, "total": 4381 }, "percentiles2": { "ko": 9052, "ok": 8384, "total": 9035 }, "percentiles3": { "ko": 16695, "ok": 17034, "total": 16993 }, "percentiles4": { "ko": 21436, "ok": 23983, "total": 23715 }, "spikes": [], "standardDeviation": { "ko": 4297, "ok": 5715, "total": 5663 } }, { "group1": { "count": 172604, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 28 }, "group2": { "count": 21247, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 374529, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 60 }, "group4": { "count": 54930, "htmlName": "failed", "name": "failed", "percentage": 9 }, "maxResponseTime": { "ko": 60000, "ok": 54584, "total": 60000 }, "meanNumberOfRequestsPerSecond": { "ko": 14.963225279215473, "ok": 154.8297466630346, "total": 169.79297194225006 }, "meanResponseTime": { "ko": 8278, "ok": 5155, "total": 5431 }, "minResponseTime": { "ko": 34, "ok": 39, "total": 34 }, "name": "RootUserinfo", "numberOfRequests": { "ko": 54930, "ok": 568380, "total": 623310 }, "percentiles1": { "ko": 9036, "ok": 3386, "total": 3918 }, "percentiles2": { "ko": 9037, "ok": 7921, "total": 9034 }, "percentiles3": { "ko": 14677, "ok": 16564, "total": 16417 }, "percentiles4": { "ko": 21904, "ok": 23623, "total": 23546 }, "spikes": [], "standardDeviation": { "ko": 3986, "ok": 5618, "total": 5564 } }, { "group1": { "count": 11073, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 26 }, "group2": { "count": 347, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 1 }, "group3": { "count": 4616, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 11 }, "group4": { "count": 27318, "htmlName": "failed", "name": "failed", "percentage": 63 }, "maxResponseTime": { "ko": 60000, "ok": 37143, "total": 60000 }, "meanNumberOfRequestsPerSecond": { "ko": 7.441569054753473, "ok": 4.368292018523563, "total": 11.809861073277036 }, "meanResponseTime": { "ko": 7697, "ok": 1894, "total": 5551 }, "minResponseTime": { "ko": 32, "ok": 33, "total": 32 }, "name": "UI-Post-Login", "numberOfRequests": { "ko": 27318, "ok": 16036, "total": 43354 }, "percentiles1": { "ko": 9035, "ok": 36, "total": 9034 }, "percentiles2": { "ko": 9036, "ok": 2015, "total": 9036 }, "percentiles3": { "ko": 9037, "ok": 9852, "total": 9037 }, "percentiles4": { "ko": 9040, "ok": 17400, "total": 12335 }, "spikes": [], "standardDeviation": { "ko": 3208, "ok": 3797, "total": 4435 } }, { "group1": { "count": 31769, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 68 }, "group2": { "count": 310, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 1 }, "group3": { "count": 9567, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 20 }, "group4": { "count": 5055, "htmlName": "failed", "name": "failed", "percentage": 11 }, "maxResponseTime": { "ko": 29200, "ok": 42661, "total": 42661 }, "meanNumberOfRequestsPerSecond": { "ko": 1.3770089893761919, "ok": 11.34459275401798, "total": 12.72160174339417 }, "meanResponseTime": { "ko": 9036, "ok": 2044, "total": 2801 }, "minResponseTime": { "ko": 33, "ok": 33, "total": 33 }, "name": "UI-Post-Login Redirect 1", "numberOfRequests": { "ko": 5055, "ok": 41646, "total": 46701 }, "percentiles1": { "ko": 9036, "ok": 38, "total": 38 }, "percentiles2": { "ko": 9037, "ok": 199, "total": 4277 }, "percentiles3": { "ko": 9100, "ok": 12577, "total": 12294 }, "percentiles4": { "ko": 18299, "ok": 23425, "total": 22907 }, "spikes": [], "standardDeviation": { "ko": 2080, "ok": 4755, "total": 5035 } }, { "group1": { "count": 4716, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 33 }, "group2": { "count": 309, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 2 }, "group3": { "count": 7454, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 52 }, "group4": { "count": 1888, "htmlName": "failed", "name": "failed", "percentage": 13 }, "maxResponseTime": { "ko": 33495, "ok": 34644, "total": 34644 }, "meanNumberOfRequestsPerSecond": { "ko": 0.514301280305094, "ok": 3.399346227186053, "total": 3.913647507491147 }, "meanResponseTime": { "ko": 7720, "ok": 4418, "total": 4852 }, "minResponseTime": { "ko": 34, "ok": 39, "total": 34 }, "name": " UI AM idFromSession", "numberOfRequests": { "ko": 1888, "ok": 12479, "total": 14367 }, "percentiles1": { "ko": 9007, "ok": 2402, "total": 3183 }, "percentiles2": { "ko": 9042, "ok": 6957, "total": 8119 }, "percentiles3": { "ko": 17446, "ok": 15178, "total": 15410 }, "percentiles4": { "ko": 26406, "ok": 22351, "total": 23354 }, "spikes": [], "standardDeviation": { "ko": 5332, "ok": 5282, "total": 5405 } }, { "group1": { "count": 4915, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 34 }, "group2": { "count": 322, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 2 }, "group3": { "count": 8362, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 58 }, "group4": { "count": 768, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 24068, "ok": 34897, "total": 34897 }, "meanNumberOfRequestsPerSecond": { "ko": 0.20920730046308908, "ok": 3.7044402070280578, "total": 3.913647507491147 }, "meanResponseTime": { "ko": 8677, "ok": 4754, "total": 4964 }, "minResponseTime": { "ko": 40, "ok": 42, "total": 40 }, "name": " UI AM validateGoto", "numberOfRequests": { "ko": 768, "ok": 13599, "total": 14367 }, "percentiles1": { "ko": 9040, "ok": 2801, "total": 3290 }, "percentiles2": { "ko": 9046, "ok": 7504, "total": 8409 }, "percentiles3": { "ko": 13088, "ok": 15992, "total": 15771 }, "percentiles4": { "ko": 17537, "ok": 24030, "total": 23737 }, "spikes": [], "standardDeviation": { "ko": 2879, "ok": 5563, "total": 5524 } }, { "group1": { "count": 10573, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 76 }, "group2": { "count": 99, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 1 }, "group3": { "count": 2583, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 19 }, "group4": { "count": 705, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 27605, "ok": 34300, "total": 34300 }, "meanNumberOfRequestsPerSecond": { "ko": 0.1920457640969763, "ok": 3.610732770362299, "total": 3.8027785344592755 }, "meanResponseTime": { "ko": 9244, "ok": 1722, "total": 2102 }, "minResponseTime": { "ko": 34, "ok": 34, "total": 34 }, "name": " UI Enduser appAuthHelper1", "numberOfRequests": { "ko": 705, "ok": 13255, "total": 13960 }, "percentiles1": { "ko": 9036, "ok": 38, "total": 38 }, "percentiles2": { "ko": 9038, "ok": 43, "total": 304 }, "percentiles3": { "ko": 13660, "ok": 11425, "total": 11537 }, "percentiles4": { "ko": 20768, "ok": 22763, "total": 22595 }, "spikes": [], "standardDeviation": { "ko": 2517, "ok": 4413, "total": 4640 } }, { "group1": { "count": 10595, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 76 }, "group2": { "count": 73, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 1 }, "group3": { "count": 2560, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 18 }, "group4": { "count": 732, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 30002, "ok": 34544, "total": 34544 }, "meanNumberOfRequestsPerSecond": { "ko": 0.1994007082538818, "ok": 3.6033778262053935, "total": 3.8027785344592755 }, "meanResponseTime": { "ko": 9448, "ok": 1701, "total": 2107 }, "minResponseTime": { "ko": 39, "ok": 33, "total": 33 }, "name": " UI Enduser appAuthHelper2", "numberOfRequests": { "ko": 732, "ok": 13228, "total": 13960 }, "percentiles1": { "ko": 9037, "ok": 37, "total": 38 }, "percentiles2": { "ko": 9041, "ok": 43, "total": 307 }, "percentiles3": { "ko": 14423, "ok": 11168, "total": 11376 }, "percentiles4": { "ko": 21895, "ok": 22978, "total": 22922 }, "spikes": [], "standardDeviation": { "ko": 2650, "ok": 4396, "total": 4654 } }, { "group1": { "count": 8789, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 15 }, "group2": { "count": 5656, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 10 }, "group3": { "count": 40954, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 69 }, "group4": { "count": 4107, "htmlName": "failed", "name": "failed", "percentage": 7 }, "maxResponseTime": { "ko": 60001, "ok": 40799, "total": 60001 }, "meanNumberOfRequestsPerSecond": { "ko": 1.1187687278670662, "ok": 15.090983383274311, "total": 16.209752111141377 }, "meanResponseTime": { "ko": 8815, "ok": 6077, "total": 6266 }, "minResponseTime": { "ko": 34, "ok": 237, "total": 34 }, "name": "registrationCallback", "numberOfRequests": { "ko": 4107, "ok": 55399, "total": 59506 }, "percentiles1": { "ko": 9037, "ok": 4392, "total": 4861 }, "percentiles2": { "ko": 9041, "ok": 8997, "total": 9040 }, "percentiles3": { "ko": 13051, "ok": 17636, "total": 17443 }, "percentiles4": { "ko": 17807, "ok": 25339, "total": 25137 }, "spikes": [], "standardDeviation": { "ko": 2962, "ok": 5846, "total": 5736 } }, { "group1": { "count": 10309, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 77 }, "group2": { "count": 90, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 1 }, "group3": { "count": 2308, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 17 }, "group4": { "count": 612, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 31719, "ok": 33608, "total": 33608 }, "meanNumberOfRequestsPerSecond": { "ko": 0.1667120675565241, "ok": 3.4614546445110324, "total": 3.6281667120675567 }, "meanResponseTime": { "ko": 9426, "ok": 1565, "total": 1926 }, "minResponseTime": { "ko": 33, "ok": 36, "total": 33 }, "name": " UI IDM uiconfig", "numberOfRequests": { "ko": 612, "ok": 12707, "total": 13319 }, "percentiles1": { "ko": 9036, "ok": 40, "total": 40 }, "percentiles2": { "ko": 9040, "ok": 43, "total": 62 }, "percentiles3": { "ko": 14548, "ok": 10601, "total": 10881 }, "percentiles4": { "ko": 17370, "ok": 21590, "total": 21387 }, "spikes": [], "standardDeviation": { "ko": 2275, "ok": 4169, "total": 4419 } }, { "group1": { "count": 10511, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 79 }, "group2": { "count": 80, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 1 }, "group3": { "count": 2072, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 16 }, "group4": { "count": 656, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 30261, "ok": 35308, "total": 35308 }, "meanNumberOfRequestsPerSecond": { "ko": 0.1786979024788886, "ok": 3.449468809588668, "total": 3.6281667120675567 }, "meanResponseTime": { "ko": 9282, "ok": 1412, "total": 1800 }, "minResponseTime": { "ko": 33, "ok": 34, "total": 33 }, "name": " UI Enduser sessioncheck", "numberOfRequests": { "ko": 656, "ok": 12663, "total": 13319 }, "percentiles1": { "ko": 9036, "ok": 37, "total": 37 }, "percentiles2": { "ko": 9042, "ok": 40, "total": 43 }, "percentiles3": { "ko": 13906, "ok": 9830, "total": 10173 }, "percentiles4": { "ko": 22204, "ok": 20333, "total": 20669 }, "spikes": [], "standardDeviation": { "ko": 2896, "ok": 3952, "total": 4262 } }, { "group1": { "count": 5875, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 53 }, "group2": { "count": 364, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 4390, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 40 }, "group4": { "count": 457, "htmlName": "failed", "name": "failed", "percentage": 4 }, "maxResponseTime": { "ko": 19892, "ok": 32303, "total": 32303 }, "meanNumberOfRequestsPerSecond": { "ko": 0.12448923998910379, "ok": 2.8953963497684554, "total": 3.019885589757559 }, "meanResponseTime": { "ko": 10421, "ok": 2481, "total": 2809 }, "minResponseTime": { "ko": 880, "ok": 48, "total": 48 }, "name": " UI IDM features", "numberOfRequests": { "ko": 457, "ok": 10629, "total": 11086 }, "percentiles1": { "ko": 10051, "ok": 385, "total": 509 }, "percentiles2": { "ko": 11086, "ok": 3437, "total": 4203 }, "percentiles3": { "ko": 15013, "ok": 10623, "total": 11291 }, "percentiles4": { "ko": 18098, "ok": 16920, "total": 16956 }, "spikes": [], "standardDeviation": { "ko": 2354, "ok": 3928, "total": 4185 } }, { "group1": { "count": 10294, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 77 }, "group2": { "count": 68, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 1 }, "group3": { "count": 2319, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 17 }, "group4": { "count": 638, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 19661, "ok": 38138, "total": 38138 }, "meanNumberOfRequestsPerSecond": { "ko": 0.17379460637428493, "ok": 3.4543721056932717, "total": 3.6281667120675567 }, "meanResponseTime": { "ko": 9270, "ok": 1556, "total": 1926 }, "minResponseTime": { "ko": 37, "ok": 39, "total": 37 }, "name": " UI IDM version", "numberOfRequests": { "ko": 638, "ok": 12681, "total": 13319 }, "percentiles1": { "ko": 9041, "ok": 43, "total": 44 }, "percentiles2": { "ko": 9048, "ok": 47, "total": 66 }, "percentiles3": { "ko": 13121, "ok": 10395, "total": 10496 }, "percentiles4": { "ko": 16669, "ok": 21031, "total": 20693 }, "spikes": [], "standardDeviation": { "ko": 1886, "ok": 4080, "total": 4328 } }, { "group1": { "count": 5814, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 52 }, "group2": { "count": 334, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 4411, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 40 }, "group4": { "count": 527, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 27669, "ok": 40849, "total": 40849 }, "meanNumberOfRequestsPerSecond": { "ko": 0.1435576137292291, "ok": 2.87632797602833, "total": 3.019885589757559 }, "meanResponseTime": { "ko": 10064, "ok": 2477, "total": 2838 }, "minResponseTime": { "ko": 42, "ok": 49, "total": 42 }, "name": " UI IDM login", "numberOfRequests": { "ko": 527, "ok": 10559, "total": 11086 }, "percentiles1": { "ko": 9966, "ok": 386, "total": 562 }, "percentiles2": { "ko": 11075, "ok": 3482, "total": 4285 }, "percentiles3": { "ko": 15054, "ok": 10437, "total": 11208 }, "percentiles4": { "ko": 18847, "ok": 16500, "total": 16911 }, "spikes": [], "standardDeviation": { "ko": 3131, "ok": 3903, "total": 4193 } }, { "group1": { "count": 5830, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 53 }, "group2": { "count": 353, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 4388, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 40 }, "group4": { "count": 515, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 23078, "ok": 35999, "total": 35999 }, "meanNumberOfRequestsPerSecond": { "ko": 0.14028874965949334, "ok": 2.879596840098066, "total": 3.019885589757559 }, "meanResponseTime": { "ko": 9964, "ok": 2429, "total": 2779 }, "minResponseTime": { "ko": 469, "ok": 49, "total": 49 }, "name": " UI IDM privilege", "numberOfRequests": { "ko": 515, "ok": 10571, "total": 11086 }, "percentiles1": { "ko": 9068, "ok": 390, "total": 550 }, "percentiles2": { "ko": 10986, "ok": 3425, "total": 4186 }, "percentiles3": { "ko": 14620, "ok": 10242, "total": 10942 }, "percentiles4": { "ko": 17660, "ok": 16261, "total": 16316 }, "spikes": [], "standardDeviation": { "ko": 2945, "ok": 3797, "total": 4082 } }, { "group1": { "count": 5854, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 53 }, "group2": { "count": 346, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 4323, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 39 }, "group4": { "count": 563, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 25598, "ok": 34302, "total": 34302 }, "meanNumberOfRequestsPerSecond": { "ko": 0.1533642059384364, "ok": 2.866521383819123, "total": 3.019885589757559 }, "meanResponseTime": { "ko": 10419, "ok": 2562, "total": 2961 }, "minResponseTime": { "ko": 803, "ok": 44, "total": 44 }, "name": " UI IDM alpha_user", "numberOfRequests": { "ko": 563, "ok": 10523, "total": 11086 }, "percentiles1": { "ko": 9045, "ok": 365, "total": 521 }, "percentiles2": { "ko": 10987, "ok": 3687, "total": 4660 }, "percentiles3": { "ko": 16245, "ok": 10862, "total": 11709 }, "percentiles4": { "ko": 20199, "ok": 17111, "total": 18026 }, "spikes": [], "standardDeviation": { "ko": 2910, "ok": 4025, "total": 4334 } }, { "group1": { "count": 5918, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 53 }, "group2": { "count": 334, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 4322, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 39 }, "group4": { "count": 512, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 30653, "ok": 35898, "total": 35898 }, "meanNumberOfRequestsPerSecond": { "ko": 0.1394715336420594, "ok": 2.8804140561155, "total": 3.019885589757559 }, "meanResponseTime": { "ko": 10206, "ok": 2412, "total": 2772 }, "minResponseTime": { "ko": 418, "ok": 45, "total": 45 }, "name": " UI IDM user", "numberOfRequests": { "ko": 512, "ok": 10574, "total": 11086 }, "percentiles1": { "ko": 9039, "ok": 356, "total": 499 }, "percentiles2": { "ko": 10767, "ok": 3341, "total": 4191 }, "percentiles3": { "ko": 14497, "ok": 10302, "total": 10968 }, "percentiles4": { "ko": 18448, "ok": 16654, "total": 17041 }, "spikes": [], "standardDeviation": { "ko": 2440, "ok": 3864, "total": 4146 } }, { "group1": { "count": 5998, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 54 }, "group2": { "count": 382, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 4129, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 37 }, "group4": { "count": 577, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 18935, "ok": 34542, "total": 34542 }, "meanNumberOfRequestsPerSecond": { "ko": 0.15717788068646146, "ok": 2.8627077090710977, "total": 3.019885589757559 }, "meanResponseTime": { "ko": 10064, "ok": 2300, "total": 2704 }, "minResponseTime": { "ko": 36, "ok": 41, "total": 36 }, "name": " UI IDM dashboard", "numberOfRequests": { "ko": 577, "ok": 10509, "total": 11086 }, "percentiles1": { "ko": 9037, "ok": 296, "total": 428 }, "percentiles2": { "ko": 10702, "ok": 3011, "total": 3989 }, "percentiles3": { "ko": 14332, "ok": 10150, "total": 10851 }, "percentiles4": { "ko": 16638, "ok": 16391, "total": 16409 }, "spikes": [], "standardDeviation": { "ko": 2060, "ok": 3805, "total": 4113 } }, { "group1": { "count": 4170, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 17 }, "group2": { "count": 258, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 1 }, "group3": { "count": 6765, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 27 }, "group4": { "count": 13480, "htmlName": "failed", "name": "failed", "percentage": 55 }, "maxResponseTime": { "ko": 32409, "ok": 38152, "total": 38152 }, "meanNumberOfRequestsPerSecond": { "ko": 3.672023971669845, "ok": 3.0490329610460365, "total": 6.721056932715881 }, "meanResponseTime": { "ko": 7628, "ok": 4491, "total": 6205 }, "minResponseTime": { "ko": 33, "ok": 46, "total": 33 }, "name": " UI IDM oidcToken", "numberOfRequests": { "ko": 13480, "ok": 11193, "total": 24673 }, "percentiles1": { "ko": 9036, "ok": 2504, "total": 9034 }, "percentiles2": { "ko": 9037, "ok": 7051, "total": 9036 }, "percentiles3": { "ko": 9042, "ok": 15545, "total": 13029 }, "percentiles4": { "ko": 16511, "ok": 21177, "total": 19412 }, "spikes": [], "standardDeviation": { "ko": 3698, "ok": 5300, "total": 4760 } }, { "group1": { "count": 4261, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 35 }, "group2": { "count": 262, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 2 }, "group3": { "count": 6137, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 51 }, "group4": { "count": 1407, "htmlName": "failed", "name": "failed", "percentage": 12 }, "maxResponseTime": { "ko": 31337, "ok": 36052, "total": 36052 }, "meanNumberOfRequestsPerSecond": { "ko": 0.38327431217651864, "ok": 2.9038409152819393, "total": 3.2871152274584583 }, "meanResponseTime": { "ko": 9072, "ok": 4234, "total": 4798 }, "minResponseTime": { "ko": 35, "ok": 40, "total": 35 }, "name": "userinfo", "numberOfRequests": { "ko": 1407, "ok": 10660, "total": 12067 }, "percentiles1": { "ko": 9036, "ok": 2095, "total": 3084 }, "percentiles2": { "ko": 9037, "ok": 6613, "total": 9035 }, "percentiles3": { "ko": 9050, "ok": 15154, "total": 14887 }, "percentiles4": { "ko": 18599, "ok": 20886, "total": 20502 }, "spikes": [], "standardDeviation": { "ko": 2195, "ok": 5247, "total": 5224 } }, { "group1": { "count": 10450, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 63 }, "group2": { "count": 82, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 0 }, "group3": { "count": 2557, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 15 }, "group4": { "count": 3557, "htmlName": "failed", "name": "failed", "percentage": 21 }, "maxResponseTime": { "ko": 33201, "ok": 34101, "total": 34101 }, "meanNumberOfRequestsPerSecond": { "ko": 0.9689457913375102, "ok": 3.5655134840642875, "total": 4.534459275401798 }, "meanResponseTime": { "ko": 9120, "ok": 1619, "total": 3222 }, "minResponseTime": { "ko": 34, "ok": 34, "total": 34 }, "name": "UI-Logout Redirect 1", "numberOfRequests": { "ko": 3557, "ok": 13089, "total": 16646 }, "percentiles1": { "ko": 9036, "ok": 38, "total": 39 }, "percentiles2": { "ko": 9037, "ok": 43, "total": 9034 }, "percentiles3": { "ko": 9041, "ok": 10427, "total": 9730 }, "percentiles4": { "ko": 16170, "ok": 20376, "total": 19485 }, "spikes": [], "standardDeviation": { "ko": 1520, "ok": 4120, "total": 4827 } }, { "group1": { "count": 4278, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 40 }, "group2": { "count": 287, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 5740, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 54 }, "group4": { "count": 341, "htmlName": "failed", "name": "failed", "percentage": 3 }, "maxResponseTime": { "ko": 20317, "ok": 34698, "total": 34698 }, "meanNumberOfRequestsPerSecond": { "ko": 0.09289022064832471, "ok": 2.8071370198855896, "total": 2.9000272405339143 }, "meanResponseTime": { "ko": 8379, "ok": 3963, "total": 4105 }, "minResponseTime": { "ko": 35, "ok": 41, "total": 35 }, "name": " UI AM revoke1", "numberOfRequests": { "ko": 341, "ok": 10305, "total": 10646 }, "percentiles1": { "ko": 9036, "ok": 1874, "total": 2056 }, "percentiles2": { "ko": 9040, "ok": 6248, "total": 6691 }, "percentiles3": { "ko": 13419, "ok": 14356, "total": 14355 }, "percentiles4": { "ko": 17458, "ok": 19838, "total": 19702 }, "spikes": [], "standardDeviation": { "ko": 3282, "ok": 4977, "total": 4993 } }, { "group1": { "count": 4273, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 40 }, "group2": { "count": 261, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 2 }, "group3": { "count": 5722, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 54 }, "group4": { "count": 341, "htmlName": "failed", "name": "failed", "percentage": 3 }, "maxResponseTime": { "ko": 23533, "ok": 37745, "total": 37745 }, "meanNumberOfRequestsPerSecond": { "ko": 0.09289022064832471, "ok": 2.793789158267502, "total": 2.8866793789158267 }, "meanResponseTime": { "ko": 8378, "ok": 3946, "total": 4089 }, "minResponseTime": { "ko": 35, "ok": 39, "total": 35 }, "name": " UI AM revoke2", "numberOfRequests": { "ko": 341, "ok": 10256, "total": 10597 }, "percentiles1": { "ko": 9036, "ok": 1832, "total": 2006 }, "percentiles2": { "ko": 9044, "ok": 6173, "total": 6519 }, "percentiles3": { "ko": 15062, "ok": 14425, "total": 14463 }, "percentiles4": { "ko": 19183, "ok": 20107, "total": 20107 }, "spikes": [], "standardDeviation": { "ko": 3935, "ok": 4960, "total": 4992 } }, { "group1": { "count": 4164, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 39 }, "group2": { "count": 267, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 2 }, "group3": { "count": 6037, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 56 }, "group4": { "count": 272, "htmlName": "failed", "name": "failed", "percentage": 3 }, "maxResponseTime": { "ko": 33281, "ok": 37051, "total": 37051 }, "meanNumberOfRequestsPerSecond": { "ko": 0.07409425224734405, "ok": 2.8515390901661672, "total": 2.9256333424135113 }, "meanResponseTime": { "ko": 8855, "ok": 4068, "total": 4189 }, "minResponseTime": { "ko": 37, "ok": 44, "total": 37 }, "name": " UI AM endsession", "numberOfRequests": { "ko": 272, "ok": 10468, "total": 10740 }, "percentiles1": { "ko": 9037, "ok": 1986, "total": 2113 }, "percentiles2": { "ko": 9043, "ok": 6281, "total": 6608 }, "percentiles3": { "ko": 15051, "ok": 14555, "total": 14561 }, "percentiles4": { "ko": 23163, "ok": 20789, "total": 20841 }, "spikes": [], "standardDeviation": { "ko": 4093, "ok": 5037, "total": 5072 } }, { "group1": { "count": 9390, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 22 }, "group2": { "count": 1458, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 27028, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 65 }, "group4": { "count": 3932, "htmlName": "failed", "name": "failed", "percentage": 9 }, "maxResponseTime": { "ko": 32712, "ok": 38142, "total": 38142 }, "meanNumberOfRequestsPerSecond": { "ko": 1.071097793516753, "ok": 10.317624625442658, "total": 11.38872241895941 }, "meanResponseTime": { "ko": 9282, "ok": 5753, "total": 6085 }, "minResponseTime": { "ko": 35, "ok": 40, "total": 35 }, "name": "getIdToken", "numberOfRequests": { "ko": 3932, "ok": 37876, "total": 41808 }, "percentiles1": { "ko": 9036, "ok": 4168, "total": 4955 }, "percentiles2": { "ko": 9037, "ok": 8731, "total": 9037 }, "percentiles3": { "ko": 16005, "ok": 17364, "total": 17240 }, "percentiles4": { "ko": 19134, "ok": 24559, "total": 24291 }, "spikes": [], "standardDeviation": { "ko": 2901, "ok": 5833, "total": 5717 } }, { "group1": { "count": 27622, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 73 }, "group2": { "count": 314, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 1 }, "group3": { "count": 8516, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 22 }, "group4": { "count": 1424, "htmlName": "failed", "name": "failed", "percentage": 4 }, "maxResponseTime": { "ko": 60000, "ok": 38252, "total": 60000 }, "meanNumberOfRequestsPerSecond": { "ko": 0.38790520294197767, "ok": 9.92971942250068, "total": 10.317624625442658 }, "meanResponseTime": { "ko": 9216, "ok": 1952, "total": 2225 }, "minResponseTime": { "ko": 34, "ok": 34, "total": 34 }, "name": "getIdToken Redirect 1", "numberOfRequests": { "ko": 1424, "ok": 36452, "total": 37876 }, "percentiles1": { "ko": 9036, "ok": 38, "total": 38 }, "percentiles2": { "ko": 9037, "ok": 490, "total": 1767 }, "percentiles3": { "ko": 10974, "ok": 11565, "total": 11554 }, "percentiles4": { "ko": 16676, "ok": 23144, "total": 22983 }, "spikes": [], "standardDeviation": { "ko": 2078, "ok": 4542, "total": 4682 } }, { "group1": { "count": 11992, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 38 }, "group2": { "count": 1461, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 5 }, "group3": { "count": 15288, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 49 }, "group4": { "count": 2511, "htmlName": "failed", "name": "failed", "percentage": 8 }, "maxResponseTime": { "ko": 29758, "ok": 36746, "total": 36746 }, "meanNumberOfRequestsPerSecond": { "ko": 0.6840098065922092, "ok": 7.829201852356306, "total": 8.513211658948515 }, "meanResponseTime": { "ko": 9889, "ok": 3272, "total": 3804 }, "minResponseTime": { "ko": 70, "ok": 54, "total": 54 }, "name": "createOrganization", "numberOfRequests": { "ko": 2511, "ok": 28741, "total": 31252 }, "percentiles1": { "ko": 9037, "ok": 1479, "total": 1903 }, "percentiles2": { "ko": 10661, "ok": 4687, "total": 6239 }, "percentiles3": { "ko": 14667, "ok": 11841, "total": 12491 }, "percentiles4": { "ko": 17841, "ok": 21985, "total": 21578 }, "spikes": [], "standardDeviation": { "ko": 2601, "ok": 4480, "total": 4716 } }, { "group1": { "count": 16238, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 56 }, "group2": { "count": 1012, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 4 }, "group3": { "count": 10210, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 36 }, "group4": { "count": 1281, "htmlName": "failed", "name": "failed", "percentage": 4 }, "maxResponseTime": { "ko": 20507, "ok": 36643, "total": 36643 }, "meanNumberOfRequestsPerSecond": { "ko": 0.3489512394442931, "ok": 7.480250612912013, "total": 7.829201852356306 }, "meanResponseTime": { "ko": 9941, "ok": 2349, "total": 2688 }, "minResponseTime": { "ko": 632, "ok": 42, "total": 42 }, "name": "queryOrganization", "numberOfRequests": { "ko": 1281, "ok": 27460, "total": 28741 }, "percentiles1": { "ko": 9038, "ok": 234, "total": 332 }, "percentiles2": { "ko": 10524, "ok": 2964, "total": 3644 }, "percentiles3": { "ko": 13705, "ok": 10471, "total": 11005 }, "percentiles4": { "ko": 17173, "ok": 21021, "total": 20679 }, "spikes": [], "standardDeviation": { "ko": 1926, "ok": 4188, "total": 4402 } }, { "group1": { "count": 18788, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 65 }, "group2": { "count": 738, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 7764, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 27 }, "group4": { "count": 1451, "htmlName": "failed", "name": "failed", "percentage": 5 }, "maxResponseTime": { "ko": 29301, "ok": 37752, "total": 37752 }, "meanNumberOfRequestsPerSecond": { "ko": 0.39526014709888313, "ok": 7.433941705257423, "total": 7.829201852356306 }, "meanResponseTime": { "ko": 9706, "ok": 1928, "total": 2320 }, "minResponseTime": { "ko": 53, "ok": 49, "total": 49 }, "name": "deleteOrganization", "numberOfRequests": { "ko": 1451, "ok": 27290, "total": 28741 }, "percentiles1": { "ko": 9037, "ok": 128, "total": 137 }, "percentiles2": { "ko": 9881, "ok": 1773, "total": 2603 }, "percentiles3": { "ko": 13946, "ok": 10031, "total": 10740 }, "percentiles4": { "ko": 18787, "ok": 20597, "total": 20187 }, "spikes": [], "standardDeviation": { "ko": 2249, "ok": 4007, "total": 4290 } }, { "group1": { "count": 20837, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 37 }, "group2": { "count": 1285, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 2 }, "group3": { "count": 32445, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 57 }, "group4": { "count": 2001, "htmlName": "failed", "name": "failed", "percentage": 4 }, "maxResponseTime": { "ko": 33401, "ok": 52498, "total": 52498 }, "meanNumberOfRequestsPerSecond": { "ko": 0.5450830836284392, "ok": 14.864342141105965, "total": 15.409425224734404 }, "meanResponseTime": { "ko": 9406, "ok": 4476, "total": 4650 }, "minResponseTime": { "ko": 34, "ok": 40, "total": 34 }, "name": "tokenUserinfo", "numberOfRequests": { "ko": 2001, "ok": 54567, "total": 56568 }, "percentiles1": { "ko": 9036, "ok": 2362, "total": 2623 }, "percentiles2": { "ko": 9038, "ok": 6976, "total": 7707 }, "percentiles3": { "ko": 15465, "ok": 15578, "total": 15574 }, "percentiles4": { "ko": 25983, "ok": 22883, "total": 22965 }, "spikes": [], "standardDeviation": { "ko": 3362, "ok": 5411, "total": 5429 } }, { "group1": { "count": 300, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 13 }, "group2": { "count": 79, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 3 }, "group3": { "count": 910, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 39 }, "group4": { "count": 1025, "htmlName": "failed", "name": "failed", "percentage": 44 }, "maxResponseTime": { "ko": 33596, "ok": 31897, "total": 33596 }, "meanNumberOfRequestsPerSecond": { "ko": 0.2792154726232634, "ok": 0.3511304821574503, "total": 0.6303459547807136 }, "meanResponseTime": { "ko": 8608, "ok": 5707, "total": 6992 }, "minResponseTime": { "ko": 35, "ok": 166, "total": 35 }, "name": "restloginProgressiveProfileCallback", "numberOfRequests": { "ko": 1025, "ok": 1289, "total": 2314 }, "percentiles1": { "ko": 9036, "ok": 3910, "total": 7178 }, "percentiles2": { "ko": 9037, "ok": 8413, "total": 9037 }, "percentiles3": { "ko": 15959, "ok": 17553, "total": 16706 }, "percentiles4": { "ko": 24232, "ok": 24912, "total": 24863 }, "spikes": [], "standardDeviation": { "ko": 4369, "ok": 5783, "total": 5400 } }, { "group1": { "count": 97, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 1 }, "group2": { "count": 41, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 0 }, "group3": { "count": 472, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 5 }, "group4": { "count": 8027, "htmlName": "failed", "name": "failed", "percentage": 93 }, "maxResponseTime": { "ko": 9068, "ok": 23003, "total": 23003 }, "meanNumberOfRequestsPerSecond": { "ko": 2.1865976573140835, "ok": 0.1661672568782348, "total": 2.3527649141923184 }, "meanResponseTime": { "ko": 7309, "ok": 4751, "total": 7128 }, "minResponseTime": { "ko": 32, "ok": 34, "total": 32 }, "name": "UI-Logout", "numberOfRequests": { "ko": 8027, "ok": 610, "total": 8637 }, "percentiles1": { "ko": 9035, "ok": 4483, "total": 9035 }, "percentiles2": { "ko": 9036, "ok": 7103, "total": 9036 }, "percentiles3": { "ko": 9037, "ok": 11062, "total": 9037 }, "percentiles4": { "ko": 9039, "ok": 13881, "total": 9049 }, "spikes": [], "standardDeviation": { "ko": 3532, "ok": 3588, "total": 3596 } } ], "global": { "group1": { "count": 792311, "htmlName": "t < 800 ms", "name": "t < 800 ms", "percentage": 27 }, "group2": { "count": 72611, "htmlName": "t >= 800 ms
t < 1200 ms", "name": "800 ms <= t < 1200 ms", "percentage": 2 }, "group3": { "count": 1610230, "htmlName": "t >= 1200 ms", "name": "t >= 1200 ms", "percentage": 55 }, "group4": { "count": 469072, "htmlName": "failed", "name": "failed", "percentage": 16 }, "maxResponseTime": { "ko": 60001, "ok": 54584, "total": 60001 }, "meanNumberOfRequestsPerSecond": { "ko": 127.77771724325797, "ok": 674.2446199945518, "total": 802.0223372378099 }, "meanResponseTime": { "ko": 8177, "ok": 5734, "total": 6123 }, "minResponseTime": { "ko": 32, "ok": 33, "total": 32 }, "name": "All Requests", "numberOfRequests": { "ko": 469072, "ok": 2475152, "total": 2944224 }, "percentiles1": { "ko": 9038, "ok": 3700, "total": 4983 }, "percentiles2": { "ko": 9040, "ok": 9256, "total": 9040 }, "percentiles3": { "ko": 11460, "ok": 18378, "total": 17722 }, "percentiles4": { "ko": 18540, "ok": 25672, "total": 25138 }, "standardDeviation": { "ko": 3498, "ok": 6300, "total": 6010 } } }, "target_hostname": "openam-ema-perf-benchmark.forgeblocks.com", "tool_name": "gatling" } ________________________________________________________________________________ [24/Oct/2023 16:37:18] Reporting-benchmark-170 step15 : Remove gatling task's stdout file ________________________________________________________________________________ Deleting gatling stdout file /mnt/disks/data/xslou/lodestar-fork/results/pyrock/benchmark/07_benchmark/09_benchmark-170/stdout.txt Gatling stdout.txt has been deleted ________________________________________________________________________________ [24/Oct/2023 16:37:19] Reporting-benchmark-170 post : Check output ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped