You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
mod_sonic: bugfix - retrieve output unicast packet counter via redis "SAI_PORT_STAT_IF_OUT_UCAST_PKTS" field
mod_k8s,mod_docker,mod_containerd: factor code that probes for VNIC details in other namespaces
interpret QSFP28 EEPROM optical counters
update example rtmetric/rtflow scripts to python3
New module mod_vpp. Compile using make FEATURES=VPP. This module receives packet-samples and counter-samples generated by the vpp-sflow plugin https://github.com/sflow/vpp-sflow. The VPP plugin sends random packet-samples on the Linux Netlink PSAMPLE multicast channel, and periodic interface counters on a Netlink USERSOCK multicast channel. If there are interfaces on the server that were not turned over to VPP, then they can still be monitored as before.