Artifact 61001a23e24a7ce3289da103b1b94ca5d139e3a7:
- Executable file utils/open-files.sh — part of check-in [76fac9ef30] at 2022-09-18 18:12:21 on branch v1.70 — Add back and improve waiting for journal plus few other performance helpers (user: matt, size: 179) [annotate] [blame] [check-ins using] [more...]
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)"