Note that there are some explanatory texts on larger screens.

plurals
  1. POJmeter - which JARs are required for ActiveMQ?
    text
    copied!<p>I'm going to benchmark ActiveMQ using Jmeter. According to <a href="http://jmeter.apache.org/usermanual/get-started.html" rel="nofollow noreferrer">this</a> document, I only need to add the <code>activemq-all.jar</code> to the <code>lib/</code> directory:</p> <pre><code>$ ll /usr/share/jmeter/lib/ total 12812 drwxr-xr-x 3 root root 4096 Oct 12 16:55 ./ drwxr-xr-x 6 root root 4096 Oct 12 14:11 ../ -rw-r--r-- 1 root root 3800187 Aug 14 2010 activemq-all-5.8.0.jar -rw-r--r-- 1 root root 29071 Sep 26 2010 bshclient.jar drwxr-xr-x 2 root root 4096 Oct 12 14:11 ext/ -rw-r--r-- 1 root root 116075 Sep 26 2010 jorphan.jar </code></pre> <p>then start the Jmeter:</p> <pre><code>$ jmeter [warning] /usr/bin/jmeter: Unable to locate commons-net in /usr/share/java [warning] /usr/bin/jmeter: Unable to locate geronimo-activation-1.1-spec in /usr/share/java [warning] /usr/bin/jmeter: Unable to locate geronimo-javamail-1.4-provider in /usr/share/java [warning] /usr/bin/jmeter: Unable to locate jboss-j2ee in /usr/share/java [warning] /usr/bin/jmeter: No JAVA_CMD set for run_java, falling back to JAVA_CMD = java java.lang.Throwable: Could not access /usr/share/jmeter/lib/junit at org.apache.jmeter.NewDriver.&lt;clinit&gt;(NewDriver.java:96) log_file=jmeter.log java.io.FileNotFoundException: jmeter.log (Permission denied) [log_file-&gt; System.out] 2013/10/12 16:18:58 INFO - jmeter.util.JMeterUtils: Setting Locale to en_US 2013/10/12 16:18:58 INFO - jmeter.JMeter: Copyright (c) 1998-2009 The Apache Software Foundation 2013/10/12 16:18:58 INFO - jmeter.JMeter: Version 2.3.4 2013/10/12 16:18:58 INFO - jmeter.JMeter: java.version=1.6.0_24 2013/10/12 16:18:58 INFO - jmeter.JMeter: java.vm.name=OpenJDK 64-Bit Server VM 2013/10/12 16:18:58 INFO - jmeter.JMeter: os.name=Linux 2013/10/12 16:18:58 INFO - jmeter.JMeter: os.arch=amd64 2013/10/12 16:18:58 INFO - jmeter.JMeter: os.version=3.2.0-32-generic 2013/10/12 16:18:58 INFO - jmeter.JMeter: file.encoding=UTF-8 2013/10/12 16:18:58 INFO - jmeter.JMeter: Default Locale=English (United States) 2013/10/12 16:18:58 INFO - jmeter.JMeter: JMeter Locale=English (United States) 2013/10/12 16:18:58 INFO - jmeter.JMeter: JMeterHome=/usr/share/jmeter 2013/10/12 16:18:58 INFO - jmeter.JMeter: user.dir =/usr/share/jmeter/lib 2013/10/12 16:18:58 INFO - jmeter.JMeter: PWD =/usr/share/jmeter/lib 2013/10/12 16:18:58 INFO - jmeter.JMeter: IP: 127.0.1.1 Name: ubuntu-Vostro-3560 FullName: ubuntu-Vostro-3560 2013/10/12 16:18:58 INFO - jmeter.JMeter: Loaded icon properties from org/apache/jmeter/images/icon.properties 2013/10/12 16:18:59 INFO - jmeter.util.BSFTestElement: Registering JMeter version of JavaScript engine as work-round for BSF-22 2013/10/12 16:19:00 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: No response parsers defined: text/html only will be scanned for embedded resources 2013/10/12 16:19:00 INFO - jmeter.protocol.http.sampler.HTTPSampler: Maximum connection retries = 10 2013/10/12 16:19:00 INFO - jmeter.protocol.http.sampler.HTTPSampler: Connection and read timeouts are available on this JVM 2013/10/12 16:19:00 INFO - jmeter.samplers.SampleResult: Note: Sample TimeStamps are END times 2013/10/12 16:19:00 INFO - jmeter.samplers.SampleResult: sampleresult.default.encoding is set to ISO-8859-1 </code></pre> <p>but I didn't see the JMS Subscriber/Publisher in the Sampler menu:</p> <p><img src="https://i.stack.imgur.com/eXlUP.png" alt="enter image description here"></p> <p>I also tried using the older version follow <a href="http://working-with-activemq.blogspot.com/2012/05/testing-activemq-with-jmeter.html" rel="nofollow noreferrer">this</a> guide, but it didn't work.</p> <p>Did I miss something?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload