-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Description
Currently, I am trying to get TeaStore together with Kieker basically working.
Therefore, I created a fork (https://github.com/DaGeRe/TeaStore), which, according to https://github.com/DaGeRe/TeaStore/blob/master/GET_STARTED.md#2213-local-logging, sets the environment variable LOG_TO_FILE to true.
Unfortunately, if I now execute docker-compose -f ./examples/docker/docker-compose_kieker.yaml up -d (and beforehand docker network create teastore-network), no logs are showing up in /kieker/logs for every container (when entering them with docker exec -it and then looking at the folder).
Starting the workload also results in some errors:
reichelt@reichelt-desktop:~/nvme/workspaces/kiekerworkspace/TeaStore$ java -jar ~/Programme/apache-jmeter-5.5/bin/ApacheJMeter.jar -t examples/jmeter/teastore_browse.jmx -Jhostname localhost -Jport 8080 -JnumUser 10 -n
Creating summariser <summary>
Created the tree successfully using examples/jmeter/teastore_browse.jmx
Starting standalone test @ 2022 Nov 10 15:07:56 CET (1668089276265)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
Warning: Nashorn engine is planned to be removed from a future JDK release
summary + 7 in 00:00:04 = 1,9/s Avg: 905 Min: 451 Max: 1724 Err: 1 (14,29%) Active: 2 Started: 2 Finished: 0
summary + 406 in 00:01:34 = 4,3/s Avg: 403 Min: 6 Max: 24003 Err: 7 (1,72%) Active: 2 Started: 2 Finished: 0
summary = 413 in 00:01:37 = 4,2/s Avg: 411 Min: 6 Max: 24003 Err: 8 (1,94%)
summary + 6 in 00:01:02 = 0,1/s Avg: 20420 Min: 18502 Max: 24502 Err: 6 (100,00%) Active: 2 Started: 2 Finished: 0
summary = 419 in 00:02:39 = 2,6/s Avg: 698 Min: 6 Max: 24502 Err: 14 (3,34%)
Is there currently a problem with the Kieker / TeaTime interaction, or am I configuring this wrong?
Metadata
Metadata
Assignees
Labels
No labels