NAME

Developer::Dashboard::RuntimeManager - runtime lifecycle manager

SYNOPSIS

my $runtime = Developer::Dashboard::RuntimeManager->new(...);
my $pid = $runtime->start_web;

DESCRIPTION

This module manages the lifecycle of the dashboard web service and managed collector loops, including stop and restart orchestration.

METHODS

new, start_web, running_web, stop_web, start_collectors, stop_collectors, stop_all, restart_all, web_state, web_log

Construct and manage the dashboard runtime.