Thrift API load test

后端 未结 3 1029
梦毁少年i
梦毁少年i 2020-12-20 11:03

I am new into Apache Jmeter. Basically I want to load test our couple of thrift APIs but have no clue where to start with. It is in java where api takes 2 parameter and then

3条回答
  •  無奈伤痛
    2020-12-20 11:27

    I have writtena CustomThriftSampler for JMeter to load test HBase through thrift service. You can get the details about it at my blog - http://1-st.blogspot.in/2013/12/load-testing-thrift-services-custom.html . Couldn't create a generalized code. Anyway its simple and starightforward java code. Anyone could try it. If time permit I shall write a generalised code and commit to github!!

提交回复
热议问题