zeek/testing/btest/scripts/policy/misc
Arne Welzel 3f7881a57b segment_profiling: Remove SegmentProfiler and load_sample event
While it seems interesting functionality, this hasn't been documented,
maintained or knowingly leveraged for many years.

There are various other approaches today, too:

* We track the number of event handler invocations regardless of
  profiling. It's possible to approximate a load_sample event by
  comparing the result of two get_event_stats() calls. Or, visualize
  the corresponding counters in a Prometheus setup to get an idea of
  event/s broken down by event names.

* HookCallFunction() allows to intercept script execution, including
  measuring the time execution takes.

* The global call_stack and g_frame_stack can be used from plugins
  (and even external processes) to walk the Zeek script stack at certain
  points to implement a sampling profiler.

* USDT probes or more plugin hooks will likely be preferred over Zeek
  builtin functionality in the future.

Relates to #3458
2024-01-03 11:55:54 +01:00
..
capture-loss.zeek Add test for CaptureLoss::Too_Little_Traffic 2020-10-08 11:34:04 -05:00
dump-events.zeek segment_profiling: Remove SegmentProfiler and load_sample event 2024-01-03 11:55:54 +01:00
stats.zeek segment_profiling: Remove SegmentProfiler and load_sample event 2024-01-03 11:55:54 +01:00
weird-stats-cluster.zeek cluster: Deprecate the Cluster::Node$interface field 2023-11-07 16:06:16 +01:00
weird-stats.zeek General btest cleanup 2020-08-11 11:26:22 -07:00