I don't seem to find in the documentation.
Let's say I create my cluster with ray start --head
as stated in the documentation. How can I monitor the cluster? When I write the standard command ray monitor
, it always throws me an error because I haven't included any CLUSTER_CONFIG_FILE
.
I can even add another computer to the cluster with the command ray start --address='<ip-and-port>'
but I'm not able to monitor anything that is happening, if I have dashboard activated I can see the cluster in the web interface, but otherwise, I can with the command line. Am I missing something?