Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I want to use JMeter to measure Cassandra response time to some queries and multiple simultaneous accesses.

I'm trying to follow the instructions on this page:

https://github.com/slowenthal/jmeter-cassandra

First, I unpack the archive in the JMeter install directory. However when I try to access the plugin Cassandra through JMeter I can not find it.

Does anyone know if I am follow the appropriate instructions? Or what can I do for everything work properly?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
310 views
Welcome To Ask or Share your Answers For Others

1 Answer

  • If you unpacked the archive into correct location it should be enough to restart JMeter
  • If you're trying to manually copy jars from cassandra release bundle - the best locations are:

    • for jmeter-cassandra-x.x.x.jar - JMeter's /lib/ext folder
    • for all other jars - JMeter's /lib folder
  • Third option is to set user.classpath property in user.properties file to point to the folder with the Cassandra jars. Again, JMeter restart will be required to pick the property value up.
  • And finally you can use Add directory or jar to classpath section of Test Plan

Cassandra JMeter

Latest JMeter 2.13 r1665067 seems to be working fine with jmeter-cassandra-0.9.2


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...