We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Currently, oha shows the sum of the HTTP body. But showing in/out TCP bandwidth is better.
oha
I think it's hard to implement because all communication is abstracted by hyper.
hyper
The text was updated successfully, but these errors were encountered:
yes it would also be better to show like how much ms did tls negotiation took etc?
Sorry, something went wrong.
It seems that it can be done by creating a custom TcpStream struct. lnx-search/rewrk#6
No branches or pull requests
Currently,
oha
shows the sum of the HTTP body.But showing in/out TCP bandwidth is better.
I think it's hard to implement because all communication is abstracted by
hyper
.The text was updated successfully, but these errors were encountered: