Skip to content

Instantly share code, notes, and snippets.

@davidfowl
Last active August 22, 2016 04:51
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 davidfowl/e1b0e91a5219695217d2925329ce01e7 to your computer and use it in GitHub Desktop.
Save davidfowl/e1b0e91a5219695217d2925329ce01e7 to your computer and use it in GitHub Desktop.

Kestrel

Running 10s test @ http://10.211.55.4:5000/
  32 threads and 256 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    15.52ms   28.66ms 309.11ms   97.34%
    Req/Sec   709.11    151.30     1.90k    78.03%
  222431 requests in 10.05s, 28.00MB read
Requests/sec:  22132.11
Transfer/sec:      2.79MB

.NET Socket Channels

Davids-MacBook-Pro-2:~ dfowler$ wrk -c 256 -t 32 -d 10 http://10.211.55.4:5000/
Running 10s test @ http://10.211.55.4:5000/
  32 threads and 256 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    16.62ms   22.88ms 637.08ms   96.11%
    Req/Sec   545.42    181.58     2.62k    73.10%
  172505 requests in 10.08s, 25.01MB read
  Socket errors: connect 0, read 215, write 0, timeout 0
Requests/sec:  17114.00
Transfer/sec:      2.48MB

RIO Channels

Davids-MacBook-Pro-2:~ dfowler$ wrk -c 256 -t 32 -d 10 http://10.211.55.4:5000/
Running 10s test @ http://10.211.55.4:5000/
  32 threads and 256 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    11.55ms   11.04ms 158.91ms   94.08%
    Req/Sec   802.15    170.84     1.50k    80.71%
  254194 requests in 10.05s, 36.85MB read
Requests/sec:  25303.74
Transfer/sec:      3.67MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment