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

Afficher le fichier Open project: Invenietis/ck-core

Méthodes publiques

Свойство 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
Résultat 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
Résultat int

LoopCount public_oe property

public int LoopCount
Résultat int

NewThreadCount public_oe property

public int NewThreadCount
Résultat int

PoolThreadCount public_oe property

public int PoolThreadCount
Résultat int

SendingThreadProbToSleep public_oe property

public double SendingThreadProbToSleep
Résultat double

UseLocalTestStrategy public_oe property

public bool UseLocalTestStrategy
Résultat bool