# jmeter-demo **Repository Path**: eostech/jmeter-demo ## Basic Information - **Project Name**: jmeter-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-22 - **Last Updated**: 2021-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # start Jmeter distributed test ``` docker-compose up -d ``` # Controller(master,client) ``` docker exec -it jcontroller bash # cd bin # ./disablessl.sh # jmeter -n -t /jexample/baidu.jmx -R 172.16.0.5:10001,172.16.0.5:10002 Creating summariser Created the tree successfully using /jexample/baidu.jmx Configuring remote engine: 172.16.0.5:10001 Configuring remote engine: 172.16.0.5:10002 Starting distributed test with remote engines: [172.16.0.5:10002, 172.16.0.5:10001] @ Mon Nov 22 10:49:12 CET 2021 (1637574552093) Remote engines have been started:[172.16.0.5:10002, 172.16.0.5:10001] Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445 summary = 20 in 00:00:01 = 28.5/s Avg: 49 Min: 44 Max: 89 Err: 0 (0.00%) Tidying up remote @ Mon Nov 22 10:49:13 CET 2021 (1637574553641) ... end of run ``` # slave(server) ``` root@VM-0-5-ubuntu:/opt/jmeter-demo# docker-compose logs WARNING: Some networks were defined but are not used by any service: jmeter Attaching to jslave2, jcontroller, jslave1 jslave1 | Nov 22, 2021 10:43:34 AM java.util.prefs.FileSystemPreferences$1 run jslave1 | INFO: Created user preferences directory. jslave1 | Created remote object: UnicastServerRef2 [liveRef: [endpoint:[172.16.0.5:37939](local),objID:[-3bbedf25:17d470784a3:-7fff, -856831224316914415]]] jslave1 | Starting the test on host 172.16.0.5:10001 @ Mon Nov 22 10:46:44 CET 2021 (1637574404402) jslave1 | Finished the test on host 172.16.0.5:10001 @ Mon Nov 22 10:46:45 CET 2021 (1637574405624) jslave1 | Starting the test on host 172.16.0.5:10001 @ Mon Nov 22 10:47:34 CET 2021 (1637574454749) jslave1 | Finished the test on host 172.16.0.5:10001 @ Mon Nov 22 10:47:35 CET 2021 (1637574455484) jslave2 | Nov 22, 2021 10:43:34 AM java.util.prefs.FileSystemPreferences$1 run jslave2 | INFO: Created user preferences directory. jslave2 | Created remote object: UnicastServerRef2 [liveRef: [endpoint:[172.16.0.5:42511](local),objID:[2f552531:17d47078477:-7fff, -2019200821684958600]]] jslave2 | Starting the test on host 172.16.0.5:10002 @ Mon Nov 22 10:47:34 CET 2021 (1637574454681) jslave2 | Finished the test on host 172.16.0.5:10002 @ Mon Nov 22 10:47:36 CET 2021 (1637574456253) root@VM-0-5-ubuntu:/opt/jmeter-demo# docker-compose logs -f WARNING: Some networks were defined but are not used by any service: jmeter Attaching to jslave2, jcontroller, jslave1 jslave1 | Nov 22, 2021 10:43:34 AM java.util.prefs.FileSystemPreferences$1 run jslave1 | INFO: Created user preferences directory. jslave1 | Created remote object: UnicastServerRef2 [liveRef: [endpoint:[172.16.0.5:37939](local),objID:[-3bbedf25:17d470784a3:-7fff, -856831224316914415]]] jslave1 | Starting the test on host 172.16.0.5:10001 @ Mon Nov 22 10:46:44 CET 2021 (1637574404402) jslave1 | Finished the test on host 172.16.0.5:10001 @ Mon Nov 22 10:46:45 CET 2021 (1637574405624) jslave1 | Starting the test on host 172.16.0.5:10001 @ Mon Nov 22 10:47:34 CET 2021 (1637574454749) jslave1 | Finished the test on host 172.16.0.5:10001 @ Mon Nov 22 10:47:35 CET 2021 (1637574455484) jslave2 | Nov 22, 2021 10:43:34 AM java.util.prefs.FileSystemPreferences$1 run jslave2 | INFO: Created user preferences directory. jslave2 | Created remote object: UnicastServerRef2 [liveRef: [endpoint:[172.16.0.5:42511](local),objID:[2f552531:17d47078477:-7fff, -2019200821684958600]]] jslave2 | Starting the test on host 172.16.0.5:10002 @ Mon Nov 22 10:47:34 CET 2021 (1637574454681) jslave2 | Finished the test on host 172.16.0.5:10002 @ Mon Nov 22 10:47:36 CET 2021 (1637574456253) jslave2 | Starting the test on host 172.16.0.5:10002 @ Mon Nov 22 10:48:22 CET 2021 (1637574502201) jslave1 | Starting the test on host 172.16.0.5:10001 @ Mon Nov 22 10:48:22 CET 2021 (1637574502298) jslave2 | Finished the test on host 172.16.0.5:10002 @ Mon Nov 22 10:48:23 CET 2021 (1637574503037) jslave1 | Finished the test on host 172.16.0.5:10001 @ Mon Nov 22 10:48:23 CET 2021 (1637574503057) jslave2 | Starting the test on host 172.16.0.5:10002 @ Mon Nov 22 10:48:57 CET 2021 (1637574537575) jslave2 | Finished the test on host 172.16.0.5:10002 @ Mon Nov 22 10:48:58 CET 2021 (1637574538204) jslave2 | Starting the test on host 172.16.0.5:10002 @ Mon Nov 22 10:49:12 CET 2021 (1637574552925) jslave1 | Starting the test on host 172.16.0.5:10001 @ Mon Nov 22 10:49:12 CET 2021 (1637574552980) jslave1 | Finished the test on host 172.16.0.5:10001 @ Mon Nov 22 10:49:13 CET 2021 (1637574553614) jslave2 | Finished the test on host 172.16.0.5:10002 @ Mon Nov 22 10:49:13 CET 2021 (1637574553642) ```