diff --git a/scripts/watch-threads.sh b/scripts/watch-threads.sh new file mode 100755 index 0000000..864fbad --- /dev/null +++ b/scripts/watch-threads.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +watch -d -n 0.5 ps H -o euser,pid,tid,comm,%mem,rss,%cpu,psr -p `pgrep aquatic`