You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Windows, Linux |[Kill Process](#kill-process)| Dependency disruption |
26
+
| Windows |[Pause Process](#pause-process)| Dependency disruption, service disruption |
26
27
| Windows, Linux |[Network Disconnect](#network-disconnect)| Network disruption |
27
28
| Windows, Linux |[Network Latency](#network-latency)| Network performance degradation |
28
29
| Windows, Linux |[Network Packet Loss](#network-packet-loss)| Network reliability issues |
@@ -765,6 +766,50 @@ These sample values produced ~100% disk pressure when tested on a `Standard_D2s_
765
766
}
766
767
```
767
768
769
+
### Pause Process
770
+
771
+
| Property | Value |
772
+
|-|-|
773
+
| Capability name | PauseProcess-1.0 |
774
+
| Target type | Microsoft-Agent |
775
+
| Supported OS types | Windows. |
776
+
| Description | Pauses (suspends) the specified processes for the specified duration. If there are multiple processes with the same name, this fault suspends all of those processes. Within the fault's duration, the processes are paused repetitively at the specified interval. At the end of the duration or if the experiment is canceled, the processes will resume. |
| processNames | Delimited JSON array of process names defining which processes are to be paused. Maximum of 4. The process name can optionally include the ".exe" extension. |
781
+
| pauseIntervalInMilliseconds | Amount of time the fault waits between successive pausing attempts, in milliseconds. |
782
+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
Currently, a maximum of 4 process names can be listed in the processNames parameter.
768
813
769
814
### Time Change
770
815
@@ -1608,6 +1653,7 @@ These sample values produced ~100% disk pressure when tested on a `Standard_D2s_
1608
1653
* Rules are applied at the start of the action. Any external changes to the rule during the duration of the action cause the experiment to fail.
1609
1654
* Creating or modifying Application Security Group rules isn't supported.
1610
1655
* Priority values must be unique on each NSG targeted. Attempting to create a new rule that has the same priority value as another causes the experiment to fail.
1656
+
* The NSG Security Rule **version 1.1** fault supports an additional `flushConnection` parameter. This functionality has an **active known issue**: if `flushConnection` is enabled, the fault may result in a "FlushingNetworkSecurityGroupConnectionIsNotEnabled" error. To avoid this error temporarily, disable the `flushConnection` parameter or use the NSG Security Rule version **1.0** fault.
Copy file name to clipboardExpand all lines: articles/chaos-studio/chaos-studio-limitations.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ The following are known limitations in Chaos Studio.
36
36
## Known issues
37
37
- When selecting target resources for an agent-based fault in the experiment designer, it's possible to select virtual machines or virtual machine scale sets with an operating system not supported by the fault selected.
38
38
- When running in a Linux environment, the agent-based network latency fault (NetworkLatency-1.1) can only affect **outbound** traffic, not inbound traffic. The fault can affect **both inbound and outbound** traffic on Windows environments (via the `inboundDestinationFilters` and `destinationFilters` parameters).
39
-
- When filtering by Azure subscriptions from the Targets and/or Experiments page, you may experience long load times if you have many subscriptions with large numbers of Azure resources. As a workaround, filter down to the single specific subscription in question to quickly find your desired Targets and/or Experiments.
39
+
- When filtering by Azure subscriptions from the Targets and/or Experiments page, you may experience long load times if you have many subscriptions with large numbers of Azure resources. As a workaround, filter down to the single specific subscription in question to quickly find your desired Targets and/or Experiments.
40
+
- The NSG Security Rule **version 1.1** fault supports an additional `flushConnection` parameter. This functionality has an **active known issue**: if `flushConnection` is enabled, the fault may result in a "FlushingNetworkSecurityGroupConnectionIsNotEnabled" error. To avoid this error temporarily, disable the `flushConnection` parameter or use the NSG Security Rule version **1.0** fault.
41
+
40
42
41
43
## Next steps
42
44
Get started creating and running chaos experiments to improve application resilience with Chaos Studio by using the following links:
0 commit comments