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). |
0 commit comments