bash script: capturing tcp traffic on a remote server sometimes works, sometimes fails. No errors
Background I am running BusyBox in the remote server. I have a bash script that does two things: 1. via ssh, starts a sub process to monitor tcp traffic using tcpdump command. Save results to a …