Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-2005

[http2] grpc performance test with buoyantio lot slower with router in the middle

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 1.20.0
    • None
    • None

    Description

      https://github.com/buoyantio/strest-grpc

      Test was run for 10 seconds

      Without router

       [gmurthy@localhost linux]$ ./strest-grpc client --address localhost:11111 --latencyUnit us
        {
        "good": 58143,
        "bad": 0,
        "bytes": 0,
        "latency": {
          "p50": 118,
          "p75": 129,
          "p90": 144,
          "p95": 163,
          "p99": 356,
          "p999": 6675
        },
        "jitter": {
          "p50": 0,
          "p75": 0,
          "p90": 0,
          "p95": 0,
          "p99": 0,
          "p999": 0
        }
      }

       

      With router

       [gmurthy@localhost linux]$ ./strest-grpc client --address localhost:9000 --latencyUnit us
       {
        "good": 2983,
        "bad": 0,
        "bytes": 0,
        "latency": {
          "p50": 1842,
          "p75": 2383,
          "p90": 3567,
          "p95": 4379,
          "p99": 5827,
          "p999": 21215
        },
        "jitter": {
          "p50": 0,
          "p75": 0,
          "p90": 0,
          "p95": 0,
          "p99": 0,
          "p999": 0
        }
      }
      

      Attachments

        Activity

          People

            gmurthy Ganesh Murthy
            gmurthy Ganesh Murthy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: