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: docs/test/how-to-add-custom-counter-sets-using-the-load-test-editor.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ manager: douge
13
13
ms.prod: visual-studio-dev15
14
14
ms.technology: vs-ide-test
15
15
---
16
-
# How to: Add Custom Counter Sets Using the Load Test Editor
16
+
# How to: Add custom counter sets using the Load Test Editor
17
17
18
18
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.
19
19
@@ -33,14 +33,14 @@ You manage your counters in the **Load Test Editor**. The counter sets that are
33
33
3. Right-click the **Counter Sets** node and select **Add Custom Counter Set**.
34
34
35
35
> [!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.
37
37
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).
39
39
40
40
> [!NOTE]
41
41
> 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.
42
42
43
43
## See also
44
44
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)
Copy file name to clipboardExpand all lines: docs/test/how-to-analyze-errors-using-the-counters-panel.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ manager: douge
11
11
ms.prod: visual-studio-dev15
12
12
ms.technology: vs-ide-test
13
13
---
14
-
# How to: Analyze Errors Using the Counters Panel
14
+
# How to: Analyze errors using the counters panel
15
15
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).
17
17
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**.
@@ -25,15 +25,15 @@ The Counters panel is visible in the Graphs view and the Tables view in the Load
25
25
26
26
The **Counters** panel displays in either the Graphs view or the Tables view.
27
27
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.
29
29
30
30
3. Expand the **Errors** and select either an error category, or an error sub-category that you want to analyze.
31
31
32
32
4. Right-click the error and select one of the following options:
33
33
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).
35
35
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).
37
37
38
38
-**Add Graph**:
39
39
@@ -43,14 +43,14 @@ The Counters panel is visible in the Graphs view and the Tables view in the Load
43
43
44
44
3. (Optional) Right-click the error again and select **Show Counter on Graph**.
45
45
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).
47
47
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).
49
49
50
50
> [!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.
52
52
53
53
## See also
54
54
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)
Copy file name to clipboardExpand all lines: docs/test/how-to-analyze-threshold-violations-using-the-counters-panel.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ manager: douge
11
11
ms.prod: visual-studio-dev15
12
12
ms.technology: vs-ide-test
13
13
---
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
15
15
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).
17
17
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.
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.
23
23
24
24
The icon will be one of the following:
25
25
@@ -37,22 +37,22 @@ The Counters panel is visible in the Graphs view and the Tables view in the Load
37
37
38
38
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**.
39
39
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.
41
41
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.
43
43
44
44
Any nodes that contain threshold violations will include one of the icons listed above.
45
45
46
46
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**.
47
47
48
48
4. (Optional) Right-click the performance counter with the threshold violation and select one of the following options:
49
49
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).
51
51
52
52
> [!NOTE]
53
53
> 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**.
54
54
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).
56
56
57
57
-**Add Graph**:
58
58
@@ -62,14 +62,14 @@ The Counters panel is visible in the Graphs view and the Tables view in the Load
62
62
63
63
3. (Optional) Right-click the performance counter again and select **Show Counter on Graph**.
64
64
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).
66
66
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).
68
68
69
69
> [!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.
71
71
72
72
## See also
73
73
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