Skip to content
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

Analyzing HTTP timeouts #136

Closed
makkes opened this issue Jul 30, 2018 · 1 comment
Closed

Analyzing HTTP timeouts #136

makkes opened this issue Jul 30, 2018 · 1 comment

Comments

@makkes
Copy link

makkes commented Jul 30, 2018

I would like to use httpstat to analyze sporadic HTTP timeouts I'm experiencing in my application when calling a backend HTTP API. The problem is that when httpstat experiences timeouts the output looks like this:

$ httpstat http://localhost:8000/delay/999999

Connected to 127.0.0.1:8000
2018/07/30 08:52:39 failed to read response: Get http://localhost:8000/delay/999999: EOF

What I would like to see as output is the trace including DNS Lookup, TCP Connection, etc. up to the point where the timeout occured. Is that something that could be implemented in httpstat? If yes, I would be willing to help here.

@makkes
Copy link
Author

makkes commented Sep 19, 2019

Closing this since it's not been looked at for over a year.

@makkes makkes closed this as completed Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant