Difference between revisions of "Stress Tester"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
Line 1: Line 1:
 +
 +
 +
== Example ==
 
  [{
 
  [{
  "description": "Test Description",
+
  "description": "Test Description",
  "devices": 10,
+
  "devices": 10,
  "devicesSteps": 10,
+
  "devicesSteps": 10,
  "dstIPFirstOctet": 11,
+
  "dstIPFirstOctet": 11,
  "dstIPFourthOctetModder": 1,
+
  "dstIPSecondOctetEnd": 2,
  "dstIPSecondOctetModder": 1,
+
  "dstIPThirdOctetEnd": 10,
  "dstIPThirdOctetModder": 1,
+
  "dstIPFourthOctetEnd": 100,
  "dstPortModder": 10,
+
  "dstPortEnd": 10,
  "durationMsec": 600000,
+
  "durationMsec": 1200000,
  "flows": 1000,
+
  "flows": 1000,
  "flowsSteps": 1000,
+
  "flowsSteps": 1000,
  "iterations": 1,
+
  "iterations": 1,
  "proto1": 6,
+
  "proto1": 6,
  "proto2": 17,
+
  "proto2": 17,
  "randomized": true,
+
  "randomized": true,
  "srcIPFirstOctet": 10,
+
  "srcIPFirstOctet": 10,
  "srcIPFourthOctetModder": 1,
+
  "srcIPSecondOctetEnd": 2,
  "srcIPSecondOctetModder": 1,
+
  "srcIPThirdOctetEnd": 3,
  "srcIPThirdOctetModder": 1,
+
  "srcIPFourthOctetEnd": 4,
  "srcPortModder": 100,
+
  "srcPortEnd": 1,
  "tosModder": 3,
+
  "tosEnd": 20,
  "srcIntModder":2,
+
"srcIntEnd":20,
  "dstIntModder":2
+
"dstIntEnd":10
 
  }]
 
  }]

Revision as of 09:14, 28 July 2023


== Example ==
[{
 "description": "Test Description",
 "devices": 10,
 "devicesSteps": 10,
 "dstIPFirstOctet": 11,
 "dstIPSecondOctetEnd": 2,
 "dstIPThirdOctetEnd": 10,
 "dstIPFourthOctetEnd": 100,
 "dstPortEnd": 10,
 "durationMsec": 1200000,
 "flows": 1000,
 "flowsSteps": 1000,
 "iterations": 1,
 "proto1": 6,
 "proto2": 17,
 "randomized": true,
 "srcIPFirstOctet": 10,
 "srcIPSecondOctetEnd": 2,
 "srcIPThirdOctetEnd": 3,
 "srcIPFourthOctetEnd": 4,
 "srcPortEnd": 1,
 "tosEnd": 20,
"srcIntEnd":20,
"dstIntEnd":10
}]