Added
server.statsevent broadcast every 6 seconds while at least one client is connected, carryingat(unix seconds),hostCpuUtilization,processCpuUtilization,hostMemoryUtilization, andprocessMemoryUtilization. Host values read/procand are omitted off Linux; inside a container/procreports the host, matching what Plex's statistics endpoints show. The 6-second cadence matches Plex's resolution so dashboards can chart all server types together.task.started,task.progress, andtask.completedevents from the server's scheduled task manager. Payloads carrytaskId,taskName, andtaskCategoryon start,progress(0-100) during execution, andstate(the completion status) on finish. Progress is throttled to one event per task per percent moved or per 2 seconds, whichever comes first.