SystemMonitor constructor
const
SystemMonitor({})
Creates a system monitor.
Implementation
const SystemMonitor({
this.agentVersion = omnyServerVersion,
this.clock = const SystemClock(),
this.processLimit = 20,
});
Creates a system monitor.
const SystemMonitor({
this.agentVersion = omnyServerVersion,
this.clock = const SystemClock(),
this.processLimit = 20,
});