I found out that tcpdump much more reliable than
python libpcap bindings, and works well under load
- start tcpdump listeners for each iface
(will catch both tagged/untagged traffic)
- deserealize pcap data with help of scapy rdpcap util
- all pcap file will be stored in /var/run/pcap_dir by default
and maybe attached to diagnostic snapshot
Reviewed: https:/ /review. openstack. org/117124 /git.openstack. org/cgit/ stackforge/ fuel-web/ commit/ ?id=eea6b54d225 f1304a51a9cedb3 be5e4f96656f12
Committed: https:/
Submitter: Jenkins
Branch: stable/5.0
commit eea6b54d225f130 4a51a9cedb3be5e 4f96656f12
Author: Dima Shulyak <email address hidden>
Date: Tue Jul 29 17:03:40 2014 +0300
Use tcpdump for traffic dumping in net_probe
I found out that tcpdump much more reliable than
python libpcap bindings, and works well under load
- start tcpdump listeners for each iface
(will catch both tagged/untagged traffic)
- deserealize pcap data with help of scapy rdpcap util
- all pcap file will be stored in /var/run/pcap_dir by default
and maybe attached to diagnostic snapshot
Change-Id: Id8320d4a05c846 87c7a0a3d0ddbce 4d05a7115ea
Closes-Bug: 1306705