Open stevehu opened 7 years ago
@stevehu could you please share the load test details? e.g concurrency, no of requests etc..
I am using wrk to push millions requests per second in order to gauge the raw throughput and latency of each server under load. Here is the command line and the pipeline.lua is just multiply the requests.
wrk -t4 -c128 -d30s http://localhost:8080 -s pipeline.lua --latency -- / 16
Can't you help me about issue above. I'm same you with MSF4J
I tried to add msf4j into my microservices performance benchmarks but got the following error under load. I think it must be some tuning parameters that I missed. I am wondering if someone here can help. MSF4J looks pretty good and it has potential out perform most of the microservies frameworks as it is netty based.
Here is the repo with source code.
https://github.com/networknt/light-java-example/tree/master/performance/msf4j
And the error.