Skip to content

Releases: sflow/host-sflow

hsflowd

12 Mar 17:38

Choose a tag to compare

Bugfix: containerd.sock metrics v2 reports container cpu_time in microseconds.

hsflowd

12 Mar 16:39

Choose a tag to compare

Bugfix: containerd CPU utilization: convert from nS to mS before casting to 32-bits. Counter was wrapping too quickly before.
init-scripts: building with initscripts (e.g. for Red Hat 6) now requires INITD to be added to the FEATURES list.
Agent address selection: avoid auto-generated IPv6 addresses.

hsflowd

15 Jan 21:00

Choose a tag to compare

mod_k8s and mod_containerd: the containerd.go program is now more likely to capture the TaskExit event and poll the counters one more time before the pod is done -- passing termination state so it can be included with the sFlow feed. The collector can then know if the pod terminated gracefully or crashed.

hsflowd

24 Dec 19:07

Choose a tag to compare

mod_pcap/epcap: allow virtual device in config, when supplied individually with dev=.
mod_pcap: add nanosecond timestamp to sFlow export.
Stability: memory buffer recycling improvements, cross-checks and debug options.

hsflowd

30 Oct 23:27

Choose a tag to compare

include extended_timestamp (nS wallclock UTC) in the export when it is supplied with PSAMPLE and DROPMON

hsflowd

25 Oct 19:27

Choose a tag to compare

Clean up file-descriptor leak when mod_tcp used in conjunction with mod_k8s.

hsflowd

20 Oct 17:57

Choose a tag to compare

Avoid SONiC SIGSEGV when last collector was removed while collector socket open retry timer was counting down.

hsflowd

06 Oct 22:02

Choose a tag to compare

mod_epcap: reduce logging
add docker_build files for redhat10, ubuntu24 and debian13

hsflowd

23 Jul 18:07

Choose a tag to compare

Added mod_epcap : an eBPF packet-sampling module that requires libbpf-dev and clang to compile, and will only run properly with Linux kernel 6.11+. This module has the advantage that the ingress/egress direction of the packet is captured by the eBPF program, along with routing information where applicable.

hsflowd

07 May 20:23

Choose a tag to compare

Adding mod_vpp, to accept counters, tx/rx packet samples and packet-drops from the VPP sFlow plugin.
Also includes a number of minor bug fixes, logging improvements, and changes to satisfy Coverity Scan static-analysis checks.