Skip to content

Instantly share code, notes, and snippets.

@subicura
Last active January 27, 2017 14:36
Show Gist options
  • Save subicura/d7f1b4d944b3d10d419dfad3f62e8e7a to your computer and use it in GitHub Desktop.
Save subicura/d7f1b4d944b3d10d419dfad3f62e8e7a to your computer and use it in GitHub Desktop.
Docker swarm network test

Http Request Benchmark

간단하게 돌려봄. 정확하지 않을 수 있음. 테스트 할 때마다 값이 달라져서 적당한 추세정도만 확인하는 것으로..

Test

  • Host
    • MacBook Pro (Retina, 15-inch, Late 2013)
    • 2.3 GHz Intel Core i7 / 16GB 16000MHz DDR3
  • Test Server
    • 3 virtualbox machines
    • 1 CPU / 1024M memory
  • Tool
  • Test Source
    • subicura/sample-go-server

Result

  1. Docker Network host
    • throughput: 9180.33 requests/second
  2. Docker Network bridge (83%)
    • throughput: 7680.72 requests/second
  3. Docker Network Ingress (core-01 / direct) (74%)
    • throughput: 6827.82 requests/second
  4. Docker Network Ingress (core-02 / overlay) (67%)
    • throughput: 6150.42 requests/second
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment