Skip to content

Commit 70b5ab2

Browse files
Merge pull request #272088 from nikhilkaul-msft/new-year-updates
New year updates
2 parents 9286708 + 3f8a812 commit 70b5ab2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The faults listed in this article are currently available for use. To understand
5353
| | **Windows**: None. |
5454
| Urn | urn:csci:microsoft:agent:cpuPressure/1.0 |
5555
| Parameters (key, value) | |
56-
| pressureLevel | An integer between 1 and 99 that indicates how much CPU pressure (%) is applied to the VM. |
56+
| pressureLevel | An integer between 1 and 99 that indicates how much CPU pressure (%) is applied to the VM in terms of **% CPU Usage** |
5757
| 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). |
5858

5959
### Sample JSON

articles/chaos-studio/chaos-studio-tutorial-agent-based-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: azurecli
1313

1414
# Create a chaos experiment that uses an agent-based fault with the Azure CLI
1515

16-
You can use a chaos experiment to verify that your application is resilient to failures by causing those failures in a controlled environment. In this article, you cause a high CPU event on a Linux virtual machine (VM) by using a chaos experiment and Azure Chaos Studio. Run this experiment to help you defend against an application from becoming resource starved.
16+
You can use a chaos experiment to verify that your application is resilient to failures by causing those failures in a controlled environment. In this article, you cause a high % of CPU utilization event on a Linux virtual machine (VM) by using a chaos experiment and Azure Chaos Studio. Run this experiment to help you defend against an application from becoming resource starved.
1717

1818
You can use these same steps to set up and run an experiment for any agent-based fault. An *agent-based* fault requires setup and installation of the chaos agent. A service-direct fault runs directly against an Azure resource without any need for instrumentation.
1919

articles/chaos-studio/chaos-studio-tutorial-agent-based-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: template-how-to
1212

1313
# Create a chaos experiment that uses an agent-based fault with the Azure portal
1414

15-
You can use a chaos experiment to verify that your application is resilient to failures by causing those failures in a controlled environment. In this article, you cause a high CPU event on a Linux virtual machine (VM) by using a chaos experiment and Azure Chaos Studio. Running this experiment can help you defend against an application from becoming resource starved.
15+
You can use a chaos experiment to verify that your application is resilient to failures by causing those failures in a controlled environment. In this article, you cause a high % of CPU utilization event on a Linux virtual machine (VM) by using a chaos experiment and Azure Chaos Studio. Running this experiment can help you defend against an application from becoming resource starved.
1616

1717
You can use these same steps to set up and run an experiment for any agent-based fault. An *agent-based* fault requires setup and installation of the chaos agent. A service-direct fault runs directly against an Azure resource without any need for instrumentation.
1818

@@ -67,7 +67,7 @@ Now you can create your experiment. A chaos experiment defines the actions you w
6767
1. You're now in the Chaos Studio experiment designer. You can build your experiment by adding steps, branches, and faults. Give a friendly name to your **Step** and **Branch**. Then select **Add action > Add fault**.
6868

6969
![Screenshot that shows the experiment designer.](images/tutorial-agent-based-add-designer.png)
70-
1. Select **CPU Pressure** from the dropdown list. Fill in **Duration** with the number of minutes to apply pressure. Fill in **pressureLevel** with the amount of CPU pressure to apply. Leave **virtualMachineScaleSetInstances** blank. Select **Next: Target resources**.
70+
1. Select **CPU Pressure** from the dropdown list. Fill in **Duration** with the number of minutes to apply pressure. Fill in **pressureLevel** with the % of CPU utilization pressure that you want to apply. Leave **virtualMachineScaleSetInstances** blank. Select **Next: Target resources**.
7171

7272
![Screenshot that shows fault properties.](images/tutorial-agent-based-add-fault.png)
7373
1. Select your VM and select **Next**.

0 commit comments

Comments
 (0)