Skip to content

Releases: sflow/host-sflow

hsflowd

13 Mar 03:15
Compare
Choose a tag to compare

move mod_dropmon and mod_pcap to EVDebug configurable logging.

hsflowd

13 Dec 23:38
Compare
Choose a tag to compare

mod_pcap: support for DLT_LINUX_SLL encapsulation
mod_dropmon: hide option (experimental)

hsflowd

21 Sep 03:30
Compare
Choose a tag to compare

mod_k8s: improved association of traffic to pod.
mod_k8s: fixed GPU assignment discovery.
mod_tcp: support DIAG lookups in alternate network namespaces.
logging: introduce new options for selective debug logging.

hsflowd

01 Sep 20:03
Compare
Choose a tag to compare

SONiC: enable mod_dropmon and allow dropLimit config via redis DB.
mod_docker: fix HTTP 1.1 headers.

hsflowd

03 Jun 23:07
Compare
Choose a tag to compare

mod_sonic now waits for SYSTEM_READY Status=Up with a timeout. On timeout, proceeds as if Status=Up was detected. Timeout defaults to 180S but can be overridden in hsflowd.conf with, for example:

sonic { waitReady=60 }

hsflowd

01 Jun 19:26
Compare
Choose a tag to compare

mod_sonic: allow redis db parameters such as unixSocketPath to be updated when re-reading database_config.json

hsflowd

01 Jun 18:53
Compare
Choose a tag to compare

mod_sonic: handle failed connect or failed password more gracefully.
mod_sonic: allow sonic { dbconfig=path_to_json } override in hsflowd.conf for testing.

hsflowd

31 May 23:21
Compare
Choose a tag to compare

mod_sonic: free resources when db connect fails.
gperftools: heap profiling with GPROF=yes

v2.0.51-21

31 May 20:45
Compare
Choose a tag to compare

mod_sonic: improve redis connect logging
gperftools: register threads

hsflowd

31 May 19:40
Compare
Choose a tag to compare

make with GPROF=yes for use with Google gperftools
mod_sonic improve logging when fail to connect to redis DB