]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_perfctr_provider.man
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_perfctr_provider.man
1 <instrumentationManifest
2     xmlns="http://schemas.microsoft.com/win/2004/08/events"
3     xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events"
4     xmlns:xs="http://www.w3.org/2001/XMLSchema">
5     <instrumentation>
6       <counters xmlns="http://schemas.microsoft.com/win/2005/12/counters"
7                 schemaVersion="1.1">
8         <provider symbol="NodeCounterProvider"
9                   applicationIdentity="node.exe"
10                   providerType="userMode"
11                   providerGuid="{793C9B44-3D6B-4F57-B5D7-4FF80ADCF9A2}">
12           <counterSet symbol="NodeCounterSet"
13                       guid="{3A22A8EC-297C-48AC-AB15-33EC93033FD8}"
14                       uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet"
15                       name="Node.js"
16                       description="Node.js performance counters"
17                       instances="multipleAggregate">
18
19             <counter id="1"
20                      uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.httpsrvreq"
21                      name="HTTP server requests"
22                      description="Number of HTTP server requests"
23                      type="perf_counter_counter"
24                      detailLevel="standard"
25                      aggregate="sum" />
26
27             <counter id="2"
28                      uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.httpsrvrsp"
29                      name="HTTP server responses"
30                      description="Number of HTTP server responses"
31                      type="perf_counter_counter"
32                      detailLevel="standard"
33                      aggregate="sum" />
34
35             <counter id="3"
36                      uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.httpclireq"
37                      name="HTTP client requests"
38                      description="Number of HTTP client requests"
39                      type="perf_counter_counter"
40                      detailLevel="standard"
41                      aggregate="sum" />
42
43             <counter id="4"
44                      uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.httpclirsp"
45                      name="HTTP client responses"
46                      description="Number of HTTP client responses"
47                      type="perf_counter_counter"
48                      detailLevel="standard"
49                      aggregate="sum" />
50
51             <counter id="5"
52                      uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.netsrvconn"
53                      name="Active server connections"
54                      description="Number of server connections"
55                      type="perf_counter_rawcount"
56                      detailLevel="standard"
57                      aggregate="sum" />
58
59             <counter id="6"
60                      uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.netbytesent"
61                      name="Network bytes sent"
62                      description="Number of bytes sent using TCP"
63                      type="perf_counter_bulk_count"
64                      detailLevel="standard"
65                      defaultScale="-3"
66                      aggregate="sum" />
67
68             <counter id="7"
69                      uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.netbyterecv"
70                      name="Network bytes received"
71                      description="Number of bytes received using TCP"
72                      type="perf_counter_bulk_count"
73                      detailLevel="standard"
74                      defaultScale="-3"
75                      aggregate="sum" />
76
77             <counter id="8"
78                      uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.gctime"
79                      name="%Time in GC"
80                      description="Percent of time for last GC"
81                      type="perf_counter_rawcount"
82                      detailLevel="standard"
83                      aggregate="avg" />
84
85             <counter id="9"
86                      uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.pipebytesent"
87                      name="Pipe bytes sent"
88                      description="Number of bytes sent using pipe"
89                      type="perf_counter_bulk_count"
90                      detailLevel="standard"
91                      defaultScale="-3"
92                      aggregate="sum" />
93
94             <counter id="10"
95                      uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet.pipebyterecv"
96                      name="Pipe bytes received"
97                      description="Number of bytes received using pipe"
98                      type="perf_counter_bulk_count"
99                      detailLevel="standard"
100                      defaultScale="-3"
101                      aggregate="sum" />
102
103           </counterSet>
104         </provider>
105       </counters>
106     </instrumentation>
107 </instrumentationManifest>