Commit Graph

9 Commits

Author SHA1 Message Date
alanamarzoev bfe473fa8c Embedded task trace with object dependencies. (#818)
* Embedded timeline

* Yeah

* Fixed arrows not showing up.

* Fixed arrows not showing up, and added check boxes for the kinds of dependencies that should be included in the trace.

* first

* Fixes

* Fixed typo in comments, added more comments. fixed linting.

* Added more comments.

* Formatting.

* fixes

* Fixed state.py linting.

* Fixed ui.py linting errors.

* Fixed linting errors.

* Renamed task dependencies and included instructions for viewing arrows.

* Fixed according to PR comments.

* Fixed bug.

* Undid changes to metadata blocks.

* Fixes according to comments.

* Fixed linting.

* Fixed linting.

* NOQA keyword added to link line.
2017-08-09 23:00:14 -07:00
alanamarzoev 99badc7ae4 UI functions in separate file. (#801)
* UI file.

* Fixed linting.

* Change UI instructions slightly.
2017-08-02 19:32:18 -07:00
alanamarzoev dfcd399dbb Cluster heat map. (#792) 2017-07-31 20:49:31 -07:00
alanamarzoev 0f0acb8ac1 CPU Time Series. (#765)
Add time series of CPU utilization to web UI.
2017-07-26 00:15:50 -07:00
alanamarzoev c31c20ca9c Code toggling instructions. (#757) 2017-07-20 10:51:33 -07:00
alanamarzoev 853b2913b7 Task duration distribution plot. (#743)
* Task duration distribution plot.

* Fixed bug.

* Changed axis labels.

* Modify task start point.

* Modified task_profiles func to decode in ascii.

* Nvm

* Changed to double quotes and added comments.

* fixed linting

* Fixed linting.

* Fixed bug.
2017-07-19 23:15:17 -07:00
alanamarzoev 2b3190ad13 Chrome trace timeline with sliders. (#731)
* Trace timeline with sliders.

* Trace.

* Switched ujson to json.

* Fixed tests.

* linting fixes

* Fixed bug.

* Cleaned up code.

* Fixes according to comments.

* removed checkpoints.

* Undid accidental delete.

* Fixed linting error.

* Added documentation to notebook.

* Undid accidental deletes.

* Add comments and small formatting fixes.

* Small fix.
2017-07-17 19:59:49 -07:00
alanamarzoev 2b11a7bca2 Add task ID and object ID search boxes to web UI. (#704)
* Task search box.

* Cleaned up.

* Small reformatting.

* Add object table search box.
2017-07-01 17:48:23 -04:00
alanamarzoev ed9380d73d Automatically start web UI in ray.init(). (#687)
* Start up webui on ray.init

* Removed .ipynb checkpoint folders.

* Removed print statements in cleanup function.

* Fixed

* Removed extra file.

* Cleaned up ui.

* Don't start browser automatically in ray.init(), also copy the notebook every time so that changes don't persist.

* Update setup.py and installation instructions to install jupyter.

* Don't automatically install jupyter, don't start the UI if jupyter is not installed.

* Improve error message when failing to start UI.
2017-06-20 10:32:55 -07:00