-
Notifications
You must be signed in to change notification settings - Fork 102
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
feature request: display stats #310
Comments
Is there a particular stat you would be interested in? Currently, For more granular stats, it would have to be supported in hyper/reqwest first. |
From @blyxxyz in #347 (comment)
|
We don't have a fancy chart but it's now possible to glean timing information from the $ xh --debug https://example.org
[...]
[0.025361s DEBUG reqwest::connect] starting new connection: https://example.org/
[0.025569s DEBUG hyper_util::client::legacy::connect::dns] resolve; host=example.org
[0.045417s DEBUG hyper_util::client::legacy::connect::http] connecting to 23.215.0.132:443
[0.152797s DEBUG hyper_util::client::legacy::connect::http] connected to 23.215.0.132:443
[...]
[0.359712s DEBUG rustls::client::hs] ALPN protocol is Some(b"h2")
[...]
[0.489895s DEBUG h2::codec::framed_read] received frame=Headers { stream_id: StreamId(1), flags: (0x4: END_HEADERS) }
[0.489930s DEBUG h2::codec::framed_read] received frame=Data { stream_id: StreamId(1), flags: (0x1: END_STREAM) }
[...] |
It would be nice to show some timing stats, something like
httpstat
https://github.com/davecheney/httpstat
The text was updated successfully, but these errors were encountered: