GithubHelp home page GithubHelp logo

hakari's People

Contributors

showwin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

xuding806011875

hakari's Issues

Create Report in Web View

add --report option: create a test report in web view.
using AWS Lambda and DynamoDB.

note for showwin

Lambda のエンドポイント

  • POST /result
    • JSON 形式の測定データを受け取って、そのデータに SHA-256 の ID を付与する
    • その ID と JSON データを DynamoDB に保存する
    • GET /:id にリダイレクトする
  • GET /:id
    • :id の測定結果のサマリーを表示する
  • GET /:id/:title/:status_code
    • :id:title のリクエストで :status_code が返ってきた時のレスポンスの時間分布をグラフで表示する。

測定結果のサマリー

  • 全体のリクエスト数
Title Request 200 3xx 4xx 5xx
TopPage 100 98 0 2 0
Login 100 100 0 0 0
BuyProduct 100 70 0 0 30
  • 全体平均のレスポンスタイム (ms/req)
Title 200 3xx 4xx 5xx
TopPage 72.51 0 315.32 0
Login 27.83 0 0 0
BuyProduct 91.27 0 0 193.42
  • 下位5%の平均レスポンスタイム (ms/req)
Title 200 3xx 4xx 5xx
TopPage 172.51 0 415.32 0
Login 127.83 0 0 0
BuyProduct 191.27 0 0 293.42

レスポンスタイムのグラフ

こんな感じ を想定

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.