File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ weave_on "$HOST1" run -d --name server busybox /bin/sh -c "while true; do \
1313 sleep 1 ;
1414 done | nc -l -p 8080"
1515
16- scope_on " $HOST1 " launch --probe.ebpf.connections=true
16+ scope_on " $HOST1 " launch --probe.ebpf.connections=true -debug
1717wait_for_containers " $HOST1 " 60 server
1818has_container " $HOST1 " server
1919
20+ sleep 10
21+
2022weave_on " $HOST1 " run -d --name client busybox /bin/sh -c " while true; do \
2123 date ;
2224 sleep 1 ;
@@ -29,6 +31,16 @@ has_container "$HOST1" client
2931list_containers " $HOST1 "
3032list_connections " $HOST1 "
3133
34+ sleep 10
35+
36+ echo " EbpfTracker"
37+ docker_on " $HOST1 " logs weavescope 2>&1 | grep " EbpfTracker" || true
38+ echo
39+
40+ echo " fd-install events:"
41+ docker_on " $HOST1 " logs weavescope 2>&1 | grep " fd-install" || true
42+ echo
43+
3244has_connection containers " $HOST1 " client server
3345
3446endpoints_have_ebpf " $HOST1 "
You can’t perform that action at this time.
0 commit comments