Megatest

open-files.sh at [1d9da3b7a0]
Login

File utils/open-files.sh artifact 61001a23e2 part of check-in 1d9da3b7a0


echo "Database opens:  $(lsof -c mtest|egrep '.*db$'|wc -l)"
echo "Logfile opens:   $(lsof -c mtest|egrep '.*log$'|wc -l)"
echo "TCP connections: $(lsof -c mtest|grep TCP|wc -l)"