Skip to content

Instantly share code, notes, and snippets.

@ssmccoy
Created February 16, 2018 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssmccoy/b596253cd035f71b3e51b5365343c5d5 to your computer and use it in GitHub Desktop.
Save ssmccoy/b596253cd035f71b3e51b5365343c5d5 to your computer and use it in GitHub Desktop.
scott@US01688-wl:~/code/experiments/java/netty-udp-tests> ./run.sh experiments.UdpClient --type NETTY_NIO
Sent: 100%
Awaiting responses...
Received: 0%
Waiting termination...
Terminated...
sent: 1024, received: 398, time: 2720, latency: 155
scott@US01688-wl:~/code/experiments/java/netty-udp-tests> ./run.sh experiments.UdpClient --type NETTY_EPOLL
Sent: 100%
Awaiting responses...
Received: 0%
Waiting termination...
Terminated...
sent: 1024, received: 278, time: 2723, latency: 108
scott@US01688-wl:~/code/experiments/java/netty-udp-tests> ./run.sh experiments.UdpClient --type THREAD_SOCKET
Sent: 100%
Awaiting responses...
Received: 0%
Waiting termination...
Terminated...
sent: 1024, received: 863, time: 531, latency: 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment