Hi,
Can you look into process list to see if all JMeter processes
have exited? This can only happen if JMeter process is still
running.
| Andrey Pohilko Chief Scientist P: +7 (909) 631-21-69 |
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/29c6bd69-29a2-46b7-8e27-ef5398a4fc5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Server 1 (x.x.x.165):-taurus is started here-one of my two scenarios runs hereServer 2 (x.x.x.180):-running jmeter-server-the second of my two scenarios runs here
Server 1:-taurus is started here-one of my two scenarios runs here
Server 2:-running jmeter-server-the second of my two scenarios ALSO runs here
---modules:jmeter:memory-xmx: 4Gexecution:- distributed:- x.x.x.180concurrency: 5000throughput: 500ramp-up: 5mhold-for: 5mscenario: variant- concurrency: 100throughput: 10ramp-up: 5mhold-for: 5mscenario: masterscenarios:variant:script: /tmp/my-test/tests/jmx/xxx_Variant.jmxvariables:xxx: /tmp/my-test/tests/csv/xxx.csvxxxHOSTS: /tmp/my-test/tests/csv/xxxHosts-xxx.csvLOADGENIP: /tmp/my-test/tests/csv/loadGenIp.csvmaster:script: /tmp/my-test/tests/jmx/xxx_Master.jmxvariables:xxx: /tmp/my-test/tests/csv/xxx-psi-master.csvxxxHOSTS: /tmp/my-test/tests/csv/xxxHosts-xxx.csvLOADGENIP: /tmp/my-test/tests/csv/loadGenIp.csv
execution:
- concurrency: 1000
throughput: 100
ramp-up: 2m
hold-for: 2m
scenario:
script: /tmp/my-test/tests/jmx/xxx_VariantNew.jmx
variables:
xxx: /tmp/my-test/tests/csv/xxx-psi.csv
xxxHOSTS: /tmp/my-test/tests/csv/xxxHosts-xxx.csv
LOADGENIP: /tmp/my-test/tests/csv/loadGenIp.csv
distributed:
- x.x.x.180
- concurrency: 100
throughput: 10
ramp-up: 2m
hold-for: 2m
scenario:
script: /tmp/my-test/tests/jmx/xxx_Master.jmx
variables:
xxx: /tmp/my-test/tests/csv/xxx-psi-master.csv
xxxHOSTS: /tmp/my-test/tests/csv/xxxHosts-xxx.csv
LOADGENIP: /tmp/my-test/tests/csv/loadGenIp.
csv
distributed:
- x.x.x.165
ps aux | grep javaubuntu 15216 0.0 0.0 4508 1688 pts/0 S Apr13 0:00 /bin/sh /home/ubuntu/.bzt/jmeter-taurus/bin/jmeter -Djava.rmi.server.hostname=x.x.x.165 -Dserver_port=1099 -s -j jmeter-server.log
ubuntuubuntu 15250 2.7 1.5 9931768 244772 pts/0 Sl Apr13 0:21 java -server -XX:+HeapDumpOnOutOfMemoryError -Xms4g -Xmx4g -XX:NewSize=128m -XX:MaxNewSize=128m -XX:MaxTenuringThreshold=2 -XX:+CMSClassUnloadingEnabled -d64 -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -jar /home/ubuntu/.bzt/jmeter-taurus/bin/ApacheJMeter.jar -Djava.rmi.server.hostname=x.x.x.165 -Dserver_port=1099 -s -j jmeter-server.log
ubuntuubuntu 15502 3.8 1.1 8803152 174716 pts/1 Sl Apr13 0:29 java -jar /home/ubuntu/.bzt/jmeter-taurus/bin/ApacheJMeter.jar -n -t /tmp/my-test/tests/jmx/modified_xxx_VariantNew-2.jmx -j /tmp/my-test/2017-04-13_23-50-32.402164/jmeter.log -q /tmp/my-test/2017-04-13_23-50-32.402164/jmeter-bzt.properties -G /tmp/my-test/2017-04-13_23-50-32.402164/jmeter-bzt.properties -R10.112.96.180ubuntu 15520 1.1 1.3 7871256 212868 pts/1 Sl Apr13 0:08 java -jar /home/ubuntu/.bzt/jmeter-taurus/bin/ApacheJMeter.jar -n -t /tmp/my-test/tests/jmx/modified_xxx_Master.jmx -j /tmp/my-test/2017-04-13_23-50-32.402164/jmeter-1.log -q /tmp/my-test/2017-04-13_23-50-32.402164/jmeter-bzt-1.properties -G /tmp/my-test/2017-04-13_23-50-32.402164/jmeter-bzt-1.properties -R10.112.96.165
...2017/04/13 23:50:34 INFO - jmeter.engine.DistributedRunner: Remote engines have been started2017/04/13 23:50:34 INFO - jmeter.visualizers.backend.BackendListener: Backend Listener - Graphite Shipper:Starting worker with class:class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient and queue capacity:50002017/04/13 23:50:34 INFO - jmeter.visualizers.backend.BackendListener: Backend Listener - Graphite Shipper: Started worker with class:class org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient2017/04/13 23:50:34 INFO - jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Created TextGraphiteMetricsSender with host:x.x.x.212, port:2003, prefix:jmeter.xxx.2017/04/13 23:50:34 INFO - jmeter.JMeter: Started remote host: x.x.x.180 (1492127434209)2017/04/13 23:54:49 INFO - jmeter.JMeter: Finished remote host: x.x.x.180 (1492127689309)2017/04/13 23:54:54 INFO - jmeter.JMeter: Interrupting RMI Reaper
Finished the test on host x.x.x.180 @ Thu Apr 13 23:54:49 UTC 2017 (1492127689309)
Can you make thread dump on hung JMeter process? It might shed
some light on what is causing this.
| Andrey Pohilko Chief Scientist P: +7 (909) 631-21-69 |
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/2bdf7f27-8256-42c5-b6db-b93d15e8b5b6%40googlegroups.com.
ubuntu 19468 4.4 1.2 8929060 188800 pts/1 Sl 15:03 0:36 java -jar /home/ubuntu/.bzt/jmeter-taurus/bin/ApacheJMeter.jar -n -t /tmp/my-test/tests/jmx/modified_xxx_VariantNew-2.jmx -j /tmp/my-test/2017-04-14_15-03-35.632576/jmeter.log -q /tmp/my-test/2017-04-14_15-03-35.632576/jmeter-bzt.properties -G /tmp/my-test/2017-04-14_15-03-35.632576/jmeter-bzt.properties -Rx.x.x.180
ubuntu 19487 1.1 1.4 7864036 222564 pts/1 Sl 15:03 0:09 java -jar /home/ubuntu/.bzt/jmeter-taurus/bin/ApacheJMeter.jar -n -t /tmp/my-test/tests/jmx/modified_xxx_Master.jmx -j /tmp/my-test/2017-04-14_15-03-35.632576/jmeter-1.log -q /tmp/my-test/2017-04-14_15-03-35.632576/jmeter-bzt-1.properties -G /tmp/my-test/2017-04-14_15-03-35.632576/jmeter-bzt-1.properties -Rx.x.x.165One more question - does it happen if you will take JMeter and
run this distributed test without Taurus, but using same JMeter
with same settings on same machine?
| Andrey Pohilko Chief Scientist P: +7 (909) 631-21-69 |
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/923528a6-dbc0-45e1-844a-78af227081f4%40googlegroups.com.
I see BackendListener thread not finished among threads. Are you
using BackendListener in your JMX? If yes, can you try disabling
it and running again, to see if it is the reason of hanging
threads?
| Andrey Pohilko Chief Scientist P: +7 (909) 631-21-69 |
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/923528a6-dbc0-45e1-844a-78af227081f4%40googlegroups.com.