C# Class CK.Monitoring.Tests.StressTests.RunContextParam

Exibir arquivo Open project: Invenietis/ck-core

Public Properties

Property Type Description
DispatcherMaxCapacity int
HandlerExtraLoad int
LoopCount int
NewThreadCount int
PoolThreadCount int
SendingThreadProbToSleep double
UseLocalTestStrategy bool

Property Details

DispatcherMaxCapacity public_oe property

This is much more small than the default 64*1024 default.
public int DispatcherMaxCapacity
return int

HandlerExtraLoad public_oe property

The default value is 20. This stress test creates a lot of events in a very short period of time (at least with SendingThreadProbToSleep sets to 0). For this to have an effect it must be set to 0 or 1.
public int HandlerExtraLoad
return int

LoopCount public_oe property

public int LoopCount
return int

NewThreadCount public_oe property

public int NewThreadCount
return int

PoolThreadCount public_oe property

public int PoolThreadCount
return int

SendingThreadProbToSleep public_oe property

public double SendingThreadProbToSleep
return double

UseLocalTestStrategy public_oe property

public bool UseLocalTestStrategy
return bool