Spring Cloud Netflix 微服務壓力測試

目的:對微服務的提供者和消費者組建的集合進行壓力測試,以發現可能的問題和解決的方法。 建立一個客戶端項目(Feign),提供http接口給JMeter調用,該接口使用Feign客戶端請求另一個機器上的一個微服務: JMeter --> 客戶端(Feign、Hystrix) --> 微服務(user-service) 客戶端上的代碼: @RestController public class Use
相關文章
相關標籤/搜索