Skip to content

Commit 27dfcde

Browse files
author
craigcaseyMSFT
committed
seven more files fixed
1 parent a620470 commit 27dfcde

7 files changed

+68
-68
lines changed

docs/test/how-to-add-custom-counter-sets-using-the-load-test-editor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ manager: douge
1313
ms.prod: visual-studio-dev15
1414
ms.technology: vs-ide-test
1515
---
16-
# How to: Add Custom Counter Sets Using the Load Test Editor
16+
# How to: Add custom counter sets using the Load Test Editor
1717

1818
When you create a load test with the **New Load Test Wizard**, you add an initial set of counters. These offer you a set of predefined counter sets for your load test.
1919

@@ -33,14 +33,14 @@ You manage your counters in the **Load Test Editor**. The counter sets that are
3333
3. Right-click the **Counter Sets** node and select **Add Custom Counter Set**.
3434

3535
> [!NOTE]
36-
> The counter set is given a default name, such as **Custom1**. You can change the name by using the **Properties** window. Press F4 to display the **Properties** window.
36+
> The counter set is given a default name, such as **Custom1**. You can change the name by using the **Properties** window. Press **F4** to display the **Properties** window.
3737
38-
4. To add counters to your custom counter set, right-click the new counter set and then choose **Add Counters**. For more information about how to add counters, see [How to: Add Counters to Counter Sets](../test/how-to-add-counters-to-counter-sets-using-the-load-test-editor.md).
38+
4. To add counters to your custom counter set, right-click the new counter set and then choose **Add Counters**. For more information about how to add counters, see [How to: Add counters to counter sets](../test/how-to-add-counters-to-counter-sets-using-the-load-test-editor.md).
3939

4040
> [!NOTE]
4141
> It is also possible to add a custom counter set by right-clicking an existing counter set, choosing copy, and then pasting it to the counter sets node. Additional counters that are copied, but not needed, can be deleted. You can change the name of the new counter set by using the **Properties** window.
4242
4343
## See also
4444

45-
- [Specifying the Counter Sets and Threshold Rules for Computers in a Load Test](../test/specify-counter-sets-and-threshold-rules-for-load-testing.md)
46-
- [Configuring Load Test Run Settings](../test/configure-load-test-run-settings.md)
45+
- [Specify the counter sets and threshold rules for computers in a load test](../test/specify-counter-sets-and-threshold-rules-for-load-testing.md)
46+
- [Configure load test run settings](../test/configure-load-test-run-settings.md)

docs/test/how-to-analyze-errors-using-the-counters-panel.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ manager: douge
1111
ms.prod: visual-studio-dev15
1212
ms.technology: vs-ide-test
1313
---
14-
# How to: Analyze Errors Using the Counters Panel
14+
# How to: Analyze errors using the counters panel
1515

16-
The Counters panel is visible in the Graphs view and the Tables view in the Load Test Analyzer while a load test is running, or when you are analyzing a load test result. For more information, see [Analyze Load Test Results in the Graphs View](../test/analyze-load-test-results-in-the-graphs-view.md), [Analyze Load Test Results and Errors in the Tables View](../test/analyze-load-test-results-and-errors-in-the-tables-view.md) and [How to: Access Load Test Results for Analysis](../test/how-to-access-load-test-results-for-analysis.md).
16+
The **Counters** panel is visible in the Graphs view and the Tables view in the **Load Test Analyzer** while a load test is running, or when you are analyzing a load test result. For more information, see [Analyze load test results in the Graphs view](../test/analyze-load-test-results-in-the-graphs-view.md), [Analyze load test results and errors in the Tables view](../test/analyze-load-test-results-and-errors-in-the-tables-view.md) and [How to: Access load test results for analysis](../test/how-to-access-load-test-results-for-analysis.md).
1717

18-
The **Errors** node in the Counters panel contains all the errors that were detected during the load test. The Errors node contains several sub-category error nodes that are specific to different kinds of errors. For example, **Exceptions** and **HTTP Errors**.
18+
The **Errors** node in the **Counters** panel contains all the errors that were detected during the load test. The **Errors** node contains several sub-category error nodes that are specific to different kinds of errors. For example, **Exceptions** and **HTTP Errors**.
1919

