add utils

This commit is contained in:
Chris Hammer
2022-02-11 12:37:21 -05:00
parent d729a8f309
commit 20c9d5ceb9
8 changed files with 571 additions and 0 deletions

1
utils/aap2_worker_count.sh Executable file
View File

@ -0,0 +1 @@
watch -t -n .1 'ps auxww|grep -i worker|grep awx|wc -l'