mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:00:36 +08:00
Put all log files in redis and visualize them in UI. (#350)
* Start process for monitoring log files and push changes to redis. * Display log files in UI. * Bug fix for recent tasks. * Use flatbuffers to parse local scheduler heartbeats.
This commit is contained in:
committed by
Philipp Moritz
parent
3333e1d6b9
commit
f1d4dda8cb
@@ -16,3 +16,6 @@ killall polymer
|
||||
|
||||
# Find the PID of the Ray UI backend process and kill it.
|
||||
kill $(ps aux | grep ray_ui.py | awk '{ print $2 }') 2> /dev/null
|
||||
|
||||
# Find the PID of the Ray log monitor process and kill it.
|
||||
kill $(ps aux | grep log_monitor.py | awk '{ print $2 }') 2> /dev/null
|
||||
|
||||
Reference in New Issue
Block a user