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
Copy file name to clipboardExpand all lines: articles/chaos-studio/chaos-studio-fault-library.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The faults listed in this article are currently available for use. To understand
46
46
|-|-|
47
47
| Capability name | CPUPressure-1.0 |
48
48
| Target type | Microsoft-Agent |
49
-
| Supported OS types | Windows, Linux |
49
+
| Supported OS types | Windows, Linux.|
50
50
| Description | Adds CPU pressure, up to the specified value, on the VM where this fault is injected during the fault action. The artificial CPU pressure is removed at the end of the duration or if the experiment is canceled. On Windows, the **% Processor Utility** performance counter is used at fault start to determine current CPU percentage, which is subtracted from the `pressureLevel` defined in the fault so that **% Processor Utility** hits approximately the `pressureLevel` defined in the fault parameters. |
51
51
| Prerequisites |**Linux**: 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`|
52
52
||**Windows**: None. |
@@ -91,7 +91,7 @@ Known issues on Linux:
91
91
|-|-|
92
92
| Capability name | PhysicalMemoryPressure-1.0 |
93
93
| Target type | Microsoft-Agent |
94
-
| Supported OS types | Windows, Linux |
94
+
| Supported OS types | Windows, Linux.|
95
95
| Description | Adds physical memory pressure, up to the specified value, on the VM where this fault is injected during the fault action. The artificial physical memory pressure is removed at the end of the duration or if the experiment is canceled. |
96
96
| Prerequisites |**Linux**: 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`|
97
97
||**Windows**: None. |
@@ -398,7 +398,7 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
398
398
|-|-|
399
399
| Capability name | KillProcess-1.0 |
400
400
| Target type | Microsoft-Agent |
401
-
| Supported OS types | Windows, Linux |
401
+
| Supported OS types | Windows, Linux.|
402
402
| Description | Kills all the running instances of a process that matches the process name sent in the fault parameters. Within the duration set for the fault action, a process is killed repetitively based on the value of the kill interval specified. This fault is a destructive fault where system admin would need to manually recover the process if self-healing is configured for it. |
0 commit comments