Skip to content

AWS_postman_collection_general_Scenarios_Stress1

TsabarM edited this page Nov 6, 2019 · 1 revision
{
	"info": {
		"_postman_id": "dd1ae19f-d132-420b-9427-52e6b1f2f1f6",
		"name": "different activity levels",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "disk activity levels",
			"item": [
				{
					"name": "disk activity 1",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 * * * *&args=--iomix 1 -iomix-bytes 1m -t 30s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 * * * *"
								},
								{
									"key": "args",
									"value": "--iomix 1 -iomix-bytes 1m -t 30s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 2",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/2 * * * *&args=--iomix 2 -iomix-bytes 10m -t 50s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/2 * * * *"
								},
								{
									"key": "args",
									"value": "--iomix 2 -iomix-bytes 10m -t 50s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 3",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/5 * * * *&args=--iomix 3 -iomix-bytes 100m -t 2m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/5 * * * *"
								},
								{
									"key": "args",
									"value": "--iomix 3 -iomix-bytes 100m -t 2m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 4",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/6 * * * *&args=--iomix 3 -iomix-bytes 800g -t 5m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/6 * * * *"
								},
								{
									"key": "args",
									"value": "--iomix 3 -iomix-bytes 800g -t 5m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 5",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/10 * * * *&args=--iomix 4 -iomix-bytes 1g -t 9m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/10 * * * *"
								},
								{
									"key": "args",
									"value": "--iomix 4 -iomix-bytes 1g -t 9m"
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "memory activity levels",
			"item": [
				{
					"name": "memory activity 1",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 * * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 128M -t 10s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 * * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 128M -t 10s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 2",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 * * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 256M -t 45s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 * * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 256M -t 45s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 3 (2g)",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/5 * * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 2G -t 3m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/5 * * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 2G -t 3m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 3 (5g)",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/5 * * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 5G -t 3m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/5 * * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 5G -t 3m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 4 (6g)",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/5 * * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 6G -t 4m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/5 * * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 6G -t 4m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 4 (10g)",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/5 * * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 10G -t 4m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/5 * * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 10G -t 4m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 5 (8g)",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/6 * * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 8G -t 5m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/6 * * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 8G -t 5m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 5 (16g)",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/6 * * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 16G -t 5m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/6 * * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 16G -t 5m"
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "cpu activity levels",
			"item": [
				{
					"name": "stress1.monitor.net:3000/stress/?exp=0-30/1 * * * *\"&args=--cpu 0 -l 10% -t 35s",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 * * * *\"&args=--cpu 0 -l 10% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 * * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 10% -t 35s",
									"description": "generaly CPU usage should be 0-2.5% (average)"
								}
							]
						},
						"description": "station 1\ncomputer on- only CPU - activity level 1\n"
					},
					"response": []
				},
				{
					"name": "cpu activity level 1",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 * * * *\"&args=--cpu 0 -l 2% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 * * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 2% -t 35s",
									"description": "generaly CPU usage should be 0-2.5% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpu activity level 2",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 * * * *\"&args=--cpu 0 -l 10% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 * * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 10% -t 35s",
									"description": "generaly CPU usage should be 8% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpu activity level 3",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 * * * *\"&args=--cpu 0 -l 30% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 * * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 30% -t 35s",
									"description": "generaly CPU usage should be 8% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpuactivity level 4",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 * * * *\"&args=--cpu 0 -l 80% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 * * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 80% -t 35s",
									"description": "generaly CPU usage should be 8% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpu activity level 5",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 * * * *\"&args=--cpu 0 -l 99% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 * * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 99% -t 35s",
									"description": "generaly CPU usage should be 8% (average)"
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "stress 1",
			"item": [
				{
					"name": "cpu activity level 1 10:00-10:30",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 10 * * *\"&args=--cpu 0 -l 2% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 10 * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 2% -t 35s",
									"description": "generaly CPU usage should be 0-2.5% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 1 10:00-10:30",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 10 * * *&args=--iomix 1 -iomix-bytes 1m -t 30s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 10 * * *"
								},
								{
									"key": "args",
									"value": "--iomix 1 -iomix-bytes 1m -t 30s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 1 1000-1030",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 10 * * *&args=-c 2 -i 1 -m 1 --vm-bytes 128M -t 10s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 10 * * *"
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 128M -t 10s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpu activity level 2 10:30-10:59",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=30-59/1 10 * * *\"&args=--cpu 0 -l 10% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "30-59/1 10 * * *\""
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 10% -t 35s",
									"description": "generaly CPU usage should be 8% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 2 10:30-10:59",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=30-59/2 10 * * *&args=--iomix 2 -iomix-bytes 10m -t 50s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "30-59/2 10 * * *"
								},
								{
									"key": "args",
									"value": "--iomix 2 -iomix-bytes 10m -t 50s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 2 1030-1059",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=30-59/1 10 * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 256M -t 45s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "30-59/1 10 * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 256M -t 45s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpu activity level 2 11:00-11:59",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-59/1 11 * * *\"&args=--cpu 0 -l 10% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-59/1 11 * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 10% -t 35s",
									"description": "generaly CPU usage should be 8% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 2 11:00-11:59",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-59/2 11 * * *\"&args=--iomix 2 -iomix-bytes 10m -t 50s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-59/2 11 * * *\""
								},
								{
									"key": "args",
									"value": "--iomix 2 -iomix-bytes 10m -t 50s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 2 11:00-11:59",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-59/1 11 * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 256M -t 45s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-59/1 11 * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 256M -t 45s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpu activity level 1 12:00-12:30",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 12 * * *\"&args=--cpu 0 -l 2% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 12 * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 2% -t 35s",
									"description": "generaly CPU usage should be 0-2.5% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 1 12:00-12:30",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 12 * * *&args=--iomix 1 -iomix-bytes 1m -t 30s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 12 * * *"
								},
								{
									"key": "args",
									"value": "--iomix 1 -iomix-bytes 1m -t 30s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 1 1200-1230",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 12 * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 128M -t 10s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 12 * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 128M -t 10s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpu activity level 3 12:30-12:59",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=30-59/1 12 * * *\"&args=--cpu 0 -l 30% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "30-59/1 12 * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 30% -t 35s",
									"description": "generaly CPU usage should be 8% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 3 12:30-12:59",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=30-59/5 12 * * *\"&args=--iomix 3 -iomix-bytes 100m -t 2m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "30-59/5 12 * * *\""
								},
								{
									"key": "args",
									"value": "--iomix 3 -iomix-bytes 100m -t 2m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 3 (5g) 1230-1259",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=30-59/5 12 * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 5G -t 3m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "30-59/5 12 * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 5G -t 3m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpu activity level 3 13:00-15:00",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=*/1 13-15 * * *\"&args=--cpu 0 -l 30% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "*/1 13-15 * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 30% -t 35s",
									"description": "generaly CPU usage should be 8% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 3 13:00-15:00",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=*/5 13-15 * * *\"&args=--iomix 3 -iomix-bytes 100m -t 2m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "*/5 13-15 * * *\""
								},
								{
									"key": "args",
									"value": "--iomix 3 -iomix-bytes 100m -t 2m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 3 (5g) 1300-1500",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/5 13-15 * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 5G -t 3m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/5 13-15 * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 5G -t 3m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 4 15:00-16:00",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=*/6 15-16 * * *&args=--iomix 3 -iomix-bytes 800g -t 5m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "*/6 15-16 * * *"
								},
								{
									"key": "args",
									"value": "--iomix 3 -iomix-bytes 800g -t 5m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 4 (10g) 15:00-16:00",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=*/5 15-16 * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 10G -t 4m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "*/5 15-16 * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 10G -t 4m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpuactivity level 4 15:00-16:00",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=*/1 15-16 * * *\"&args=--cpu 0 -l 80% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "*/1 15-16 * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 80% -t 35s",
									"description": "generaly CPU usage should be 8% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpu activity level 5 16:00-1700",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=*/1 16-17 * * *\"&args=--cpu 0 -l 99% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "*/1 16-17 * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 99% -t 35s",
									"description": "generaly CPU usage should be 8% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 5 (16g) 1600-1700",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=*/6 16-17 * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 16G -t 5m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "*/6 16-17 * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 16G -t 5m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 5 1600-1700",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=*/10 16-17 * * *&args=--iomix 4 -iomix-bytes 1g -t 9m",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "*/10 16-17 * * *"
								},
								{
									"key": "args",
									"value": "--iomix 4 -iomix-bytes 1g -t 9m"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "cpu activity level 1 17:00-17:30",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 17 * * *\"&args=--cpu 0 -l 2% -t 35s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 17 * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 2% -t 35s",
									"description": "generaly CPU usage should be 0-2.5% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 1 17:00-17:30",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 17 * * *&args=--iomix 1 -iomix-bytes 1m -t 30s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 17 * * *"
								},
								{
									"key": "args",
									"value": "--iomix 1 -iomix-bytes 1m -t 30s"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "memory activity 1 1700-1730",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress1.monitor.net:3000/stress/?exp=0-30/1 17 * * *\"&args=-c 2 -i 1 -m 1 --vm-bytes 128M -t 10s",
							"host": [
								"stress1",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-30/1 17 * * *\""
								},
								{
									"key": "args",
									"value": "-c 2 -i 1 -m 1 --vm-bytes 128M -t 10s"
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "stress 2",
			"item": [
				{
					"name": "cpu activity level 1 Copy Copy",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress2.monitor.net:3000/stress/?exp=0-2/1 10 * * *\"&args=--cpu 0 -l 2% -t 35s",
							"host": [
								"stress2",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-2/1 10 * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 2% -t 35s",
									"description": "generaly CPU usage should be 0-2.5% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 1 Copy Copy",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress2.monitor.net:3000/stress/?exp=0-2/1 10 * * *&args=--iomix 1 -iomix-bytes 1m -t 30s",
							"host": [
								"stress2",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-2/1 10 * * *"
								},
								{
									"key": "args",
									"value": "--iomix 1 -iomix-bytes 1m -t 30s"
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "stress 3",
			"item": [
				{
					"name": "cpu activity level 1 Copy Copy Copy",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress3.monitor.net:3000/stress/?exp=0-15/1 10 * * *\"&args=--cpu 0 -l 2% -t 35s",
							"host": [
								"stress3",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-15/1 10 * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 2% -t 35s",
									"description": "generaly CPU usage should be 0-2.5% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 1 Copy Copy Copy",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress3.monitor.net:3000/stress/?exp=0-15/1 10 * * *&args=--iomix 1 -iomix-bytes 1m -t 30s",
							"host": [
								"stress3",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-15/1 10 * * *"
								},
								{
									"key": "args",
									"value": "--iomix 1 -iomix-bytes 1m -t 30s"
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "stress 4",
			"item": [
				{
					"name": "cpu activity level 1 Copy Copy Copy Copy",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress4.monitor.net:3000/stress/?exp=0-15/1 10 * * *\"&args=--cpu 0 -l 2% -t 35s",
							"host": [
								"stress4",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-15/1 10 * * *\"",
									"description": "every 1 minute for 30 minutes"
								},
								{
									"key": "args",
									"value": "--cpu 0 -l 2% -t 35s",
									"description": "generaly CPU usage should be 0-2.5% (average)"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "disk activity 1 Copy Copy Copy Copy",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "stress4.monitor.net:3000/stress/?exp=0-15/1 10 * * *&args=--iomix 1 -iomix-bytes 1m -t 30s",
							"host": [
								"stress4",
								"monitor",
								"net"
							],
							"port": "3000",
							"path": [
								"stress",
								""
							],
							"query": [
								{
									"key": "exp",
									"value": "0-15/1 10 * * *"
								},
								{
									"key": "args",
									"value": "--iomix 1 -iomix-bytes 1m -t 30s"
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		}
	],
	"protocolProfileBehavior": {}
}
Clone this wiki locally