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

How to know why the server is down ? #640

Closed
JonathanVandal opened this issue Aug 2, 2017 · 2 comments
Closed

How to know why the server is down ? #640

JonathanVandal opened this issue Aug 2, 2017 · 2 comments

Comments

@JonathanVandal
Copy link

I'm currently testing locustio. I did the quickstart example. It's works perfectly I can see if my server can handle 200 clients at the same time etc... But the only logs I have is in the failure tab.

3 | GET | / | ReadTimeout(ReadTimeoutError("HTTPConnectionPool(host='example.com', port=80): Read timed out. (read timeout=None)",),)
-- | -- | -- | --
24 | GET | / | ConnectionError(ProtocolError('Connection aborted.', BadStatusLine("''",)),)

I want to know the reason why the server is in time out or something else. It's is possible to know if the problem is around the memory size or disk space etc... ?

@aldenpeterson-wf
Copy link
Contributor

Unless your server returns an error, how could your client know why it's down?

@JonathanVandal
Copy link
Author

Yeah you're right. Bad question.

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

2 participants