You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --clients Total number of HTTP clients flag option
Currently, that runner uses --conns number as client number. By default, client-go uses HTTP2 protocol. One connection can serve multiple requests in parallel. Runner should reuse that conns to handle requests if --clients number is larger than --conns.
Add ObserveReceivedBytes metric method for ResponsesStats
For GET/LIST requests, the client-go takes long time to receive huge responses. The TotalReceivedBytes metric can help us to understand total traffic bytes and average RX rate during testing.
--clients Total number of HTTP clients
flag optionCurrently, that runner uses
--conns
number as client number. By default, client-go uses HTTP2 protocol. One connection can serve multiple requests in parallel. Runner should reuse that conns to handle requests if--clients
number is larger than--conns
.ObserveReceivedBytes
metric method forResponsesStats
For GET/LIST requests, the client-go takes long time to receive huge responses. The
TotalReceivedBytes
metric can help us to understand total traffic bytes and average RX rate during testing.[runner subcmd] support -v flag for run #32
Failure
inResponseStats
should be partitioned by HTTP verb and HTTP code--result=path
flag to export result into specific file instead of stdoutTasks
--result
flag to runner command #21--raw-data
flag to export raw data instead of aggregated one. #39The text was updated successfully, but these errors were encountered: