/AWS1/CL_SGMSTAIRS¶
Defines the stairs traffic pattern for an Inference Recommender load test. This pattern type consists of multiple steps where the number of users increases at each step.
Specify either the stairs or phases traffic pattern.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_durationinseconds
TYPE /AWS1/SGMTRAFFICDURINSECONDS
/AWS1/SGMTRAFFICDURINSECONDS
¶
Defines how long each traffic step should be.
iv_numberofsteps
TYPE /AWS1/SGMNUMBEROFSTEPS
/AWS1/SGMNUMBEROFSTEPS
¶
Specifies how many steps to perform during traffic.
iv_usersperstep
TYPE /AWS1/SGMUSERSPERSTEP
/AWS1/SGMUSERSPERSTEP
¶
Specifies how many new users to spawn in each step.
Queryable Attributes¶
DurationInSeconds¶
Defines how long each traffic step should be.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DURATIONINSECONDS() |
Getter for DURATIONINSECONDS, with configurable default |
ASK_DURATIONINSECONDS() |
Getter for DURATIONINSECONDS w/ exceptions if field has no v |
HAS_DURATIONINSECONDS() |
Determine if DURATIONINSECONDS has a value |
NumberOfSteps¶
Specifies how many steps to perform during traffic.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NUMBEROFSTEPS() |
Getter for NUMBEROFSTEPS, with configurable default |
ASK_NUMBEROFSTEPS() |
Getter for NUMBEROFSTEPS w/ exceptions if field has no value |
HAS_NUMBEROFSTEPS() |
Determine if NUMBEROFSTEPS has a value |
UsersPerStep¶
Specifies how many new users to spawn in each step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_USERSPERSTEP() |
Getter for USERSPERSTEP, with configurable default |
ASK_USERSPERSTEP() |
Getter for USERSPERSTEP w/ exceptions if field has no value |
HAS_USERSPERSTEP() |
Determine if USERSPERSTEP has a value |