Skip to content

Home > @esengine/ecs-framework-monorepo > BandwidthMonitorConfig

BandwidthMonitorConfig interface

带宽监控配置

Signature:

typescript
export interface BandwidthMonitorConfig

Properties

Property

Modifiers

Type

Description

adaptiveFactor

number

自适应调整因子

criticalThreshold

number

严重阈值(0-1)

enableAdaptive

boolean

是否启用自适应调整

monitorInterval

number

监控间隔(毫秒)

sampleWindowSize

number

采样窗口大小

warningThreshold

number

预警阈值(0-1)

基于 MIT 许可证发布