Skip to content

Instantly share code, notes, and snippets.

@Jiveloper
Created October 31, 2022 14:24
Show Gist options
  • Save Jiveloper/27ce8c33d8fe7f364b8d347918b19645 to your computer and use it in GitHub Desktop.
Save Jiveloper/27ce8c33d8fe7f364b8d347918b19645 to your computer and use it in GitHub Desktop.
성능테스트 블로깅
~/Desktop/project  k6 run script.js
/\ |‾‾| /‾‾/ /‾‾/
/\ / \ | |/ / / /
/ \/ \ | ( / ‾‾\
/ \ | |\ \ | (‾) |
/ __________ \ |__| \__\ \_____/ .io
execution: local
script: script.js
output: -
scenarios: (100.00%) 1 scenario, 1 max VUs, 10m30s max duration (incl. graceful stop):
* default: 1 iterations for each of 1 VUs (maxDuration: 10m0s, gracefulStop: 30s)
INFO[0000] Hello world! source=console
running (00m00.6s), 0/1 VUs, 1 complete and 0 interrupted iterations
default ✓ [======================================] 1 VUs 00m00.6s/10m0s 1/1 iters, 1 per VU
data_received..................: 6.1 kB 10 kB/s
data_sent......................: 491 B 828 B/s
http_req_blocked...............: avg=396.31ms min=396.31ms med=396.31ms max=396.31ms p(90)=396.31ms p(95)=396.31ms
http_req_connecting............: avg=190.87ms min=190.87ms med=190.87ms max=190.87ms p(90)=190.87ms p(95)=190.87ms
http_req_duration..............: avg=194.86ms min=194.86ms med=194.86ms max=194.86ms p(90)=194.86ms p(95)=194.86ms
{ expected_response:true }...: avg=194.86ms min=194.86ms med=194.86ms max=194.86ms p(90)=194.86ms p(95)=194.86ms
http_req_failed................: 0.00% ✓ 0 ✗ 1
http_req_receiving.............: avg=182µs min=182µs med=182µs max=182µs p(90)=182µs p(95)=182µs
http_req_sending...............: avg=107µs min=107µs med=107µs max=107µs p(90)=107µs p(95)=107µs
http_req_tls_handshaking.......: avg=202.35ms min=202.35ms med=202.35ms max=202.35ms p(90)=202.35ms p(95)=202.35ms
http_req_waiting...............: avg=194.57ms min=194.57ms med=194.57ms max=194.57ms p(90)=194.57ms p(95)=194.57ms
http_reqs......................: 1 1.686238/s
iteration_duration.............: avg=591.74ms min=591.74ms med=591.74ms max=591.74ms p(90)=591.74ms p(95)=591.74ms
iterations.....................: 1 1.686238/s
~/Desktop/project 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment