Differences From Artifact [41ceea4376]:
- Executable file utils/watch-close-wait.sh — part of check-in [2d5edb0a67] at 2017-07-17 08:50:27 on branch v1.64 — Added simple script for observing close_wait (user: mrwellan, size: 305) [annotate] [blame] [check-ins using]
To Artifact [76c32422d7]:
- Executable file utils/watch-close-wait.sh — part of check-in [1d4c2ff5ec] at 2017-07-17 10:42:02 on branch v1.64 — Fixed watch close wait script (user: mrwellan, size: 408) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 | 1 2 3 4 5 6 7 8 | - + | psline=$(ps -F -u $USER | grep "mtest" |grep " -run " | egrep " -(target|reqtarg) "| head -1) id=$(echo $psline|awk '{print $2}') echo "Watching process for command line: $psline" echo " with PID=$id" while true;do |