Skip to content

Releases: sflow/host-sflow

hsflowd

15 Nov 04:54
Compare
Choose a tag to compare

Accommodate SONiC port names diverging from Linux deviceNames.

hsflowd

14 Oct 15:35
Compare
Choose a tag to compare

Top level setting "samplingDirection=[in|out|both]" now ignored. Use module-specific settings such as "psample{ingress=[on|off] egress=[on|off]}" instead. Note that other sampling modules such as pcap{} are inherently bidirectional.
Added Docker build for RedHat/RockyLinux9.

hsflowd

02 Sep 21:08
Compare
Choose a tag to compare

mod_pcap reports samples correctly when missing ethernet header (e.g. wireguard interface)

hsflowd

11 Jan 23:23
Compare
Choose a tag to compare

Support use of GCOV analysis
agent= now simply adjusts the priority for address selection. So another agent address can still be selected if the supplied device has no IP or IP6 address at all.

hsflowd

22 Sep 07:40
Compare
Choose a tag to compare

mod_sonic: avoid race-condition when collector config changed rapidly.
allow agent.cidr=! to exclude a CIDR from consideration for the agent-address selection.

hsflowd

15 Jun 03:39
Compare
Choose a tag to compare

mod_dent add 'continue' to tc command so that additional filters in the chain will apply.
The features=HOST profile now includes psample, dent and dropmon modules along with example config for host monitoring.

hsflowd

13 Jun 04:10
a8e8ac6
Compare
Choose a tag to compare

mod_dent add 'continue' to tc command so that additional filters in the chain will apply.
The features=HOST profile now includes psample, dent and dropmon modules along with example config for host monitoring.

hsflowd

01 Apr 20:01
Compare
Choose a tag to compare

mod_sonic ifAlias memory leak

hsflowd

24 Mar 17:22
Compare
Choose a tag to compare

mod_dent only request tc 'pref 1' on ingress

hsflowd

18 Mar 19:29
Compare
Choose a tag to compare

Improve agent-address selection when agent=device is set.
Export new buffer depth and transit delay measurements when they appear via netlink psample.
Make sure tc(1) configured packet sampling happens before ingress ACLs.
Close and reopen collector sockets on sendto() failure (after short delay).