Skip to content
Success

#21059 (Mar 17, 2026, 7:52:54 PM)

Started 8 hr 25 min ago
Took 5 min 6 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-s1gw build number 673
originally caused by:

This run spent:

  • 6.9 sec waiting;
  • 5 min 6 sec build duration;
  • 5 min 13 sec total from scheduled to completion.
Revision: cf1f94d99f20f54d7a76e96e76b8709402ad6491
Repository: $GERRIT_REPO_URL
  • master
config/sys.config: increase StatsD reporter interval to 10s

When running ttcn3-s1gw-test locally, I noticed OsmoS1GW consuming
30-40% of a CPU core while idle (not serving any eNBs).  Profiling
with etop pointed to `exometer_report_statsd` as the culprit: with
~1720 metrics registered, it was sending ~1720 datagrams per second.

A 1-second reporting interval causes noticeable CPU overhead as the
number of active metrics grows.  With per-eNB and per-MME counters,
the metric set scales with the number of connected eNBs/MMEs.

Increase the default StatsD reporting interval from 1s to 10s to
reduce that overhead.  Update the documentation accordingly.

Change-Id: Icd5e1a43d1df4a4909fe742aec67cc51a01bb857
Vadim Yanitskiy at