Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iteration 4 #15

Open
seven320 opened this issue Nov 3, 2019 · 4 comments
Open

iteration 4 #15

seven320 opened this issue Nov 3, 2019 · 4 comments

Comments

@seven320
Copy link
Contributor

seven320 commented Nov 3, 2019

iteration 4

@seven320
Copy link
Contributor Author

seven320 commented Nov 3, 2019

@onetk
Copy link
Contributor

onetk commented Nov 3, 2019

アプローチ

connectionの数をinstance数を考慮して設定する

想定インパクト

5万個ある200okに対して2万個ある502エラーが消失する

現状
image

結果/考察

502エラーが 個数的に 1/50 のおおよそ400個になった
5000個数あった504エラーも無くなった。

image

FB

504について

@onetk
Copy link
Contributor

onetk commented Nov 3, 2019

アプローチ

負荷がかかりきっていない(リクエスト数)が少ないのはkakeruの性能不足の可能性がある
c5.largeをc5.x12largeに変更する

想定インパクト

8万個のリクエストが、理論値の36万件になる

現状
image

結果/考察

ほぼ変わらない。
再接続数は増えているが、totalのリクエスト数が変わらないので、kakeruの性能不足ではない。

image

@seven320
Copy link
Contributor Author

seven320 commented Nov 3, 2019

アプローチ

問題の切り分けのために,Dbの部分を抜いて測定を行う

想定インパクト

現状でかけるから80000かかっているが,想定の2割りくらいしか負荷がかかってない.
この問題の原因が,DBにあるのであれば,これによって解決する
それ以外であれば,エンドポイントにあるはず.

モニタリング項目

  • 負荷数
  • エラーが出ているか

結果/考察

スクリーンショット 2019-11-03 17 23 55

エラーは出ないが,hakaruにリトライしまくっている.
問題はDBではない

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants