Megatest

Artifact [61001a23e2]
Login

Artifact 61001a23e24a7ce3289da103b1b94ca5d139e3a7:


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)"