vmware-archive / validation-app-engine

**validation-app-engine** an agent based distributed workload resource validation and monitoring engine that lets various quality and reliability engineering teams to validate their products at large scale.
4 stars 3 forks source link

axon: Fix pcap file termination issue. #11

Closed gitvipin closed 4 years ago

gitvipin commented 4 years ago

Change here

Previously due to abrupt killing of child process (without wait) , tcpdump was not able to analyze all the file and tcpdump -r used to give error. With the change, all the file is processed correctly.

Signed-off-by: Vipin Sharma sh.vipin@gmail.com