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? 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
I used hey to profile a server on AWS, but im getting this error with localhost:
hey
vale@msi:~% hey "http://localhost:3000/users/whoLikedPostsByAuthorsActiveRecord?authors=user-1" Summary: Total: 0.0170 secs Slowest: 0.0000 secs Fastest: 0.0000 secs Average: NaN secs Requests/sec: 11770.1513 Response time histogram: Latency distribution: Details (average, fastest, slowest): DNS+dialup: NaN secs, 0.0000 secs, 0.0000 secs DNS-lookup: NaN secs, 0.0000 secs, 0.0000 secs req write: NaN secs, 0.0000 secs, 0.0000 secs resp wait: NaN secs, 0.0000 secs, 0.0000 secs resp read: NaN secs, 0.0000 secs, 0.0000 secs Status code distribution: Error distribution: [200] Get "http://localhost:3000/users/whoLikedPostsByAuthorsActiveRecord?authors=user-1": dial tcp 127.0.0.1:3000: connect: connection refused
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used
hey
to profile a server on AWS, but im getting this error with localhost:The text was updated successfully, but these errors were encountered: