Description: nqaScheduleTable describes test instance task scheduling. It implements scheduling of test instances to reduce device burden caused by concurrent tasks. The scheduling content includes the setting of the start time and end time of a single test instance. When several tasks are performed at the same time, the device properly arranges start time and test intervals.
Creation restrictions: NoneModification restrictions: The Read-create node can be modified when a test instance is in inactive state.
Deletion restrictions: NoneAccess restrictions: None
The indexes of the table are nqaAdminCtrlOwnerIndex, nqaAdminCtrlTestName.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.111.2.3.1.1 |
nqaScheduleStartType |
INTEGER{default(0),startNow(1),startAt(2),startAfter(3),startDaily(4)} |
read-write |
Specifies the start type of the test instance. The object is used together with nqaScheduleStartTime. |
Value list: 1: default(0) 2: start-now(1) 3: start-at(2) 4: start-after(3). |
1.3.6.1.4.1.2011.5.25.111.2.3.1.2 |
nqaScheduleStartTime |
Unsigned32 |
read-write |
Specifies the start time of the test instance. Setting the value to 0 indicates to start the test instance immediately. After configuring this object, the status of the test instance is active, and the parameters of the test instance cannot be changed. |
The actually supported value range is 0-4294967295. |
1.3.6.1.4.1.2011.5.25.111.2.3.1.3 |
nqaScheduleEndType |
INTEGER{default(0),endAt(1),endAfter(2),endLifetime(3)} |
read-write |
Specifies the end type of the test instance. The object is used together with nqaScheduleEndTime. |
The actually supported value range is 0-4294967295. |
1.3.6.1.4.1.2011.5.25.111.2.3.1.4 |
nqaScheduleEndTime |
Unsigned32 |
read-write |
Specifies the end time of the test instance. |
The actually supported value range is 0-4294967295. |
1.3.6.1.4.1.2011.5.25.111.2.3.1.5 |
nqaScheduleAgeTime |
Integer32 |
read-write |
Specifies the aging time of the test instance, the time how long the test instance will be reserved in NQA, after the test instance is inactive. Setting the value to 0 indicates reserving the test instance eternally. |
The actually supported value range is 0-86399. |
1.3.6.1.4.1.2011.5.25.111.2.3.1.7 |
nqaScheduleNumOfInitiations |
Integer32 |
read-only |
Specifies the times that the test instance has been initialed. This object is used as the index of the result table, HTTP statistics table, jitter statistics table, FTP statistics table and history table. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.111.2.3.1.8 |
nqaScheduleLastFinishIndex |
Integer32 |
read-only |
Specifies the latest finished test of the test instance, which is used as the index of the result table. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.111.2.3.1.9 |
nqaScheduleOperStatus |
INTEGER{reset(1),stop(2),restart(3),active(4),inactive(5)} |
read-write |
Specifies the status of dispatching operation: - reset: Clear all the records of the test instance. - stop: Stop the test instance, if it's running. - restart: Stop the test instance, if it's running, and restart the test instance immediately. - active: The test instance is running; the parameters of the test instances cannot be changed. - inactive: The test instance doesn't be scheduled; the parameters of the test instances can be changed. |
Value list: 1: reset(1) 2: stop(2) 3: restart(3) 4: active(4) 5: inactive(5) ,now do not support reset(1) . |
1.3.6.1.4.1.2011.5.25.111.2.3.1.10 |
nqaScheduleLastCollectIndex |
Integer32 |
read-only |
Specifies the index of the latest collection statistics result record in the collection result table. |
This object is implemented as defined in the corresponding MIB files. |