Is there a way to store an display(over Bokeh) dask distributed history I would like to analyse/compare old dask distributed runs
Asked
Active
Viewed 29 times
0
-
What exactly do you mean by history? Logs? Tasks graphs? Profile history? – Vladyslav Moisieienkov Nov 10 '18 at 20:43
-
@VladyslavMoisieienkov Tasks graphs , Profile history – sami Nov 12 '18 at 10:43
-
As I know there is no such functionality. You can submit an issue with the proposal. Link - https://github.com/dask/distributed/issues – Vladyslav Moisieienkov Nov 14 '18 at 17:23
-
Found in distributed docs `client.profile()` method (https://distributed.readthedocs.io/en/latest/api.html#distributed.Client.profile). You can use it for manually collecting and saving profiling info – Vladyslav Moisieienkov Nov 14 '18 at 23:22
-
@VladyslavMoisieienkov , thanks mate – sami Nov 15 '18 at 13:20