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:
Robert Nishihara
2017-03-16 15:27:00 -07:00
committed by Philipp Moritz
parent 3333e1d6b9
commit f1d4dda8cb
6 changed files with 320 additions and 26 deletions
+3
View File
@@ -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