
获得徽章 0
- 求助,应客户要求使用了某云平台的的微服务框架,部署完成后按照demo写了个返回`hello`字符串的接口进行压测,QPS大约有2700,感觉是不是很不正常呀?
[root@VM-1-7-centos /]# wrk -t2 -c200 -d60s http://10.0.1.12:42926/echo/hello --latency -- / 16
Running 1m test @ http://10.0.1.12:42926/echo/hello
2 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 99.24ms 125.48ms 1.89s 90.88%
Req/Sec 1.42k 359.38 2.04k 79.81%
Latency Distribution
50% 61.41ms
75% 87.96ms
90% 202.37ms
99% 647.41ms
167949 requests in 1.00m, 18.93MB read
Requests/sec: 2798.42
Transfer/sec: 322.97KB展开22