Ganesh Murthy created DISPATCH-2005:
---------------------------------------
Summary: [http2] grpc performance test with buoyantio lot slower
with router in the middle
Key: DISPATCH-2005
URL: https://issues.apache.org/jira/browse/DISPATCH-2005
Project: Qpid Dispatch
Issue Type: Improvement
Reporter: Ganesh Murthy
Assignee: Ganesh Murthy
[https://github.com/buoyantio/strest-grpc]
Without router
{noformat}
[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
}
}{noformat}
With router
{noformat}
[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
}
}
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]