レイテンシ、レスポンスタイム
code:_
X-Runtime: 0.057814
Heroku ルーターのログ
code:_
2023-02-07T11:01:55.520263+00:00 herokurouter: at=info method=GET path="/hi" host=example.com request_id=44c7b35e-30ec-4099-b2f8-11f02896505f fwd="192.0.2.1" dyno=web.1 connect=0ms service=132ms status=200 bytes=103436 protocol=https connect: amount of time in milliseconds spent establishing a connection to the backend web process
service: amount of time in milliseconds spent proxying data between the backend web process and the client
code:_
Requests per second: 10.84 #/sec (mean) Time per request: 4611.108 ms (mean) man ab
Time taken for tests: This is the time taken from the moment the first socket connection is created to the moment the last response is received
Requests per second: This is the number of requests per second. This value is the result of dividing the number of requests by the total time taken
Time per request: The average time spent per request. The first value is calculated with the formula concurrency * timetaken * 1000 / done while the second value is calculated with the formula timetaken * 1000 / done
Rails のログ
code:_
Completed 200 OK in 86ms (Views: 35.4ms | ActiveRecord: 23.5ms | Allocations: 54366)