Skip to content

Commit 212548e

Browse files
committed
changed version numbers for NW faults
1 parent be18d8b commit 212548e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/chaos-studio/chaos-studio-fault-library.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
173173

174174
| Property | Value |
175175
|-|-|
176-
| Capability name | DiskIOPressure-1.0 |
176+
| Capability name | DiskIOPressure-1.1 |
177177
| Target type | Microsoft-Agent |
178178
| Supported OS types | Windows |
179179
| Description | Uses the [diskspd utility](https://github.com/Microsoft/diskspd/wiki) to add disk pressure to a Virtual Machine. Pressure is added to the primary disk by default, or the disk specified with the targetTempDirectory parameter. This fault has five different modes of execution. The artificial disk pressure is removed at the end of the duration or if the experiment is canceled. |
180180
| Prerequisites | None. |
181-
| Urn | urn:csci:microsoft:agent:diskIOPressure/1.0 |
181+
| Urn | urn:csci:microsoft:agent:diskIOPressure/1.1 |
182182
| Parameters (key, value) | |
183183
| pressureMode | The preset mode of disk pressure to add to the primary storage of the VM. Must be one of the `PressureModes` in the following table. |
184184
| targetTempDirectory | (Optional) The directory to use for applying disk pressure. For example, "D:/Temp". If the parameter is not included, pressure is added to the primary disk. |
@@ -202,7 +202,7 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
202202
"actions": [
203203
{
204204
"type": "continuous",
205-
"name": "urn:csci:microsoft:agent:diskIOPressure/1.0",
205+
"name": "urn:csci:microsoft:agent:diskIOPressure/1.1",
206206
"parameters": [
207207
{
208208
"key": "pressureMode",
@@ -228,12 +228,12 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
228228

229229
| Property | Value |
230230
|-|-|
231-
| Capability name | LinuxDiskIOPressure-1.0 |
231+
| Capability name | LinuxDiskIOPressure-1.1 |
232232
| Target type | Microsoft-Agent |
233233
| Supported OS types | Linux |
234234
| Description | Uses stress-ng to apply pressure to the disk. One or more worker processes are spawned that perform I/O processes with temporary files. Pressure is added to the primary disk by default, or the disk specified with the targetTempDirectory parameter. For information on how pressure is applied, see the [stress-ng](https://wiki.ubuntu.com/Kernel/Reference/stress-ng) article. |
235235
| Prerequisites | Running the fault on a Linux VM requires the **stress-ng** utility to be installed. To install it, use the package manager for your Linux distro:<ul><li>APT command to install stress-ng: `sudo apt-get update && sudo apt-get -y install unzip && sudo apt-get -y install stress-ng`</li><li>YUM command to install stress-ng: `sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && sudo yum -y install stress-ng` |
236-
| Urn | urn:csci:microsoft:agent:linuxDiskIOPressure/1.0 |
236+
| Urn | urn:csci:microsoft:agent:linuxDiskIOPressure/1.1 |
237237
| Parameters (key, value) | |
238238
| workerCount | Number of worker processes to run. Setting `workerCount` to 0 generated as many worker processes as there are number of processors. |
239239
| fileSizePerWorker | Size of the temporary file that a worker performs I/O operations against. Integer plus a unit in bytes (b), kilobytes (k), megabytes (m), or gigabytes (g) (for example, 4 m for 4 megabytes and 256 g for 256 gigabytes). |
@@ -249,7 +249,7 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
249249
"actions": [
250250
{
251251
"type": "continuous",
252-
"name": "urn:csci:microsoft:agent:linuxDiskIOPressure/1.0",
252+
"name": "urn:csci:microsoft:agent:linuxDiskIOPressure/1.1",
253253
"parameters": [
254254
{
255255
"key": "workerCount",
@@ -501,12 +501,12 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
501501

502502
| Property | Value |
503503
|-|-|
504-
| Capability name | NetworkLatency-1.0 |
504+
| Capability name | NetworkLatency-1.1 |
505505
| Target type | Microsoft-Agent |
506506
| Supported OS types | Windows, Linux. |
507507
| Description | Increases network latency for a specified port range and network block. At least one destinationFilter or inboundDestinationFilter array must be provided. |
508508
| Prerequisites | Agent (for Windows) must run as administrator. If the agent is installed as a VM extension, it runs as administrator by default. |
509-
| Urn | urn:csci:microsoft:agent:networkLatency/1.0 |
509+
| Urn | urn:csci:microsoft:agent:networkLatency/1.1 |
510510
| Parameters (key, value) | |
511511
| latencyInMilliseconds | Amount of latency to be applied in milliseconds. |
512512
| destinationFilters | Delimited JSON array of packet filters defining which outbound packets to target. Maximum of 16.|
@@ -530,7 +530,7 @@ The parameters **destinationFilters** and **inboundDestinationFilters** use the
530530
"actions": [
531531
{
532532
"type": "continuous",
533-
"name": "urn:csci:microsoft:agent:networkLatency/1.0",
533+
"name": "urn:csci:microsoft:agent:networkLatency/1.1",
534534
"parameters": [
535535
{
536536
"key": "destinationFilters",
@@ -565,12 +565,12 @@ The parameters **destinationFilters** and **inboundDestinationFilters** use the
565565

566566
| Property | Value |
567567
|-|-|
568-
| Capability name | NetworkDisconnect-1.0 |
568+
| Capability name | NetworkDisconnect-1.1 |
569569
| Target type | Microsoft-Agent |
570570
| Supported OS types | Windows, Linux. |
571571
| Description | Blocks outbound network traffic for specified port range and network block. At least one destinationFilter or inboundDestinationFilter array must be provided. |
572572
| Prerequisites | Agent (for Windows) must run as administrator. If the agent is installed as a VM extension, it runs as administrator by default. |
573-
| Urn | urn:csci:microsoft:agent:networkDisconnect/1.0 |
573+
| Urn | urn:csci:microsoft:agent:networkDisconnect/1.1 |
574574
| Parameters (key, value) | |
575575
| destinationFilters | Delimited JSON array of packet filters defining which outbound packets to target. Maximum of 16.|
576576
| inboundDestinationFilters | Delimited JSON array of packet filters defining which inbound packets to target. Maximum of 16. |
@@ -593,7 +593,7 @@ The parameters **destinationFilters** and **inboundDestinationFilters** use the
593593
"actions": [
594594
{
595595
"type": "continuous",
596-
"name": "urn:csci:microsoft:agent:networkDisconnect/1.0",
596+
"name": "urn:csci:microsoft:agent:networkDisconnect/1.1",
597597
"parameters": [
598598
{
599599
"key": "destinationFilters",

0 commit comments

Comments
 (0)