2020
![Counter panel's error node](../test/media/ltest_errornode.png)
2121

@@ -25,15 +25,15 @@ The Counters panel is visible in the Graphs view and the Tables view in the Load
2525

2626
The **Counters** panel displays in either the Graphs view or the Tables view.
2727

28-
2. If the Counters panel is not visible, choose **Show Counters Panel** on the toolbar.
28+
2. If the **Counters** panel is not visible, choose **Show Counters Panel** on the toolbar.
2929

3030
3. Expand the **Errors** and select either an error category, or an error sub-category that you want to analyze.
3131

3232
4. Right-click the error and select one of the following options:
3333

34-
- **Show Counter on Graph**: In the Graphs view, the error is added and highlighted on the selected graph. For more information, see [How to: Add and Delete Counters on Graphs](../test/how-to-add-and-delete-counters-on-graphs-in-load-test-results.md).
34+
- **Show Counter on Graph**: In the Graphs view, the error is added and highlighted on the selected graph. For more information, see [How to: Add and delete counters on graphs](../test/how-to-add-and-delete-counters-on-graphs-in-load-test-results.md).
3535

36-
- **Show Counter on Legend**: The error is added and selected in the Legend. For more information, see [Using the Graphs View Legend to Analyze Load Tests](../test/use-the-graphs-view-legend-to-analyze-load-tests.md).
36+
- **Show Counter on Legend**: The error is added and selected in the Legend. For more information, see [Use the Graphs view legend to analyze load tests](../test/use-the-graphs-view-legend-to-analyze-load-tests.md).
3737

3838
- **Add Graph**:
3939

@@ -43,14 +43,14 @@ The Counters panel is visible in the Graphs view and the Tables view in the Load
4343

4444
3. (Optional) Right-click the error again and select **Show Counter on Graph**.
4545

46-
For more information, see [How to: Create Custom Graphs](../test/how-to-create-custom-graphs-in-load-test-results.md).
46+
For more information, see [How to: Create custom graphs](../test/how-to-create-custom-graphs-in-load-test-results.md).
4747

48-
5. (Optional) If you are analyzing an error in a completed load test result, consider using the zoom features while in the Graphs. For more information, see [How to: Zoom in on a Region of the Graph](../test/how-to-zoom-in-on-a-region-of-the-graph-in-load-test-results.md).
48+
5. (Optional) If you are analyzing an error in a completed load test result, consider using the zoom features while in the Graphs. For more information, see [How to: Zoom in on a region of the graph](../test/how-to-zoom-in-on-a-region-of-the-graph-in-load-test-results.md).
4949

5050
> [!TIP]
51-
> If any errors were detected during the load test run, a link titled errors including the number found will be present in the Load Test Analyzer status bar. You can choose the link to display all the errors in the **Errors** table of the Tables view.
51+
> If any errors were detected during the load test run, a link titled errors including the number found will be present in the **Load Test Analyzer** status bar. You can choose the link to display all the errors in the **Errors** table of the Tables view.
5252
5353
## See also
5454

55-
- [Using the Counters Panel in Graphs View and Tables View](../test/counters-panel-in-load-test-analyzer.md)
56-
- [Analyze Load Test Results](../test/analyze-load-test-results-using-the-load-test-analyzer.md)
55+
- [Use the counters panel in Graphs view and Tables view](../test/counters-panel-in-load-test-analyzer.md)
56+
- [Analyze load test results](../test/analyze-load-test-results-using-the-load-test-analyzer.md)

docs/test/how-to-analyze-threshold-violations-using-the-counters-panel.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ manager: douge
1111
ms.prod: visual-studio-dev15
1212
ms.technology: vs-ide-test
1313
---
14-
# How to: Analyze Threshold Violations Using the Counters Panel in Load Test Analyzer
14+
# How to: Analyze threshold violations using the Counters panel in Load Test Analyzer
1515

16-
The Counters panel is visible in the Graphs view and the Tables view in the Load Test Analyzer while a load test is running, or when you are analyzing a load test result. See [Analyze Load Test Results in the Graphs View](../test/analyze-load-test-results-in-the-graphs-view.md), [Analyze Load Test Results and Errors in the Tables View](../test/analyze-load-test-results-and-errors-in-the-tables-view.md) and [How to: Access Load Test Results for Analysis](../test/how-to-access-load-test-results-for-analysis.md).
16+
The **Counters** panel is visible in the Graphs view and the Tables view in the **Load Test Analyzer** while a load test is running, or when you are analyzing a load test result. See [Analyze load test results in the Graphs view](../test/analyze-load-test-results-in-the-graphs-view.md), [Analyze load test results and errors in the Tables view](../test/analyze-load-test-results-and-errors-in-the-tables-view.md) and [How to: Access load test results for analysis](../test/how-to-access-load-test-results-for-analysis.md).
1717

18-
Threshold violations are associated with specific performance counters, and indicate that the performance counter either exceeded or fell below a set threshold value. Icons in the counters panel communicate threshold violations.
18+
Threshold violations are associated with specific performance counters, and indicate that the performance counter either exceeded or fell below a set threshold value. Icons in the **Counters** panel communicate threshold violations.
1919

2020
![Counter panel's computer node](../test/media/ltest_compnode.png)
2121

22-
The icon for a threshold violation is propagated from the tree node where the failed counter resides to the root. The icon alerts the user to a violation on a counter that might not be visible in the tree because the tree has not been expanded. An example of the icon can be seen in the **Computers Node** in Counters Panel in the previous illustration.
22+
The icon for a threshold violation is propagated from the tree node where the failed counter resides to the root. The icon alerts the user to a violation on a counter that might not be visible in the tree because the tree has not been expanded. An example of the icon can be seen in the **Computers Node** in the **Counters** panel in the previous illustration.
2323

2424
The icon will be one of the following:
2525

@@ -37,22 +37,22 @@ The Counters panel is visible in the Graphs view and the Tables view in the Load
3737

3838
1. After a load test completes, or after you load a test result, in the Load Test Analyzer's toolbar, choose either **Graphs** or **Tables**.
3939

40-
The Counters panel displays in either the Graphs view or the Tables view.
40+
The **Counters** panel displays in either the Graphs view or the Tables view.
4141

42-
2. If the Counters panel is not visible, choose **Show Counters Panel** on the toolbar.
42+
2. If the **Counters** panel is not visible, choose **Show Counters Panel** on the toolbar.
4343

4444
Any nodes that contain threshold violations will include one of the icons listed above.
4545

4646
3. Expand the node that contains a threshold icon, such as the **Computers** node, as shown in the previous illustration titled "Computers Node in Counters Panel with threshold violation." Continue to expand the node until you reach the performance counter with the threshold violation. For example, the illustration shows the failed instance of the **Microsoft Virtual Machine Failed Bus Network Adapter**.
4747

4848
4. (Optional) Right-click the performance counter with the threshold violation and select one of the following options:
4949

50-
- **Show Counter on Graph**: In the Graphs view, the performance counter is added and highlighted on the selected graph. For more information, see [How to: Add and Delete Counters on Graphs](../test/how-to-add-and-delete-counters-on-graphs-in-load-test-results.md).
50+
- **Show Counter on Graph**: In the Graphs view, the performance counter is added and highlighted on the selected graph. For more information, see [How to: Add and delete counters on graphs](../test/how-to-add-and-delete-counters-on-graphs-in-load-test-results.md).
5151

5252
> [!NOTE]
5353
> Threshold violation icons can also be shown on the graph in the Graphs view. The threshold icon appears on the graph next to the data point where the threshold violation occurred. To do this, choose **Show Legend** drop-down on the toolbar and select **Show Threshold Violations on Graph**.
5454
55-
- **Show Counter on Legend**: In the legend, the performance counter is added and selected. For more information, see [Using the Graphs View Legend to Analyze Load Tests](../test/use-the-graphs-view-legend-to-analyze-load-tests.md).
55+
- **Show Counter on Legend**: In the legend, the performance counter is added and selected. For more information, see [Use the Graphs view legend to analyze load tests](../test/use-the-graphs-view-legend-to-analyze-load-tests.md).
5656

5757
- **Add Graph**:
5858

@@ -62,14 +62,14 @@ The Counters panel is visible in the Graphs view and the Tables view in the Load
6262

6363
3. (Optional) Right-click the performance counter again and select **Show Counter on Graph**.
6464

65-
For more information, see [How to: Create Custom Graphs](../test/how-to-create-custom-graphs-in-load-test-results.md).
65+
For more information, see [How to: Create custom graphs](../test/how-to-create-custom-graphs-in-load-test-results.md).
6666

67-
5. (Optional) If you are analyzing the threshold violation in a completed load test result, consider using the zoom features in the Graphs view. For more information, see [How to: Zoom in on a Region of the Graph](../test/how-to-zoom-in-on-a-region-of-the-graph-in-load-test-results.md).
67+
5. (Optional) If you are analyzing the threshold violation in a completed load test result, consider using the zoom features in the Graphs view. For more information, see [How to: Zoom in on a region of the graph](../test/how-to-zoom-in-on-a-region-of-the-graph-in-load-test-results.md).
6868

6969
> [!TIP]
70-
> If any threshold violations were detected during the load test run, a link titled "threshold violations," including the number of violations, will be present in the Load Test Analyzer status bar. You can choose the link to display all the threshold violations in the **Thresholds** table of the Tables view.
70+
> If any threshold violations were detected during the load test run, a link titled "threshold violations," including the number of violations, will be present in the **Load Test Analyzer** status bar. You can choose the link to display all the threshold violations in the **Thresholds** table of the Tables view.
7171
7272
## See also
7373

74-
- [Using the Counters Panel in Graphs View and Tables View](../test/counters-panel-in-load-test-analyzer.md)
75-
- [Analyze Load Test Results](../test/analyze-load-test-results-using-the-load-test-analyzer.md)
74+
- [Using the Counters panel in Graphs view and Tables view](../test/counters-panel-in-load-test-analyzer.md)
75+
- [Analyze load test results](../test/analyze-load-test-results-using-the-load-test-analyzer.md)

0 commit comments

Comments
 (0)