コード例 #1
0
def monitor(cluster_config_file, lines, cluster_name):
    """Tails the autoscaler logs of a Ray cluster."""
    monitor_cluster(cluster_config_file, lines, cluster_name)
コード例 #2
0
def monitor(cluster_config_file, lines, cluster_name):
    """Runs `tail -n [lines] -f /tmp/ray/session_*/logs/monitor*` on head."""
    monitor_cluster(cluster_config_file, lines, cluster_name)