Skip to content
Success

Changes

Summary

  1. ttcn3-bts-test: give bpftrace time to print stats (details)
  2. ttcn3-bts-test: mount tracingfs only when needed (details)
Commit 92d6cf0e865eb3479c2e5c69c6c41046dbf283e0 by Oliver Smith
ttcn3-bts-test: give bpftrace time to print stats

When running with bpftrace, send a kill signal to the bpftrace scripts
before killing the container. Otherwise the scripts don't print their
statistics, the end of the log then looks like this:

  [Thu Dec 18 18:06:06 UTC 2025] respawn: 2: starting: /data/bpftrace/udp_sendmsg_delay.sh
  + pidof osmo-bts-trx
  + bpftrace /data/bpftrace/udp_sendmsg_delay.bt -p 56
  Attaching 3 probes...
  Tracing udp_sendmsg() latency... Hit Ctrl-C to end.

Change-Id: I1781bddddf429c4c6a951b519a639b8663d397e6
The file was modifiedttcn3-bts-test/jenkins.sh
Commit 3e2224ccbcaa28195ac2de5054ab57770eedbd67 by Oliver Smith
ttcn3-bts-test: mount tracingfs only when needed

Change-Id: I59bbbc96c0686a2c8792626297e656df72e578ed
The file was modifiedttcn3-bts-test/jenkins.sh