mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 23:28:56 +08:00
[rllib] Add three new long-running stress tests {APEX, IMPALA, PBT} (#4215)
This commit is contained in:
@@ -685,7 +685,7 @@ export IFS="
|
||||
# Call sudo to prompt for password before anything has been printed.
|
||||
sudo true
|
||||
workers=$(
|
||||
ps aux | grep ' ray_' | grep -v grep
|
||||
ps aux | grep -E ' ray_|default_worker.py' | grep -v grep
|
||||
)
|
||||
for worker in $workers; do
|
||||
echo "Stack dump for $worker";
|
||||
|
||||
Reference in New Issue
Block a user