Skip to main content
Version: Next

createCpuLoadSignal

Callable


  • Tracks CPU usage via SYSTEM_INFO events and reports overload when the platform or local OS metrics indicate the CPU is overloaded.


    Parameters

    Returns Omit<LoadSignal, getSample> & { handle: (payload) => void; store: SnapshotStore<CpuSnapshot>; getSample: any }