|
14 | 14 | uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet" |
15 | 15 | name="Node.js" |
16 | 16 | description="Node.js performance counters" |
17 | | - instances="multiple"> |
| 17 | + instances="multipleAggregate"> |
18 | 18 |
|
19 | 19 | <counter id="1" |
20 | 20 | uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.httpsrvreq" |
21 | 21 | name="HTTP server requests" |
22 | 22 | description="Number of HTTP server requests" |
23 | 23 | type="perf_counter_counter" |
24 | | - detailLevel="standard" /> |
| 24 | + detailLevel="standard" |
| 25 | + aggregate="sum" /> |
25 | 26 |
|
26 | 27 | <counter id="2" |
27 | 28 | uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.httpsrvrsp" |
28 | 29 | name="HTTP server responses" |
29 | 30 | description="Number of HTTP server responses" |
30 | 31 | type="perf_counter_counter" |
31 | | - detailLevel="standard" /> |
| 32 | + detailLevel="standard" |
| 33 | + aggregate="sum" /> |
32 | 34 |
|
33 | 35 | <counter id="3" |
34 | 36 | uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.httpclireq" |
35 | 37 | name="HTTP client requests" |
36 | 38 | description="Number of HTTP client requests" |
37 | 39 | type="perf_counter_counter" |
38 | | - detailLevel="standard" /> |
| 40 | + detailLevel="standard" |
| 41 | + aggregate="sum" /> |
39 | 42 |
|
40 | 43 | <counter id="4" |
41 | 44 | uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.httpclirsp" |
42 | 45 | name="HTTP client responses" |
43 | 46 | description="Number of HTTP client responses" |
44 | 47 | type="perf_counter_counter" |
45 | | - detailLevel="standard" /> |
| 48 | + detailLevel="standard" |
| 49 | + aggregate="sum" /> |
46 | 50 |
|
47 | 51 | <counter id="5" |
48 | 52 | uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.netsrvconn" |
49 | 53 | name="Active server connections" |
50 | 54 | description="Number of server connections" |
51 | 55 | type="perf_counter_rawcount" |
52 | | - detailLevel="standard" /> |
| 56 | + detailLevel="standard" |
| 57 | + aggregate="sum" /> |
53 | 58 |
|
54 | 59 | <counter id="6" |
55 | 60 | uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.netbytesent" |
56 | 61 | name="Network bytes sent" |
57 | 62 | description="Number of bytes sent using TCP" |
58 | 63 | type="perf_counter_bulk_count" |
59 | 64 | detailLevel="standard" |
60 | | - defaultScale="-3" /> |
| 65 | + defaultScale="-3" |
| 66 | + aggregate="sum" /> |
61 | 67 |
|
62 | 68 | <counter id="7" |
63 | 69 | uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.netbyterecv" |
64 | 70 | name="Network bytes received" |
65 | 71 | description="Number of bytes received using TCP" |
66 | 72 | type="perf_counter_bulk_count" |
67 | 73 | detailLevel="standard" |
68 | | - defaultScale="-3" /> |
| 74 | + defaultScale="-3" |
| 75 | + aggregate="sum" /> |
69 | 76 |
|
70 | 77 | <counter id="8" |
71 | 78 | uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.gctime" |
72 | 79 | name="%Time in GC" |
73 | 80 | description="Percent of time for last GC" |
74 | 81 | type="perf_counter_rawcount" |
75 | | - detailLevel="standard" /> |
| 82 | + detailLevel="standard" |
| 83 | + aggregate="avg" /> |
76 | 84 |
|
77 | 85 | <counter id="9" |
78 | 86 | uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.pipebytesent" |
79 | 87 | name="Pipe bytes sent" |
80 | 88 | description="Number of bytes sent using pipe" |
81 | 89 | type="perf_counter_bulk_count" |
82 | 90 | detailLevel="standard" |
83 | | - defaultScale="-3" /> |
| 91 | + defaultScale="-3" |
| 92 | + aggregate="sum" /> |
84 | 93 |
|
85 | 94 | <counter id="10" |
86 | 95 | uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.pipebyterecv" |
87 | 96 | name="Pipe bytes received" |
88 | 97 | description="Number of bytes received using pipe" |
89 | 98 | type="perf_counter_bulk_count" |
90 | 99 | detailLevel="standard" |
91 | | - defaultScale="-3" /> |
| 100 | + defaultScale="-3" |
| 101 | + aggregate="sum" /> |
92 | 102 |
|
93 | 103 | </counterSet> |
94 | 104 | </provider> |
|
0 commit comments