LoadTestGoalBasedLoadProfile Members

Include Protected Members
Include Inherited Members

Represents the load profile of a load test that has a goal-based load pattern.

The LoadTestGoalBasedLoadProfile type exposes the following members.

Constructors

 

Name

Description

Public method

LoadTestGoalBasedLoadProfile

Initializes a new instance of the LoadTestGoalBasedLoadProfile class.

Top

Methods

 

Name

Description

Public method

CheckIfProfileCanBeModified

(Inherited from LoadTestLoadProfile.)

Public method

Copy

Returns a copy of the object, typically a LoadTestPlugin object. The caller can then modify it and reassign it to the LoadProfile property of the LoadTestScenario object. (Inherited from LoadTestLoadProfile.)

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetLoad

Returns the user load that should be used at the current time in the load test based on the value of elapsedSeconds since the start of the load test passed as an argument. (Overrides LoadTestLoadProfile.GetLoad(Int32).)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Public method

Validate

Throws an InvalidLoadProfileException if the LoadProfile object has invalid or inconsistent properties. It also displays an appropriate message. (Overrides LoadTestLoadProfile.Validate().)

Top

Properties

 

Name

Description

Public property

CategoryName

Gets or sets a performance counter category to monitor.

Public property

CounterName

Gets or sets the performance counter to monitor.

Public property

HigherValuesBetter

Set this Boolean value to True when the performance counter specified by the Category and Counter properties is a performance counter for which a lower value indicates higher utilization of a resource.

Public property

InitialUserCount

Gets or sets the initial user count. This is the number of virtual users to run at the start of the load test before the user load is adjusted, based on the specified goal.

Public property

InstanceName

Gets or sets the performance counter instance to monitor.

Public property

MachineName

Gets or sets the name of the computer to monitor.

Public property

MaxTargetValue

Gets or sets an upper limit to target. Load is increased or decreased to keep the counter below this value.

Public property

MaxUserCount

Gets or sets the maximum user count. The load cannot not exceed this value after the goal is met. (Overrides LoadTestLoadProfile.MaxUserCount.)

Public property

MaxUserCountDecrease

Gets or sets the maximum amount by which to reduce the user load.

Public property

MaxUserCountIncrease

Gets or sets the maximum amount by which to increase the user load.

Public property

MinTargetValue

Gets or sets the lower limit to target for the goal-based load pattern.

Public property

MinUserCount

Gets or sets the minimum user count. The load cannot go below this value even to satisfy the goal. (Overrides LoadTestLoadProfile.MinUserCount.)

Public property

ScenarioName

The name of the scenario in the load test that the load profile implementation is controlling. (Inherited from LoadTestLoadProfile.)

Public property

StopAdjustingAtGoal

True indicates to stop adjusting user load. False indicates that the test must continue to adjust the user load throughout the test if needed to keep the specified performance counter value within the target range.

Top

See Also

Reference

LoadTestGoalBasedLoadProfile Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace