An operator sees an unexpected burst on `traffic0` and needs to identify the source and application without capturing payloads. $ ze config show demos/terminal/traffic-anomaly/ze.conf traffic usage The daemon configuration shows eBPF accounting enabled on `traffic0`, with per-IP tracking and bounded maps. $ ze cli -c "show traffic usage name traffic0" The complete baseline snapshot is displayed. $ ip netns exec traffic-peer ping -c 4 10.77.0.1 $ ip netns exec traffic-peer curl -s -o /dev/null http://10.77.0.1:8080/payload.txt The isolated workload sends ICMP and HTTP traffic. $ ze cli -c "show traffic usage name traffic0" The complete live snapshot attributes bytes to source 10.77.0.2, ICMP, TCP destination port 8080, and reports map occupancy. The accounting path observes traffic only and never modifies or drops packets.