Releases: sflow/host-sflow
hsflowd
hsflowd
hsflowd
Major reworking of the Linux port. Allows single rpm to be built with dynamic loadable modules for optional features. Supports systemd scheduling. Optional features can be compiled in using the "FEATURES" variable. For example:
make FEATURES="ULOG NFLOG PCAP DOCKER KVM OVS"
or:
make -k FEATURES=ALL
See INSTALL.Linux for more details.
hsflowd
hsflowd
Run counter-polling and packet-sampling in separate threads, so that a blocking call in the polling thread cannot stall the processing of packet samples.
Fix bug introduced in 1.29.0 that reversed sampling direction for Cumulus Linux packet-samples.
Avoid trying to read optical DOM stats from a module that does not support it.
hsflowd
Allow reporting on both containers and VMs at the same time (e.g. "make LIBVIRT=yes DOCKER=yes").
Improve container lifecycle so that containers are removed promptly after they exit.
Eliminate use of /etc/hsflowd.state file for mapping container/VM to sFlow dsIndex. Replaced with hashing scheme.
Reduce counter-polling overhead by refreshing interface counters only when necessary.
hsflowd
hsflowd
hsflowd
hsflowd
REL-1_28_1 tagging release 1_28_1