I clustered APIM with 1 manger gateway node and 2 or more work node to test APIM response time. it did not give me good data. without APIM,my api response time is 20 ms.though APIM 400ms-1s. how to confige this question?
相关问题
- Programatically send SMS to email using Verizon Mo
- How to fix error “Enrollment failed” when trying W
- Securing outbound traffic rule from EC2 instances
- oAuth2 - WSO2 API Manager and Identity Server Inte
- wso2 esb file processing example smooks csv parser
相关文章
- 求助!Feign调用报错:No qualifying bean of type 'org.
- WSO2 - disable HTTPS
- wso2 governance registry - client looks up service
- Deploying WSO2 ESB 4.6.0 onto JBoss 7
- WSO2 API Manager Gateway clustering. How to setup
- WSO2 Business Process bpel, error in gui with “if”
- Build an own SMS Gateway [closed]
- issue running mvn eclipse:eclipse on platform tag
in order to slove my problem,i find all bolgs.
finally ,in this blog,Sanjeewa Malalgoda give a solution.
Then,after my test,the result is effiective.
There are several handlers in APIM, through which all API calls are going. Eg. Authentication, Throttling, CORS etc.
You can enable analytics in APIM and see a latency breakdown graph among stages. See
Figure 9
of this article. Then you can identify if there are any handlers which cause a large latency. Then we can decide how to fix that.