You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to test a echo websocket written in java.
this is the command that i gave thor --amount 1000 --messages 100 ws://localhost:8085/web-soc/websocketendpoint
(the echo websocket server is working fine)
Result
Thor: version: 1.0.0
God of Thunder, son of Odin and smasher of WebSockets!
Thou shall:
- Spawn 8 workers.
- Create all the concurrent/parallel connections.
- Smash 1000 connections with the mighty Mjölnir.
The answers you seek shall be yours, once I claim what is mine.
Connecting to ws://localhost:8085/web-soc/websocketendpoint
Online 5988 milliseconds
Time taken 5989 milliseconds
Connected 1000
Disconnected 0
Failed 0
Total transferred 333.98kB
Total received 329.1kB
Durations (ms):
min mean stddev median max
Handshaking 122 379 257 294 5694
Latency NaN NaN NaN NaN NaN
Percentile (ms):
50% 66% 75% 80% 90% 95% 98% 98% 100%
Handshaking 294 398 491 558 718 775 816 833 5694
Latency NaN NaN NaN NaN NaN NaN NaN NaN NaN
Here latency is NaN, what might be the reason for this issue ?
The text was updated successfully, but these errors were encountered:
I am trying to test a echo websocket written in java.
this is the command that i gave
thor --amount 1000 --messages 100 ws://localhost:8085/web-soc/websocketendpoint
(the echo websocket server is working fine)
Result
Here latency is NaN, what might be the reason for this issue ?
The text was updated successfully, but these errors were encountered: