Add debug to help track down ci/localnet-sanity.sh instability

This commit is contained in:
Michael Vines 2019-08-27 08:48:05 -07:00
parent 85f03b590d
commit 7aaf5bc02c
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 8 additions and 0 deletions

View File

@ -84,6 +84,14 @@ test-stable-perf)
;;
esac
## DEBUG to help track down ci/localnet-sanity.sh instability
echo --- ps
ps aux
echo --- netstat
netstat -n --protocol=ip --all
## END DEBUG
# Assumes target/debug is populated. Ensure last build command
# leaves target/debug in the state intended for localnet-sanity
echo --- ci/localnet-sanity.sh