We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2170d89 + 3be6bcf commit 6ba6752Copy full SHA for 6ba6752
scripts/monitoring/utils.sh
@@ -59,7 +59,7 @@ log_workers_cur_fn() {
59
# related to requests connection pooling
60
# - get_availability|get_api_response: Main time block for IA requests
61
62
- for pid in $(ps aux | grep 'gunicorn' | grep -v 'grep' | awk '{print $2}'); do
+ for pid in $(ps aux | grep -E 'openlibrary-server|coverstore-server' | grep -v 'grep' | awk '{print $2}'); do
63
echo "$pid $(py_spy_cur_fn $pid)";
64
done 2>/dev/null \
65
| awk '{print $2}' \
0 commit comments