|
1
|
plugin_name: windows.plugin |
|
2
|
modules: |
|
3
|
- meta: |
|
4
|
plugin_name: windows.plugin |
|
5
|
module_name: PerflibProcessor |
|
6
|
monitored_instance: |
|
7
|
name: Processor |
|
8
|
link: "https://learn.microsoft.com/en-us/windows-hardware/design/minimum/windows-processor-requirements" |
|
9
|
categories: |
|
10
|
- data-collection.operating-systems |
|
11
|
icon_filename: "windows.svg" |
|
12
|
related_resources: |
|
13
|
integrations: |
|
14
|
list: [] |
|
15
|
info_provided_to_referring_integrations: |
|
16
|
description: "" |
|
17
|
keywords: |
|
18
|
- windows |
|
19
|
- microsoft |
|
20
|
- processor |
|
21
|
- CPU |
|
22
|
overview: |
|
23
|
data_collection: |
|
24
|
metrics_description: | |
|
25
|
This collector monitors processors statistics on host. |
|
26
|
method_description: | |
|
27
|
It queries Processor object from Perflib in order to gather the metrics. |
|
28
|
supported_platforms: |
|
29
|
include: ["windows"] |
|
30
|
exclude: [] |
|
31
|
multi_instance: false |
|
32
|
additional_permissions: |
|
33
|
description: "" |
|
34
|
default_behavior: |
|
35
|
auto_detection: |
|
36
|
description: | |
|
37
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
38
|
limits: |
|
39
|
description: "" |
|
40
|
performance_impact: |
|
41
|
description: "" |
|
42
|
setup: |
|
43
|
prerequisites: |
|
44
|
list: [] |
|
45
|
configuration: |
|
46
|
file: |
|
47
|
name: "netdata.conf" |
|
48
|
section_name: "[plugin:windows:PerflibProcessor]" |
|
49
|
description: "The Netdata main configuration file" |
|
50
|
options: |
|
51
|
description: "" |
|
52
|
folding: |
|
53
|
title: "Config option" |
|
54
|
enabled: false |
|
55
|
list: |
|
56
|
- name: update every |
|
57
|
description: Data collection frequency. |
|
58
|
default_value: 1 |
|
59
|
required: false |
|
60
|
examples: |
|
61
|
folding: |
|
62
|
enabled: true |
|
63
|
title: "" |
|
64
|
list: [] |
|
65
|
troubleshooting: |
|
66
|
problems: |
|
67
|
list: [] |
|
68
|
alerts: |
|
69
|
- name: 10min_cpu_usage |
|
70
|
metric: system.cpu |
|
71
|
info: "Average CPU utilization over the last 10 minutes" |
|
72
|
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/cpu.conf |
|
73
|
metrics: |
|
74
|
folding: |
|
75
|
title: Metrics |
|
76
|
enabled: false |
|
77
|
description: "" |
|
78
|
availability: [] |
|
79
|
scopes: |
|
80
|
- name: System |
|
81
|
description: "These metrics refer to the entire system." |
|
82
|
labels: [] |
|
83
|
metrics: |
|
84
|
- name: system.cpu |
|
85
|
description: Total CPU utilization |
|
86
|
unit: percentage |
|
87
|
chart_type: stacked |
|
88
|
dimensions: |
|
89
|
- name: interrupts |
|
90
|
- name: user |
|
91
|
- name: privileged |
|
92
|
- name: dpc |
|
93
|
- name: CPU |
|
94
|
description: "These metrics provide information about individual CPU cores." |
|
95
|
labels: |
|
96
|
- name: cpu |
|
97
|
description: The identifier of the CPU core. On Windows systems, CPU cores are labeled as 'cpu0', 'cpu1', etc. |
|
98
|
metrics: |
|
99
|
- name: cpu.cpu |
|
100
|
description: Core utilization |
|
101
|
unit: percentage |
|
102
|
chart_type: stacked |
|
103
|
dimensions: |
|
104
|
- name: interrupts |
|
105
|
- name: user |
|
106
|
- name: privileged |
|
107
|
- name: dpc |
|
108
|
- meta: |
|
109
|
plugin_name: windows.plugin |
|
110
|
module_name: PerflibMemory |
|
111
|
monitored_instance: |
|
112
|
name: Memory Statistics (Win) |
|
113
|
link: "https://learn.microsoft.com/en-us/windows/win32/Memory/memory-management" |
|
114
|
categories: |
|
115
|
- data-collection.operating-systems |
|
116
|
icon_filename: "windows.svg" |
|
117
|
related_resources: |
|
118
|
integrations: |
|
119
|
list: [] |
|
120
|
info_provided_to_referring_integrations: |
|
121
|
description: "" |
|
122
|
keywords: |
|
123
|
- memory |
|
124
|
- swap |
|
125
|
overview: |
|
126
|
data_collection: |
|
127
|
metrics_description: | |
|
128
|
This collector monitors swap and memory pool statistics on Windows systems. |
|
129
|
method_description: | |
|
130
|
It queries for the 'Memory' object from Perflib in order to gather the metrics. |
|
131
|
supported_platforms: |
|
132
|
include: ["windows"] |
|
133
|
exclude: [] |
|
134
|
multi_instance: false |
|
135
|
additional_permissions: |
|
136
|
description: "" |
|
137
|
default_behavior: |
|
138
|
auto_detection: |
|
139
|
description: | |
|
140
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
141
|
limits: |
|
142
|
description: "" |
|
143
|
performance_impact: |
|
144
|
description: "" |
|
145
|
setup: |
|
146
|
prerequisites: |
|
147
|
list: [] |
|
148
|
configuration: |
|
149
|
file: |
|
150
|
name: "netdata.conf" |
|
151
|
section_name: "[plugin:windows:PerflibMemory]" |
|
152
|
description: "The Netdata main configuration file" |
|
153
|
options: |
|
154
|
description: "" |
|
155
|
folding: |
|
156
|
title: "Config option" |
|
157
|
enabled: false |
|
158
|
list: |
|
159
|
- name: update every |
|
160
|
description: Data collection frequency. |
|
161
|
default_value: 1 |
|
162
|
required: false |
|
163
|
examples: |
|
164
|
folding: |
|
165
|
enabled: true |
|
166
|
title: "" |
|
167
|
list: [] |
|
168
|
troubleshooting: |
|
169
|
problems: |
|
170
|
list: [] |
|
171
|
alerts: [] |
|
172
|
metrics: |
|
173
|
folding: |
|
174
|
title: Metrics |
|
175
|
enabled: false |
|
176
|
description: "" |
|
177
|
availability: [] |
|
178
|
scopes: |
|
179
|
- name: System |
|
180
|
description: "These metrics refer to the entire system." |
|
181
|
labels: [] |
|
182
|
metrics: |
|
183
|
- name: mem.swap_iops |
|
184
|
description: Swap Operations |
|
185
|
unit: "operations/s" |
|
186
|
chart_type: stacked |
|
187
|
dimensions: |
|
188
|
- name: read |
|
189
|
- name: write |
|
190
|
- name: mem.swapio |
|
191
|
description: Swap I/O |
|
192
|
unit: "KiB/s" |
|
193
|
chart_type: area |
|
194
|
dimensions: |
|
195
|
- name: in |
|
196
|
- name: out |
|
197
|
- name: mem.system_pool_size |
|
198
|
description: System Memory Pool |
|
199
|
unit: "bytes" |
|
200
|
chart_type: stacked |
|
201
|
dimensions: |
|
202
|
- name: paged |
|
203
|
- name: non-paged |
|
204
|
- name: mem.system_pool_paged |
|
205
|
description: Paged System Memory Pool |
|
206
|
unit: "bytes" |
|
207
|
chart_type: line |
|
208
|
dimensions: |
|
209
|
- name: resident |
|
210
|
- name: mem.system_pool_allocs |
|
211
|
description: System Pool Allocations |
|
212
|
unit: "allocations/s" |
|
213
|
chart_type: line |
|
214
|
dimensions: |
|
215
|
- name: paged |
|
216
|
- name: non-paged |
|
217
|
- name: mem.system_page_table_entries |
|
218
|
description: Unused page table entries. |
|
219
|
unit: "pages" |
|
220
|
chart_type: line |
|
221
|
dimensions: |
|
222
|
- name: free |
|
223
|
- name: mem.committed |
|
224
|
description: Committed Memory |
|
225
|
unit: "bytes" |
|
226
|
chart_type: line |
|
227
|
dimensions: |
|
228
|
- name: committed |
|
229
|
- name: limit |
|
230
|
- name: mem.system_cache |
|
231
|
description: System Cache Memory |
|
232
|
unit: "bytes" |
|
233
|
chart_type: line |
|
234
|
dimensions: |
|
235
|
- name: cache |
|
236
|
- name: peak |
|
237
|
- name: resident |
|
238
|
- name: mem.page_lists |
|
239
|
description: Memory Page Lists |
|
240
|
unit: "bytes" |
|
241
|
chart_type: stacked |
|
242
|
dimensions: |
|
243
|
- name: free |
|
244
|
- name: modified |
|
245
|
- name: standby_core |
|
246
|
- name: standby_normal |
|
247
|
- name: standby_reserve |
|
248
|
- name: mem.system_code |
|
249
|
description: System Code Memory |
|
250
|
unit: "bytes" |
|
251
|
chart_type: line |
|
252
|
dimensions: |
|
253
|
- name: resident |
|
254
|
- name: total |
|
255
|
- name: mem.system_drivers |
|
256
|
description: System Driver Memory |
|
257
|
unit: "bytes" |
|
258
|
chart_type: line |
|
259
|
dimensions: |
|
260
|
- name: resident |
|
261
|
- name: total |
|
262
|
- name: mem.page_faults_breakdown |
|
263
|
description: Memory Page Fault Breakdown |
|
264
|
unit: "faults/s" |
|
265
|
chart_type: line |
|
266
|
dimensions: |
|
267
|
- name: cache |
|
268
|
- name: demand_zero |
|
269
|
- name: transition |
|
270
|
- name: write_copies |
|
271
|
- name: mem.transition_repurposed |
|
272
|
description: Transition Pages Repurposed |
|
273
|
unit: "pages/s" |
|
274
|
chart_type: line |
|
275
|
dimensions: |
|
276
|
- name: repurposed |
|
277
|
- meta: |
|
278
|
plugin_name: windows.plugin |
|
279
|
module_name: PerflibProcesses |
|
280
|
monitored_instance: |
|
281
|
name: System statistics |
|
282
|
link: "https://learn.microsoft.com/en-us/windows/win32/procthread/processes-and-threads" |
|
283
|
categories: |
|
284
|
- data-collection.operating-systems |
|
285
|
icon_filename: "windows.svg" |
|
286
|
related_resources: |
|
287
|
integrations: |
|
288
|
list: [] |
|
289
|
info_provided_to_referring_integrations: |
|
290
|
description: "" |
|
291
|
keywords: |
|
292
|
- process counts |
|
293
|
- threads |
|
294
|
- context switch |
|
295
|
overview: |
|
296
|
data_collection: |
|
297
|
metrics_description: | |
|
298
|
This collector monitors the current number of processes, threads, and context switches on Windows systems. |
|
299
|
method_description: | |
|
300
|
It queries the 'System' object from Perflib in order to gather the metrics. |
|
301
|
supported_platforms: |
|
302
|
include: ["windows"] |
|
303
|
exclude: [] |
|
304
|
multi_instance: false |
|
305
|
additional_permissions: |
|
306
|
description: "" |
|
307
|
default_behavior: |
|
308
|
auto_detection: |
|
309
|
description: | |
|
310
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
311
|
limits: |
|
312
|
description: "" |
|
313
|
performance_impact: |
|
314
|
description: "" |
|
315
|
setup: |
|
316
|
prerequisites: |
|
317
|
list: [] |
|
318
|
configuration: |
|
319
|
file: |
|
320
|
name: "netdata.conf" |
|
321
|
section_name: "[plugin:windows:PerflibProcesses]" |
|
322
|
description: "The Netdata main configuration file" |
|
323
|
options: |
|
324
|
description: "" |
|
325
|
folding: |
|
326
|
title: "Config option" |
|
327
|
enabled: false |
|
328
|
list: |
|
329
|
- name: update every |
|
330
|
description: Data collection frequency. |
|
331
|
default_value: 1 |
|
332
|
required: false |
|
333
|
examples: |
|
334
|
folding: |
|
335
|
enabled: true |
|
336
|
title: "" |
|
337
|
list: [] |
|
338
|
troubleshooting: |
|
339
|
problems: |
|
340
|
list: [] |
|
341
|
alerts: [] |
|
342
|
metrics: |
|
343
|
folding: |
|
344
|
title: Metrics |
|
345
|
enabled: false |
|
346
|
description: "" |
|
347
|
availability: [] |
|
348
|
scopes: |
|
349
|
- name: System |
|
350
|
description: "These metrics refer to the entire system." |
|
351
|
labels: [] |
|
352
|
metrics: |
|
353
|
- name: system.processes |
|
354
|
description: System Processes |
|
355
|
unit: "processes" |
|
356
|
chart_type: line |
|
357
|
dimensions: |
|
358
|
- name: running |
|
359
|
- name: system.threads |
|
360
|
description: System Threads |
|
361
|
unit: "threads" |
|
362
|
chart_type: line |
|
363
|
dimensions: |
|
364
|
- name: threads |
|
365
|
- name: system.ctxt |
|
366
|
description: CPU Context Switches |
|
367
|
unit: "context switches/s" |
|
368
|
chart_type: line |
|
369
|
dimensions: |
|
370
|
- name: switches |
|
371
|
- name: system.processor_queue_length |
|
372
|
description: The number of threads in the processor queue. |
|
373
|
unit: "threads" |
|
374
|
chart_type: line |
|
375
|
dimensions: |
|
376
|
- name: threads |
|
377
|
- meta: |
|
378
|
plugin_name: windows.plugin |
|
379
|
module_name: PerflibStorage |
|
380
|
monitored_instance: |
|
381
|
name: Physical and Logical Disk Performance Metrics |
|
382
|
link: "https://learn.microsoft.com/en-us/windows/win32/fileio/disk-management" |
|
383
|
categories: |
|
384
|
- data-collection.storage |
|
385
|
icon_filename: "windows.svg" |
|
386
|
related_resources: |
|
387
|
integrations: |
|
388
|
list: [] |
|
389
|
info_provided_to_referring_integrations: |
|
390
|
description: "" |
|
391
|
keywords: |
|
392
|
- disk |
|
393
|
- disks |
|
394
|
- io |
|
395
|
- volume |
|
396
|
- physical |
|
397
|
- logical |
|
398
|
overview: |
|
399
|
data_collection: |
|
400
|
metrics_description: | |
|
401
|
Detailed statistics for all disk devices and volumes. |
|
402
|
method_description: | |
|
403
|
It queries 'LogicalDisk' and 'PhysicalDisk' objects from Perflib in order to gather the metrics. |
|
404
|
supported_platforms: |
|
405
|
include: ["windows"] |
|
406
|
exclude: [] |
|
407
|
multi_instance: false |
|
408
|
additional_permissions: |
|
409
|
description: "" |
|
410
|
default_behavior: |
|
411
|
auto_detection: |
|
412
|
description: | |
|
413
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
414
|
limits: |
|
415
|
description: "" |
|
416
|
performance_impact: |
|
417
|
description: "" |
|
418
|
setup: |
|
419
|
prerequisites: |
|
420
|
list: [] |
|
421
|
configuration: |
|
422
|
file: |
|
423
|
name: "netdata.conf" |
|
424
|
section_name: "[plugin:windows:PerflibStorage]" |
|
425
|
description: "The Netdata main configuration file" |
|
426
|
options: |
|
427
|
description: "" |
|
428
|
folding: |
|
429
|
title: "Config option" |
|
430
|
enabled: false |
|
431
|
list: |
|
432
|
- name: update every |
|
433
|
description: Data collection frequency. |
|
434
|
default_value: 1 |
|
435
|
required: false |
|
436
|
examples: |
|
437
|
folding: |
|
438
|
enabled: true |
|
439
|
title: "" |
|
440
|
list: [] |
|
441
|
troubleshooting: |
|
442
|
problems: |
|
443
|
list: [] |
|
444
|
alerts: [] |
|
445
|
metrics: |
|
446
|
folding: |
|
447
|
title: Metrics |
|
448
|
enabled: false |
|
449
|
description: "" |
|
450
|
availability: [] |
|
451
|
scopes: |
|
452
|
- name: System |
|
453
|
description: "These metrics refer to the entire System." |
|
454
|
labels: [] |
|
455
|
metrics: |
|
456
|
- name: system.io |
|
457
|
description: Disk I/O |
|
458
|
unit: "KiB/s" |
|
459
|
chart_type: area |
|
460
|
dimensions: |
|
461
|
- name: reads |
|
462
|
- name: writes |
|
463
|
- name: Logical Disk |
|
464
|
description: "These metrics refer to Logical Disks." |
|
465
|
labels: |
|
466
|
- name: mount_point |
|
467
|
description: "Drive letter or mount point path assigned by Windows (e.g., 'C:', 'D:')." |
|
468
|
- name: driver_type |
|
469
|
description: "Classification of the disk device (e.g., norootdir, removable, cdrom, ramdisk)." |
|
470
|
- name: filesystem |
|
471
|
description: "File system format used on the volume (e.g., NTFS, FAT32)." |
|
472
|
- name: rw_mode |
|
473
|
description: "Current read/write permissions status of the volume (read-only access, read and write access)." |
|
474
|
metrics: |
|
475
|
- name: disk.space |
|
476
|
description: Disk Space Usage |
|
477
|
unit: "GiB" |
|
478
|
chart_type: stacked |
|
479
|
dimensions: |
|
480
|
- name: avail |
|
481
|
- name: used |
|
482
|
- name: Physical Disk |
|
483
|
description: "These metrics refer to Physical Disks." |
|
484
|
labels: |
|
485
|
- name: mount_point |
|
486
|
description: "Drive letter or mount point path assigned by Windows (e.g., 'C:', 'D:')." |
|
487
|
- name: device |
|
488
|
description: Manufacturer model name. |
|
489
|
- name: model |
|
490
|
description: The device model. |
|
491
|
- name: device_id |
|
492
|
description: Unique hardware identifier for the storage device within the system. |
|
493
|
metrics: |
|
494
|
- name: disk.io |
|
495
|
description: Disk I/O Bandwidth |
|
496
|
unit: "KiB/s" |
|
497
|
chart_type: area |
|
498
|
dimensions: |
|
499
|
- name: reads |
|
500
|
- name: writes |
|
501
|
- name: disk.avgsz |
|
502
|
description: Average Completed I/O Operation Bandwidth |
|
503
|
unit: "KiB/operation" |
|
504
|
chart_type: area |
|
505
|
dimensions: |
|
506
|
- name: reads |
|
507
|
- name: writes |
|
508
|
- name: disk.ops |
|
509
|
description: Disk Completed I/O Operations |
|
510
|
unit: "operations/s" |
|
511
|
chart_type: line |
|
512
|
dimensions: |
|
513
|
- name: reads |
|
514
|
- name: writes |
|
515
|
- name: disk.split |
|
516
|
description: Split I/O Operations |
|
517
|
unit: "operations/s" |
|
518
|
chart_type: line |
|
519
|
dimensions: |
|
520
|
- name: discards |
|
521
|
- name: disk.await |
|
522
|
description: Average Completed I/O Operation Time |
|
523
|
unit: "milliseconds/operation" |
|
524
|
chart_type: line |
|
525
|
dimensions: |
|
526
|
- name: reads |
|
527
|
- name: writes |
|
528
|
- name: disk.svctm |
|
529
|
description: Average Service Time |
|
530
|
unit: "milliseconds/operation" |
|
531
|
chart_type: line |
|
532
|
dimensions: |
|
533
|
- name: svctm |
|
534
|
- name: disk.util |
|
535
|
description: Disk Utilization Time |
|
536
|
unit: "percent" |
|
537
|
chart_type: area |
|
538
|
dimensions: |
|
539
|
- name: utilization |
|
540
|
- name: disk.busy |
|
541
|
description: Disk Busy Time |
|
542
|
unit: "milliseconds" |
|
543
|
chart_type: area |
|
544
|
dimensions: |
|
545
|
- name: busy |
|
546
|
- name: disk.iotime |
|
547
|
description: Disk Total I/O Time |
|
548
|
unit: "milliseconds/s" |
|
549
|
chart_type: area |
|
550
|
dimensions: |
|
551
|
- name: reads |
|
552
|
- name: writes |
|
553
|
- name: disk.qops |
|
554
|
description: Disk Current I/O Operations |
|
555
|
unit: "operations" |
|
556
|
chart_type: line |
|
557
|
dimensions: |
|
558
|
- name: operations |
|
559
|
- meta: |
|
560
|
plugin_name: windows.plugin |
|
561
|
module_name: PerflibNetwork |
|
562
|
monitored_instance: |
|
563
|
name: Network Subsystem |
|
564
|
link: "https://learn.microsoft.com/en-us/windows/win32/networking" |
|
565
|
categories: |
|
566
|
- data-collection.networking |
|
567
|
icon_filename: "windows.svg" |
|
568
|
related_resources: |
|
569
|
integrations: |
|
570
|
list: [] |
|
571
|
info_provided_to_referring_integrations: |
|
572
|
description: "" |
|
573
|
keywords: |
|
574
|
- network |
|
575
|
- bandwidth |
|
576
|
- ip |
|
577
|
- udp |
|
578
|
- tcp |
|
579
|
- interface |
|
580
|
overview: |
|
581
|
data_collection: |
|
582
|
metrics_description: | |
|
583
|
Monitor network interface metrics about bandwidth, state, errors and more. |
|
584
|
method_description: | |
|
585
|
It queries 'Network Interface' and 'Network Adapter' objects from Perflib in order to gather the metrics. |
|
586
|
supported_platforms: |
|
587
|
include: ["windows"] |
|
588
|
exclude: [] |
|
589
|
multi_instance: false |
|
590
|
additional_permissions: |
|
591
|
description: "" |
|
592
|
default_behavior: |
|
593
|
auto_detection: |
|
594
|
description: | |
|
595
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
596
|
limits: |
|
597
|
description: "" |
|
598
|
performance_impact: |
|
599
|
description: "" |
|
600
|
setup: |
|
601
|
prerequisites: |
|
602
|
list: [] |
|
603
|
configuration: |
|
604
|
file: |
|
605
|
name: "netdata.conf" |
|
606
|
section_name: "[plugin:windows:PerflibNetwork]" |
|
607
|
description: "The Netdata main configuration file" |
|
608
|
options: |
|
609
|
description: "" |
|
610
|
folding: |
|
611
|
title: "Config option" |
|
612
|
enabled: false |
|
613
|
list: |
|
614
|
- name: update every |
|
615
|
description: Data collection frequency. |
|
616
|
default_value: 1 |
|
617
|
required: false |
|
618
|
examples: |
|
619
|
folding: |
|
620
|
enabled: true |
|
621
|
title: "" |
|
622
|
list: [] |
|
623
|
troubleshooting: |
|
624
|
problems: |
|
625
|
list: [] |
|
626
|
alerts: |
|
627
|
- name: inbound_packets_dropped_ratio |
|
628
|
metric: net.drops |
|
629
|
info: Ratio of inbound dropped packets for the network interface ${label:device} over the last 10 minutes |
|
630
|
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf |
|
631
|
- name: outbound_packets_dropped_ratio |
|
632
|
metric: net.drops |
|
633
|
info: Ratio of outbound dropped packets for the network interface ${label:device} over the last 10 minutes |
|
634
|
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf |
|
635
|
- name: 1m_received_traffic_overflow |
|
636
|
metric: net.net |
|
637
|
info: Average inbound utilization for the network interface ${label:device} over the last minute |
|
638
|
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf |
|
639
|
- name: 1m_sent_traffic_overflow |
|
640
|
metric: net.net |
|
641
|
info: Average outbound utilization for the network interface ${label:device} over the last minute |
|
642
|
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf |
|
643
|
- name: network_interface_output_queue_length |
|
644
|
metric: net.queue_length |
|
645
|
info: Output Queue Length on interface ${label:device} should be zero, otherwise there are delays and bottlenecks. |
|
646
|
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf |
|
647
|
metrics: |
|
648
|
folding: |
|
649
|
title: Metrics |
|
650
|
enabled: false |
|
651
|
description: "" |
|
652
|
availability: [] |
|
653
|
scopes: |
|
654
|
- name: System |
|
655
|
description: "These metrics refer to the entire System." |
|
656
|
labels: [] |
|
657
|
metrics: |
|
658
|
- name: system.net |
|
659
|
description: Physical Network Interfaces Aggregated Bandwidth |
|
660
|
unit: "kilobits/s" |
|
661
|
chart_type: area |
|
662
|
dimensions: |
|
663
|
- name: received |
|
664
|
- name: sent |
|
665
|
- name: ip.tcppackets |
|
666
|
description: TCP Packets |
|
667
|
unit: "packets/s" |
|
668
|
chart_type: area |
|
669
|
dimensions: |
|
670
|
- name: received |
|
671
|
- name: sent |
|
672
|
- name: ipv4.packets |
|
673
|
description: IPv4 Packets |
|
674
|
unit: "packets/s" |
|
675
|
chart_type: line |
|
676
|
dimensions: |
|
677
|
- name: received |
|
678
|
- name: sent |
|
679
|
- name: forwarded |
|
680
|
- name: delivered |
|
681
|
- name: ipv4.tcppackets |
|
682
|
description: IPv4 TCP Packets |
|
683
|
unit: "packets/s" |
|
684
|
chart_type: area |
|
685
|
dimensions: |
|
686
|
- name: received |
|
687
|
- name: sent |
|
688
|
- name: ipv4.udppackets |
|
689
|
description: IPv4 UDP Packets |
|
690
|
unit: "packets/s" |
|
691
|
chart_type: area |
|
692
|
dimensions: |
|
693
|
- name: received |
|
694
|
- name: sent |
|
695
|
- name: ipv4.icmp |
|
696
|
description: IPv4 ICMP Packets |
|
697
|
unit: "packets/s" |
|
698
|
chart_type: area |
|
699
|
dimensions: |
|
700
|
- name: received |
|
701
|
- name: sent |
|
702
|
- name: ipv4.errors |
|
703
|
description: IPv4 Errors |
|
704
|
unit: "packets/s" |
|
705
|
chart_type: area |
|
706
|
dimensions: |
|
707
|
- name: InDiscards |
|
708
|
- name: OutDiscards |
|
709
|
- name: OutNoRoutes |
|
710
|
- name: InAddrErrors |
|
711
|
- name: InHdrErrors |
|
712
|
- name: InUnknownProtos |
|
713
|
- name: ipv4.icmpmsg |
|
714
|
description: IPv4 ICMP Packets |
|
715
|
unit: "packets/s" |
|
716
|
chart_type: area |
|
717
|
dimensions: |
|
718
|
- name: InEchoReps |
|
719
|
- name: OutEchoReps |
|
720
|
- name: InDestUnreachs |
|
721
|
- name: OutDestUnreachs |
|
722
|
- name: InRedirects |
|
723
|
- name: OutRedirects |
|
724
|
- name: InEchos |
|
725
|
- name: OutEchos |
|
726
|
- name: InRouterAdvert |
|
727
|
- name: OutRouterAdvert |
|
728
|
- name: InRouterSelect |
|
729
|
- name: OutRouterSelect |
|
730
|
- name: InTimeExcds |
|
731
|
- name: OutTimeExcds |
|
732
|
- name: InParmProbs |
|
733
|
- name: OutParmProbs |
|
734
|
- name: InTimestamps |
|
735
|
- name: OutTimestamps |
|
736
|
- name: InTimestampReps |
|
737
|
- name: OutTimestampReps |
|
738
|
- name: ipv6.packets |
|
739
|
description: IPv6 Packets |
|
740
|
unit: "packets/s" |
|
741
|
chart_type: area |
|
742
|
dimensions: |
|
743
|
- name: received |
|
744
|
- name: sent |
|
745
|
- name: forwarded |
|
746
|
- name: delivered |
|
747
|
- name: ipv6.tcppackets |
|
748
|
description: IPv6 TCP Packets |
|
749
|
unit: "packets/s" |
|
750
|
chart_type: area |
|
751
|
dimensions: |
|
752
|
- name: received |
|
753
|
- name: sent |
|
754
|
- name: ipv6.udppackets |
|
755
|
description: IPv6 UDP Packets |
|
756
|
unit: "packets/s" |
|
757
|
chart_type: area |
|
758
|
dimensions: |
|
759
|
- name: received |
|
760
|
- name: sent |
|
761
|
- name: ipv6.icmp |
|
762
|
description: IPv6 ICMP Packets |
|
763
|
unit: "packets/s" |
|
764
|
chart_type: area |
|
765
|
dimensions: |
|
766
|
- name: received |
|
767
|
- name: sent |
|
768
|
- name: ipv6.errors |
|
769
|
description: IPv6 Errors |
|
770
|
unit: "packets/s" |
|
771
|
chart_type: area |
|
772
|
dimensions: |
|
773
|
- name: InDiscards |
|
774
|
- name: OutDiscards |
|
775
|
- name: OutNoRoutes |
|
776
|
- name: InAddrErrors |
|
777
|
- name: InHdrErrors |
|
778
|
- name: InUnknownProtos |
|
779
|
- name: ipv6.icmpmsg |
|
780
|
description: IPv6 ICMP Packets |
|
781
|
unit: "packets/s" |
|
782
|
chart_type: area |
|
783
|
dimensions: |
|
784
|
- name: InEchoReps |
|
785
|
- name: OutEchoReps |
|
786
|
- name: InDestUnreachs |
|
787
|
- name: OutDestUnreachs |
|
788
|
- name: InRedirects |
|
789
|
- name: OutRedirects |
|
790
|
- name: InEchos |
|
791
|
- name: OutEchos |
|
792
|
- name: InRouterAdvert |
|
793
|
- name: OutRouterAdvert |
|
794
|
- name: InRouterSelect |
|
795
|
- name: OutRouterSelect |
|
796
|
- name: InTimeExcds |
|
797
|
- name: OutTimeExcds |
|
798
|
- name: InParmProbs |
|
799
|
- name: OutParmProbs |
|
800
|
- name: InTimestamps |
|
801
|
- name: OutTimestamps |
|
802
|
- name: InTimestampReps |
|
803
|
- name: OutTimestampReps |
|
804
|
- name: network device |
|
805
|
description: "These metrics refer to Network Interfaces." |
|
806
|
labels: |
|
807
|
- name: interface_type |
|
808
|
description: "Classification of the network interface (real or virtual)." |
|
809
|
- name: device |
|
810
|
description: "System-assigned network interface identifier." |
|
811
|
metrics: |
|
812
|
- name: net.net |
|
813
|
description: Bandwidth |
|
814
|
unit: "kilobits/s" |
|
815
|
chart_type: area |
|
816
|
dimensions: |
|
817
|
- name: received |
|
818
|
- name: sent |
|
819
|
- name: net.packets |
|
820
|
description: Packets |
|
821
|
unit: "packets/s" |
|
822
|
chart_type: line |
|
823
|
dimensions: |
|
824
|
- name: received |
|
825
|
- name: sent |
|
826
|
- name: net.speed |
|
827
|
description: Interface Speed |
|
828
|
unit: "kilobits/s" |
|
829
|
chart_type: line |
|
830
|
dimensions: |
|
831
|
- name: speed |
|
832
|
- name: net.errors |
|
833
|
description: Interface Errors |
|
834
|
unit: "errors/s" |
|
835
|
chart_type: line |
|
836
|
dimensions: |
|
837
|
- name: inbound |
|
838
|
- name: outbound |
|
839
|
- name: net.drops |
|
840
|
description: Interface Drops |
|
841
|
unit: "drops/s" |
|
842
|
chart_type: line |
|
843
|
dimensions: |
|
844
|
- name: inbound |
|
845
|
- name: outbound |
|
846
|
- name: net.queue_length |
|
847
|
description: Interface Output Queue Length |
|
848
|
unit: "packets" |
|
849
|
chart_type: line |
|
850
|
dimensions: |
|
851
|
- name: length |
|
852
|
- name: net.rsc_connections |
|
853
|
description: Active TCP Connections Offloaded by RSC |
|
854
|
unit: "connections" |
|
855
|
chart_type: line |
|
856
|
dimensions: |
|
857
|
- name: connections |
|
858
|
- name: net.rsc_packets |
|
859
|
description: TCP RSC Coalesced Packets |
|
860
|
unit: "packets/s" |
|
861
|
chart_type: line |
|
862
|
dimensions: |
|
863
|
- name: packets |
|
864
|
- name: net.rsc_exceptions |
|
865
|
description: TCP RSC Exceptions |
|
866
|
unit: "exceptions/s" |
|
867
|
chart_type: line |
|
868
|
dimensions: |
|
869
|
- name: exceptions |
|
870
|
- name: net.rsc_average_packet_size |
|
871
|
description: TCP RSC Average Packet Size |
|
872
|
unit: "bytes" |
|
873
|
chart_type: line |
|
874
|
dimensions: |
|
875
|
- name: average |
|
876
|
- name: net.chimney_connections |
|
877
|
description: Active TCP Connections Offloaded with Chimney |
|
878
|
unit: "connections" |
|
879
|
chart_type: line |
|
880
|
dimensions: |
|
881
|
- name: connections |
|
882
|
- meta: |
|
883
|
plugin_name: windows.plugin |
|
884
|
module_name: PerflibSMB |
|
885
|
monitored_instance: |
|
886
|
name: SMB Server Shares |
|
887
|
link: "https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-smb/" |
|
888
|
categories: |
|
889
|
- data-collection.storage |
|
890
|
icon_filename: "windows.svg" |
|
891
|
related_resources: |
|
892
|
integrations: |
|
893
|
list: [] |
|
894
|
info_provided_to_referring_integrations: |
|
895
|
description: "" |
|
896
|
keywords: |
|
897
|
- windows |
|
898
|
- microsoft |
|
899
|
- smb |
|
900
|
- share |
|
901
|
- file sharing |
|
902
|
overview: |
|
903
|
data_collection: |
|
904
|
metrics_description: | |
|
905
|
Monitor SMB server share activity and throughput counters on Windows systems. |
|
906
|
method_description: | |
|
907
|
It queries the 'SMB Server Shares' object from Perflib in order to gather the metrics. |
|
908
|
supported_platforms: |
|
909
|
include: ["windows"] |
|
910
|
exclude: [] |
|
911
|
multi_instance: false |
|
912
|
additional_permissions: |
|
913
|
description: "" |
|
914
|
default_behavior: |
|
915
|
auto_detection: |
|
916
|
description: | |
|
917
|
This collector is disabled by default. When enabled, it automatically detects all available SMB share instances and metrics. |
|
918
|
limits: |
|
919
|
description: "" |
|
920
|
performance_impact: |
|
921
|
description: "" |
|
922
|
setup: |
|
923
|
prerequisites: |
|
924
|
list: [] |
|
925
|
configuration: |
|
926
|
file: |
|
927
|
name: "netdata.conf" |
|
928
|
section_name: "[plugin:windows:PerflibSMB]" |
|
929
|
description: "The Netdata main configuration file" |
|
930
|
options: |
|
931
|
description: "" |
|
932
|
folding: |
|
933
|
title: "Config option" |
|
934
|
enabled: false |
|
935
|
list: |
|
936
|
- name: update every |
|
937
|
description: Data collection frequency. |
|
938
|
default_value: 1 |
|
939
|
required: false |
|
940
|
examples: |
|
941
|
folding: |
|
942
|
enabled: true |
|
943
|
title: "" |
|
944
|
list: [] |
|
945
|
troubleshooting: |
|
946
|
problems: |
|
947
|
list: [] |
|
948
|
alerts: [] |
|
949
|
metrics: |
|
950
|
folding: |
|
951
|
title: Metrics |
|
952
|
enabled: false |
|
953
|
description: "" |
|
954
|
availability: [] |
|
955
|
scopes: |
|
956
|
- name: SMB Share |
|
957
|
description: "These metrics refer to SMB shares." |
|
958
|
labels: |
|
959
|
- name: share |
|
960
|
description: SMB share name as exposed by the Windows SMB Server Shares performance object. |
|
961
|
metrics: |
|
962
|
- name: smb.server_shares_current_open_file_count |
|
963
|
description: Current total count of open files on the SMB share. |
|
964
|
unit: "files" |
|
965
|
chart_type: line |
|
966
|
dimensions: |
|
967
|
- name: open |
|
968
|
- name: smb.server_shares_tree_connect_count |
|
969
|
description: Count of user connections to the SMB share. |
|
970
|
unit: "connections" |
|
971
|
chart_type: line |
|
972
|
dimensions: |
|
973
|
- name: connections |
|
974
|
- name: smb.server_shares_received_bytes |
|
975
|
description: Received bytes on the SMB share. |
|
976
|
unit: "bytes/s" |
|
977
|
chart_type: line |
|
978
|
dimensions: |
|
979
|
- name: received |
|
980
|
- name: smb.server_shares_write_requests |
|
981
|
description: Write requests on the SMB share. |
|
982
|
unit: "requests/s" |
|
983
|
chart_type: line |
|
984
|
dimensions: |
|
985
|
- name: writes |
|
986
|
- name: smb.server_shares_read_requests |
|
987
|
description: Read requests on the SMB share. |
|
988
|
unit: "requests/s" |
|
989
|
chart_type: line |
|
990
|
dimensions: |
|
991
|
- name: reads |
|
992
|
- name: smb.server_shares_metadata_requests |
|
993
|
description: Metadata requests on the SMB share. |
|
994
|
unit: "requests/s" |
|
995
|
chart_type: line |
|
996
|
dimensions: |
|
997
|
- name: metadata |
|
998
|
- name: smb.server_shares_sent_bytes |
|
999
|
description: Sent bytes on the SMB share. |
|
1000
|
unit: "bytes/s" |
|
1001
|
chart_type: line |
|
1002
|
dimensions: |
|
1003
|
- name: sent |
|
1004
|
- name: smb.server_shares_files_opened |
|
1005
|
description: Files opened on the SMB share. |
|
1006
|
unit: "files/s" |
|
1007
|
chart_type: line |
|
1008
|
dimensions: |
|
1009
|
- name: opened |
|
1010
|
- meta: |
|
1011
|
plugin_name: windows.plugin |
|
1012
|
module_name: PerflibObjects |
|
1013
|
monitored_instance: |
|
1014
|
name: Semaphore statistics |
|
1015
|
link: "https://learn.microsoft.com/en-us/windows/win32/sync/semaphore-objects" |
|
1016
|
categories: |
|
1017
|
- data-collection.operating-systems |
|
1018
|
icon_filename: "windows.svg" |
|
1019
|
related_resources: |
|
1020
|
integrations: |
|
1021
|
list: [] |
|
1022
|
info_provided_to_referring_integrations: |
|
1023
|
description: "" |
|
1024
|
keywords: |
|
1025
|
- ipc |
|
1026
|
- semaphores |
|
1027
|
overview: |
|
1028
|
data_collection: |
|
1029
|
metrics_description: | |
|
1030
|
Inter-Process Communication (IPC) enables different processes to communicate and coordinate with each other. This collector monitors IPC semaphores, which are synchronization tools that: |
|
1031
|
|
|
1032
|
- Control access to shared resources (like files, memory, or devices). |
|
1033
|
- Ensure only one process can access a resource at a time. |
|
1034
|
- Prevent conflicts between competing processes. |
|
1035
|
method_description: | |
|
1036
|
It queries for the 'Objects' object from Perflib in order to gather the metrics. |
|
1037
|
supported_platforms: |
|
1038
|
include: ["windows"] |
|
1039
|
exclude: [] |
|
1040
|
multi_instance: false |
|
1041
|
additional_permissions: |
|
1042
|
description: "" |
|
1043
|
default_behavior: |
|
1044
|
auto_detection: |
|
1045
|
description: | |
|
1046
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
1047
|
limits: |
|
1048
|
description: "" |
|
1049
|
performance_impact: |
|
1050
|
description: "" |
|
1051
|
setup: |
|
1052
|
prerequisites: |
|
1053
|
list: [] |
|
1054
|
configuration: |
|
1055
|
file: |
|
1056
|
name: "netdata.conf" |
|
1057
|
section_name: "[plugin:windows:PerflibObjects]" |
|
1058
|
description: "The Netdata main configuration file" |
|
1059
|
options: |
|
1060
|
description: "" |
|
1061
|
folding: |
|
1062
|
title: "Config option" |
|
1063
|
enabled: false |
|
1064
|
list: |
|
1065
|
- name: update every |
|
1066
|
description: Data collection frequency. |
|
1067
|
default_value: 1 |
|
1068
|
required: false |
|
1069
|
examples: |
|
1070
|
folding: |
|
1071
|
enabled: true |
|
1072
|
title: "" |
|
1073
|
list: [] |
|
1074
|
troubleshooting: |
|
1075
|
problems: |
|
1076
|
list: [] |
|
1077
|
alerts: [] |
|
1078
|
metrics: |
|
1079
|
folding: |
|
1080
|
title: Metrics |
|
1081
|
enabled: false |
|
1082
|
description: "" |
|
1083
|
availability: [] |
|
1084
|
scopes: |
|
1085
|
- name: System |
|
1086
|
description: "These metrics refer to the entire system." |
|
1087
|
labels: [] |
|
1088
|
metrics: |
|
1089
|
- name: system.ipc_semaphores |
|
1090
|
description: IPC Semaphores |
|
1091
|
unit: "semaphores" |
|
1092
|
chart_type: area |
|
1093
|
dimensions: |
|
1094
|
- name: semaphores |
|
1095
|
- name: system.ipc_mutexes |
|
1096
|
description: IPC Mutexes |
|
1097
|
unit: "mutexes" |
|
1098
|
chart_type: area |
|
1099
|
dimensions: |
|
1100
|
- name: mutexes |
|
1101
|
- meta: |
|
1102
|
plugin_name: windows.plugin |
|
1103
|
module_name: GetHardwareInfo |
|
1104
|
monitored_instance: |
|
1105
|
name: Hardware information collected from kernel ring. |
|
1106
|
link: "https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/" |
|
1107
|
categories: |
|
1108
|
- data-collection.hardware-and-sensors |
|
1109
|
icon_filename: "windows.svg" |
|
1110
|
related_resources: |
|
1111
|
integrations: |
|
1112
|
list: [] |
|
1113
|
info_provided_to_referring_integrations: |
|
1114
|
description: "" |
|
1115
|
keywords: |
|
1116
|
- cpu |
|
1117
|
- temperature |
|
1118
|
overview: |
|
1119
|
data_collection: |
|
1120
|
metrics_description: | |
|
1121
|
This collector monitors cpu temperature on Windows systems. |
|
1122
|
method_description: | |
|
1123
|
It reads `msr` register using netdata_driver.sys driver. |
|
1124
|
supported_platforms: |
|
1125
|
include: ["windows"] |
|
1126
|
exclude: [] |
|
1127
|
multi_instance: false |
|
1128
|
additional_permissions: |
|
1129
|
description: "" |
|
1130
|
default_behavior: |
|
1131
|
auto_detection: |
|
1132
|
description: | |
|
1133
|
This optional feature requires the Netdata Driver (netdata_driver.sys) to be installed on the host. |
|
1134
|
limits: |
|
1135
|
description: "" |
|
1136
|
performance_impact: |
|
1137
|
description: "" |
|
1138
|
setup: |
|
1139
|
prerequisites: |
|
1140
|
list: [] |
|
1141
|
configuration: |
|
1142
|
file: |
|
1143
|
name: "netdata.conf" |
|
1144
|
section_name: "[plugin:windows:GetHardwareInfo]" |
|
1145
|
description: "The Netdata main configuration file" |
|
1146
|
options: |
|
1147
|
description: "" |
|
1148
|
folding: |
|
1149
|
title: "Config option" |
|
1150
|
enabled: false |
|
1151
|
list: |
|
1152
|
- name: update every |
|
1153
|
description: Data collection frequency. |
|
1154
|
default_value: 1 |
|
1155
|
required: false |
|
1156
|
examples: |
|
1157
|
folding: |
|
1158
|
enabled: true |
|
1159
|
title: "" |
|
1160
|
list: [] |
|
1161
|
troubleshooting: |
|
1162
|
problems: |
|
1163
|
list: [] |
|
1164
|
alerts: [] |
|
1165
|
metrics: |
|
1166
|
folding: |
|
1167
|
title: Metrics |
|
1168
|
enabled: false |
|
1169
|
description: "" |
|
1170
|
availability: [] |
|
1171
|
scopes: |
|
1172
|
- name: global |
|
1173
|
description: "This metric show latest CPU temperature." |
|
1174
|
labels: [] |
|
1175
|
metrics: |
|
1176
|
- name: cpu.temperature |
|
1177
|
description: Core temperature |
|
1178
|
unit: "Celcius" |
|
1179
|
chart_type: line |
|
1180
|
dimensions: |
|
1181
|
- name: a dimension per core |
|
1182
|
- meta: |
|
1183
|
plugin_name: windows.plugin |
|
1184
|
module_name: PerflibThermalZone |
|
1185
|
monitored_instance: |
|
1186
|
name: System thermal zone |
|
1187
|
link: "https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/design-guide" |
|
1188
|
categories: |
|
1189
|
- data-collection.hardware-and-sensors |
|
1190
|
icon_filename: "windows.svg" |
|
1191
|
related_resources: |
|
1192
|
integrations: |
|
1193
|
list: [] |
|
1194
|
info_provided_to_referring_integrations: |
|
1195
|
description: "" |
|
1196
|
keywords: |
|
1197
|
- thermal |
|
1198
|
- temperature |
|
1199
|
overview: |
|
1200
|
data_collection: |
|
1201
|
metrics_description: | |
|
1202
|
This collector monitors thermal zone statistics on Windows systems. |
|
1203
|
method_description: | |
|
1204
|
It queries for the 'Thermal Zone Information' object from Perflib in order to gather the metrics. |
|
1205
|
supported_platforms: |
|
1206
|
include: ["windows"] |
|
1207
|
exclude: [] |
|
1208
|
multi_instance: false |
|
1209
|
additional_permissions: |
|
1210
|
description: "" |
|
1211
|
default_behavior: |
|
1212
|
auto_detection: |
|
1213
|
description: | |
|
1214
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
1215
|
limits: |
|
1216
|
description: "" |
|
1217
|
performance_impact: |
|
1218
|
description: "" |
|
1219
|
setup: |
|
1220
|
prerequisites: |
|
1221
|
list: [] |
|
1222
|
configuration: |
|
1223
|
file: |
|
1224
|
section_name: "[plugin:windows:PerflibThermalZone]" |
|
1225
|
name: "netdata.conf" |
|
1226
|
description: "The Netdata main configuration file." |
|
1227
|
options: |
|
1228
|
description: "" |
|
1229
|
folding: |
|
1230
|
title: "Config Option" |
|
1231
|
enabled: false |
|
1232
|
list: |
|
1233
|
- name: update every |
|
1234
|
description: Data collection frequency. |
|
1235
|
default_value: 5 |
|
1236
|
required: false |
|
1237
|
examples: |
|
1238
|
folding: |
|
1239
|
enabled: false |
|
1240
|
title: "" |
|
1241
|
list: [] |
|
1242
|
troubleshooting: |
|
1243
|
problems: |
|
1244
|
list: [] |
|
1245
|
alerts: [] |
|
1246
|
metrics: |
|
1247
|
folding: |
|
1248
|
title: Metrics |
|
1249
|
enabled: false |
|
1250
|
description: "" |
|
1251
|
availability: [] |
|
1252
|
scopes: |
|
1253
|
- name: Thermal zone |
|
1254
|
description: "These metrics refer to a Thermal zone" |
|
1255
|
labels: [] |
|
1256
|
metrics: |
|
1257
|
- name: system.thermalzone_temperature |
|
1258
|
description: Thermal zone temperature |
|
1259
|
unit: celsius |
|
1260
|
chart_type: line |
|
1261
|
dimensions: |
|
1262
|
- name: temperature |
|
1263
|
- meta: |
|
1264
|
plugin_name: windows.plugin |
|
1265
|
module_name: GetPowerSupply |
|
1266
|
monitored_instance: |
|
1267
|
name: Power Supply (Win) |
|
1268
|
link: "https://learn.microsoft.com/en-us/windows/win32/power/power-management-portal" |
|
1269
|
categories: |
|
1270
|
- data-collection.hardware-and-sensors |
|
1271
|
icon_filename: "powersupply.svg" |
|
1272
|
related_resources: |
|
1273
|
integrations: |
|
1274
|
list: [] |
|
1275
|
info_provided_to_referring_integrations: |
|
1276
|
description: "" |
|
1277
|
keywords: |
|
1278
|
- power supply |
|
1279
|
overview: |
|
1280
|
data_collection: |
|
1281
|
metrics_description: | |
|
1282
|
This collector monitors power supply statistics on Windows systems. |
|
1283
|
method_description: | |
|
1284
|
It uses Windows Internal API to retrieve available data. |
|
1285
|
supported_platforms: |
|
1286
|
include: ["windows"] |
|
1287
|
exclude: [] |
|
1288
|
multi_instance: false |
|
1289
|
additional_permissions: |
|
1290
|
description: "" |
|
1291
|
default_behavior: |
|
1292
|
auto_detection: |
|
1293
|
description: | |
|
1294
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
1295
|
limits: |
|
1296
|
description: "" |
|
1297
|
performance_impact: |
|
1298
|
description: "" |
|
1299
|
setup: |
|
1300
|
prerequisites: |
|
1301
|
list: [] |
|
1302
|
configuration: |
|
1303
|
file: |
|
1304
|
section_name: "[plugin:windows:GetPowerSupply]" |
|
1305
|
name: "netdata.conf" |
|
1306
|
description: "The Netdata main configuration file." |
|
1307
|
options: |
|
1308
|
description: "" |
|
1309
|
folding: |
|
1310
|
title: "Config Option" |
|
1311
|
enabled: false |
|
1312
|
list: |
|
1313
|
- name: update every |
|
1314
|
description: Data collection frequency. |
|
1315
|
default_value: 1 |
|
1316
|
required: false |
|
1317
|
examples: |
|
1318
|
folding: |
|
1319
|
enabled: false |
|
1320
|
title: "" |
|
1321
|
list: [] |
|
1322
|
troubleshooting: |
|
1323
|
problems: |
|
1324
|
list: [] |
|
1325
|
alerts: |
|
1326
|
- name: power_supply_capacity |
|
1327
|
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/power_supply_capacity.conf |
|
1328
|
metric: powersupply.capacity |
|
1329
|
info: percentage of remaining power supply capacity |
|
1330
|
metrics: |
|
1331
|
folding: |
|
1332
|
title: Metrics |
|
1333
|
enabled: false |
|
1334
|
description: "" |
|
1335
|
availability: [] |
|
1336
|
scopes: |
|
1337
|
- name: Power Supply |
|
1338
|
description: "These metrics refer to Power Supply device." |
|
1339
|
labels: |
|
1340
|
- name: device |
|
1341
|
description: Device name delivered as a Windows path. |
|
1342
|
metrics: |
|
1343
|
- name: powersupply.capacity |
|
1344
|
description: Battery capacity |
|
1345
|
unit: "percentage" |
|
1346
|
chart_type: line |
|
1347
|
dimensions: |
|
1348
|
- name: capacity |
|
1349
|
- name: powersupply.voltage |
|
1350
|
description: Power supply voltage |
|
1351
|
unit: "V" |
|
1352
|
chart_type: line |
|
1353
|
dimensions: |
|
1354
|
- name: now |
|
1355
|
- meta: |
|
1356
|
plugin_name: windows.plugin |
|
1357
|
module_name: GetSensors |
|
1358
|
monitored_instance: |
|
1359
|
name: Sensors |
|
1360
|
link: "https://learn.microsoft.com/en-us/windows/win32/sensorsapi/portal" |
|
1361
|
categories: |
|
1362
|
- data-collection.hardware-and-sensors |
|
1363
|
icon_filename: "windows.svg" |
|
1364
|
related_resources: |
|
1365
|
integrations: |
|
1366
|
list: [] |
|
1367
|
info_provided_to_referring_integrations: |
|
1368
|
description: "" |
|
1369
|
keywords: |
|
1370
|
- Sensors |
|
1371
|
- Windows |
|
1372
|
overview: |
|
1373
|
data_collection: |
|
1374
|
metrics_description: | |
|
1375
|
This collector monitors sensors on Windows systems. |
|
1376
|
method_description: | |
|
1377
|
It uses Sensors API to retrieve available data. |
|
1378
|
supported_platforms: |
|
1379
|
include: ["windows"] |
|
1380
|
exclude: [] |
|
1381
|
multi_instance: false |
|
1382
|
additional_permissions: |
|
1383
|
description: "" |
|
1384
|
default_behavior: |
|
1385
|
auto_detection: |
|
1386
|
description: | |
|
1387
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
1388
|
limits: |
|
1389
|
description: "" |
|
1390
|
performance_impact: |
|
1391
|
description: "" |
|
1392
|
setup: |
|
1393
|
prerequisites: |
|
1394
|
list: [] |
|
1395
|
configuration: |
|
1396
|
file: |
|
1397
|
section_name: "[plugin:windows:GetSensors]" |
|
1398
|
name: "netdata.conf" |
|
1399
|
description: "The Netdata main configuration file." |
|
1400
|
options: |
|
1401
|
description: "" |
|
1402
|
folding: |
|
1403
|
title: "Config Option" |
|
1404
|
enabled: false |
|
1405
|
list: |
|
1406
|
- name: update every |
|
1407
|
description: Data collection frequency. |
|
1408
|
default_value: 1 |
|
1409
|
required: false |
|
1410
|
examples: |
|
1411
|
folding: |
|
1412
|
enabled: true |
|
1413
|
title: "" |
|
1414
|
list: |
|
1415
|
- name: Specific Sensors |
|
1416
|
description: You can add custom sensor information by creating a dedicated sensor section. |
|
1417
|
folding: |
|
1418
|
enabled: false |
|
1419
|
config: | |
|
1420
|
[plugin:windows:GetSensors:Your Sensor Name] |
|
1421
|
units = Speed |
|
1422
|
multiplier = 100 |
|
1423
|
title = Current speed. |
|
1424
|
troubleshooting: |
|
1425
|
problems: |
|
1426
|
list: [] |
|
1427
|
alerts: [] |
|
1428
|
metrics: |
|
1429
|
folding: |
|
1430
|
title: Metrics |
|
1431
|
enabled: false |
|
1432
|
description: "" |
|
1433
|
availability: [] |
|
1434
|
scopes: |
|
1435
|
- name: Sensor |
|
1436
|
description: "These metrics refer to Sensors." |
|
1437
|
labels: |
|
1438
|
- name: name |
|
1439
|
description: Sensor friendly name. |
|
1440
|
- name: manufacturer |
|
1441
|
description: The sensor manufacturer. |
|
1442
|
- name: model |
|
1443
|
description: The sensor model. |
|
1444
|
metrics: |
|
1445
|
- name: system.hw.sensor.temperature.input |
|
1446
|
description: Sensor Temperature |
|
1447
|
unit: "Cel" |
|
1448
|
chart_type: line |
|
1449
|
dimensions: |
|
1450
|
- name: input |
|
1451
|
- name: system.hw.sensor.power.input |
|
1452
|
description: Sensor Power |
|
1453
|
unit: "W" |
|
1454
|
chart_type: line |
|
1455
|
dimensions: |
|
1456
|
- name: input |
|
1457
|
- name: system.hw.sensor.current.input |
|
1458
|
description: Sensor Current |
|
1459
|
unit: "A" |
|
1460
|
chart_type: line |
|
1461
|
dimensions: |
|
1462
|
- name: input |
|
1463
|
- name: system.hw.sensor.humidity.input |
|
1464
|
description: Sensor Humidity |
|
1465
|
unit: "%" |
|
1466
|
chart_type: line |
|
1467
|
dimensions: |
|
1468
|
- name: input |
|
1469
|
- name: system.hw.sensor.lux.input |
|
1470
|
description: Ambient light level |
|
1471
|
unit: "lx" |
|
1472
|
chart_type: line |
|
1473
|
dimensions: |
|
1474
|
- name: input |
|
1475
|
- name: system.hw.sensor.color.input |
|
1476
|
description: Color temperature of light |
|
1477
|
unit: "Cel" |
|
1478
|
chart_type: line |
|
1479
|
dimensions: |
|
1480
|
- name: input |
|
1481
|
- name: system.hw.sensor.voltage.input |
|
1482
|
description: Electrical potential |
|
1483
|
unit: "V" |
|
1484
|
chart_type: line |
|
1485
|
dimensions: |
|
1486
|
- name: input |
|
1487
|
- name: system.hw.sensor.resistance.input |
|
1488
|
description: Electrical resistance |
|
1489
|
unit: "Ohms" |
|
1490
|
chart_type: line |
|
1491
|
dimensions: |
|
1492
|
- name: input |
|
1493
|
- name: system.hw.sensor.capacitance.input |
|
1494
|
description: Electrical capacitance |
|
1495
|
unit: "F" |
|
1496
|
chart_type: line |
|
1497
|
dimensions: |
|
1498
|
- name: input |
|
1499
|
- name: system.hw.sensor.inductance.input |
|
1500
|
description: Electrical indutance |
|
1501
|
unit: "H" |
|
1502
|
chart_type: line |
|
1503
|
dimensions: |
|
1504
|
- name: input |
|
1505
|
- name: system.hw.sensor.pressure.input |
|
1506
|
description: Ambient atmospheric pressure |
|
1507
|
unit: "Pa" |
|
1508
|
chart_type: line |
|
1509
|
dimensions: |
|
1510
|
- name: input |
|
1511
|
- name: system.hw.sensor.latitude.input |
|
1512
|
description: Geographic latitude |
|
1513
|
unit: "Degrees" |
|
1514
|
chart_type: line |
|
1515
|
dimensions: |
|
1516
|
- name: input |
|
1517
|
- name: system.hw.sensor.longitude.input |
|
1518
|
description: Geographic longitude |
|
1519
|
unit: "Degrees" |
|
1520
|
chart_type: line |
|
1521
|
dimensions: |
|
1522
|
- name: input |
|
1523
|
- name: system.hw.sensor.force.input |
|
1524
|
description: Force |
|
1525
|
unit: "N" |
|
1526
|
chart_type: line |
|
1527
|
dimensions: |
|
1528
|
- name: input |
|
1529
|
- name: system.hw.sensor.gauge_pressure.input |
|
1530
|
description: Gauge Pressure |
|
1531
|
unit: "Pa" |
|
1532
|
chart_type: line |
|
1533
|
dimensions: |
|
1534
|
- name: input |
|
1535
|
- name: system.hw.sensor.human_presence.input |
|
1536
|
description: Human presence |
|
1537
|
unit: "presence" |
|
1538
|
chart_type: line |
|
1539
|
dimensions: |
|
1540
|
- name: input |
|
1541
|
- name: system.hw.sensor.human_proximity.input |
|
1542
|
description: Human proximity |
|
1543
|
unit: "m" |
|
1544
|
chart_type: line |
|
1545
|
dimensions: |
|
1546
|
- name: input |
|
1547
|
- name: system.hw.sensor.distance.input |
|
1548
|
description: Distance |
|
1549
|
unit: "m" |
|
1550
|
chart_type: line |
|
1551
|
dimensions: |
|
1552
|
- name: inputX |
|
1553
|
- name: inputY |
|
1554
|
- name: inputZ |
|
1555
|
- name: system.hw.sensor.acceleration.input |
|
1556
|
description: Acceleration |
|
1557
|
unit: "g" |
|
1558
|
chart_type: line |
|
1559
|
dimensions: |
|
1560
|
- name: inputX |
|
1561
|
- name: inputY |
|
1562
|
- name: inputZ |
|
1563
|
- name: system.hw.sensor.state.input |
|
1564
|
description: Current sensor state. |
|
1565
|
unit: "status" |
|
1566
|
chart_type: line |
|
1567
|
dimensions: |
|
1568
|
- name: ready |
|
1569
|
- name: not_available |
|
1570
|
- name: no_data |
|
1571
|
- name: initializing |
|
1572
|
- name: access_denied |
|
1573
|
- name: error |
|
1574
|
- name: system.hw.sensor.custom |
|
1575
|
description: Custom Chart |
|
1576
|
unit: "nd" |
|
1577
|
chart_type: line |
|
1578
|
dimensions: |
|
1579
|
- name: inputN |
|
1580
|
- meta: |
|
1581
|
plugin_name: windows.plugin |
|
1582
|
module_name: PerflibWebService |
|
1583
|
monitored_instance: |
|
1584
|
name: IIS |
|
1585
|
link: "https://www.iis.net/" |
|
1586
|
categories: |
|
1587
|
- data-collection.web-servers-and-proxies |
|
1588
|
icon_filename: "windows.svg" |
|
1589
|
related_resources: |
|
1590
|
integrations: |
|
1591
|
list: [] |
|
1592
|
info_provided_to_referring_integrations: |
|
1593
|
description: "" |
|
1594
|
keywords: |
|
1595
|
- IIS |
|
1596
|
- HTTP |
|
1597
|
- Web service |
|
1598
|
overview: |
|
1599
|
data_collection: |
|
1600
|
metrics_description: | |
|
1601
|
This collector monitors website requests and logins. |
|
1602
|
method_description: | |
|
1603
|
It queries the 'Web Service' object from Perflib in order to gather the metrics. |
|
1604
|
supported_platforms: |
|
1605
|
include: ["windows"] |
|
1606
|
exclude: [] |
|
1607
|
multi_instance: false |
|
1608
|
additional_permissions: |
|
1609
|
description: "" |
|
1610
|
default_behavior: |
|
1611
|
auto_detection: |
|
1612
|
description: | |
|
1613
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
1614
|
limits: |
|
1615
|
description: "" |
|
1616
|
performance_impact: |
|
1617
|
description: "" |
|
1618
|
setup: |
|
1619
|
prerequisites: |
|
1620
|
list: [] |
|
1621
|
configuration: |
|
1622
|
file: |
|
1623
|
name: "netdata.conf" |
|
1624
|
section_name: "[plugin:windows:PerflibWebService]" |
|
1625
|
description: "The Netdata main configuration file" |
|
1626
|
options: |
|
1627
|
description: "" |
|
1628
|
folding: |
|
1629
|
title: "Config option" |
|
1630
|
enabled: false |
|
1631
|
list: |
|
1632
|
- name: update every |
|
1633
|
description: Data collection frequency. |
|
1634
|
default_value: 1 |
|
1635
|
required: false |
|
1636
|
examples: |
|
1637
|
folding: |
|
1638
|
enabled: true |
|
1639
|
title: "" |
|
1640
|
list: [] |
|
1641
|
troubleshooting: |
|
1642
|
problems: |
|
1643
|
list: [] |
|
1644
|
alerts: [] |
|
1645
|
metrics: |
|
1646
|
folding: |
|
1647
|
title: Metrics |
|
1648
|
enabled: false |
|
1649
|
description: "" |
|
1650
|
availability: [] |
|
1651
|
scopes: |
|
1652
|
- name: IIS website |
|
1653
|
description: "These metrics refer to the IIS website." |
|
1654
|
labels: |
|
1655
|
- name: website |
|
1656
|
description: The name of the IIS website. |
|
1657
|
metrics: |
|
1658
|
- name: iis.website_traffic |
|
1659
|
description: Website traffic |
|
1660
|
unit: "bytes/s" |
|
1661
|
chart_type: area |
|
1662
|
dimensions: |
|
1663
|
- name: received |
|
1664
|
- name: sent |
|
1665
|
- name: iis.website_requests_rate |
|
1666
|
description: Website requests rate |
|
1667
|
unit: "requests/s" |
|
1668
|
chart_type: line |
|
1669
|
dimensions: |
|
1670
|
- name: requests |
|
1671
|
- name: iis.website_requests_by_type_rate |
|
1672
|
description: Website requests rate |
|
1673
|
unit: "requests/s" |
|
1674
|
chart_type: stacked |
|
1675
|
dimensions: |
|
1676
|
- name: options |
|
1677
|
- name: get |
|
1678
|
- name: post |
|
1679
|
- name: head |
|
1680
|
- name: put |
|
1681
|
- name: delete |
|
1682
|
- name: trace |
|
1683
|
- name: move |
|
1684
|
- name: copy |
|
1685
|
- name: mkcol |
|
1686
|
- name: propfind |
|
1687
|
- name: proppatch |
|
1688
|
- name: search |
|
1689
|
- name: lock |
|
1690
|
- name: unlock |
|
1691
|
- name: other |
|
1692
|
- name: iis.website_active_connections_count |
|
1693
|
description: Website active connections |
|
1694
|
unit: "connections" |
|
1695
|
chart_type: line |
|
1696
|
dimensions: |
|
1697
|
- name: active |
|
1698
|
- name: iis.website_users_count |
|
1699
|
description: Website users with pending requests |
|
1700
|
unit: "users" |
|
1701
|
chart_type: stacked |
|
1702
|
dimensions: |
|
1703
|
- name: anonymous |
|
1704
|
- name: non_anonymous |
|
1705
|
- name: iis.website_connection_attempts_rate |
|
1706
|
description: Website connections attempts |
|
1707
|
unit: "attempts/s" |
|
1708
|
chart_type: line |
|
1709
|
dimensions: |
|
1710
|
- name: connection |
|
1711
|
- name: iis.website_isapi_extension_requests_count |
|
1712
|
description: ISAPI extension requests |
|
1713
|
unit: "requests" |
|
1714
|
chart_type: line |
|
1715
|
dimensions: |
|
1716
|
- name: isapi |
|
1717
|
- name: iis.website_isapi_extension_requests_rate |
|
1718
|
description: Website extensions request |
|
1719
|
unit: "requests/s" |
|
1720
|
chart_type: line |
|
1721
|
dimensions: |
|
1722
|
- name: isapi |
|
1723
|
- name: iis.website_ftp_file_transfer_rate |
|
1724
|
description: Website FTP file transfer rate |
|
1725
|
unit: "files/s" |
|
1726
|
chart_type: line |
|
1727
|
dimensions: |
|
1728
|
- name: received |
|
1729
|
- name: sent |
|
1730
|
- name: iis.website_logon_attempts_rate |
|
1731
|
description: Website logon attempts |
|
1732
|
unit: "attempts/s" |
|
1733
|
chart_type: line |
|
1734
|
dimensions: |
|
1735
|
- name: logon |
|
1736
|
- name: iis.website_errors_rate |
|
1737
|
description: Website errors |
|
1738
|
unit: "errors/s" |
|
1739
|
chart_type: stacked |
|
1740
|
dimensions: |
|
1741
|
- name: document_locked |
|
1742
|
- name: document_not_found |
|
1743
|
- name: iis.website_uptime |
|
1744
|
description: Website uptime |
|
1745
|
unit: "seconds" |
|
1746
|
chart_type: line |
|
1747
|
dimensions: |
|
1748
|
- name: uptime |
|
1749
|
- name: IIS Application Pool |
|
1750
|
description: "These metrics refer to the IIS application pool WAS (Windows Process Activation Service)." |
|
1751
|
labels: |
|
1752
|
- name: app |
|
1753
|
description: The name of the Application Pool. |
|
1754
|
metrics: |
|
1755
|
- name: iis.application_pool_current_status |
|
1756
|
description: IIS App Pool current status |
|
1757
|
unit: "status" |
|
1758
|
chart_type: line |
|
1759
|
dimensions: |
|
1760
|
- name: uninitialized |
|
1761
|
- name: initialized |
|
1762
|
- name: running |
|
1763
|
- name: disabling |
|
1764
|
- name: disabled |
|
1765
|
- name: shutdown_pending |
|
1766
|
- name: delete_pending |
|
1767
|
- name: iis.application_pool_current_worker_processes |
|
1768
|
description: IIS App Pool worker processes currently running |
|
1769
|
unit: "processes" |
|
1770
|
chart_type: line |
|
1771
|
dimensions: |
|
1772
|
- name: running |
|
1773
|
- name: iis.application_pool_worker_processes_created |
|
1774
|
description: IIS App Pool worker processes created |
|
1775
|
unit: "processes/s" |
|
1776
|
chart_type: line |
|
1777
|
dimensions: |
|
1778
|
- name: created |
|
1779
|
- name: iis.application_pool_maximum_worker_processes |
|
1780
|
description: IIS App Pool maximum created worker processes |
|
1781
|
unit: "processes" |
|
1782
|
chart_type: line |
|
1783
|
dimensions: |
|
1784
|
- name: created |
|
1785
|
- name: iis.application_pool_recent_worker_process_failures |
|
1786
|
description: IIS App Pool worker process failures during the rapid-fail protection interval |
|
1787
|
unit: "failures/s" |
|
1788
|
chart_type: line |
|
1789
|
dimensions: |
|
1790
|
- name: failures |
|
1791
|
- name: iis.application_pool_worker_process_failures |
|
1792
|
description: IIS App Pool worker process crashes |
|
1793
|
unit: "failures/s" |
|
1794
|
chart_type: line |
|
1795
|
dimensions: |
|
1796
|
- name: crash |
|
1797
|
- name: ping |
|
1798
|
- name: startup |
|
1799
|
- name: shutdown |
|
1800
|
- name: iis.application_pool_recycles |
|
1801
|
description: IIS App Pool recycles |
|
1802
|
unit: "recycles/s" |
|
1803
|
chart_type: line |
|
1804
|
dimensions: |
|
1805
|
- name: recycles |
|
1806
|
- name: iis.application_pool_uptime |
|
1807
|
description: IIS App Pool uptime |
|
1808
|
unit: "seconds" |
|
1809
|
chart_type: line |
|
1810
|
dimensions: |
|
1811
|
- name: uptime |
|
1812
|
- name: IIS W3SCV W3MP |
|
1813
|
description: "These metrics refer to the World Wide Web Publishing Service, the service responsible for hosting and serving web content." |
|
1814
|
labels: |
|
1815
|
- name: app |
|
1816
|
description: Application name. |
|
1817
|
metrics: |
|
1818
|
- name: iis.w3svc_w3wp_active_threads |
|
1819
|
description: Threads actively processing requests in the worker process |
|
1820
|
unit: "threads" |
|
1821
|
chart_type: line |
|
1822
|
dimensions: |
|
1823
|
- name: threads |
|
1824
|
- name: iis.w3svc_w3wp_requests_total |
|
1825
|
description: HTTP requests served by the worker process |
|
1826
|
unit: "requests/s" |
|
1827
|
chart_type: line |
|
1828
|
dimensions: |
|
1829
|
- name: requests |
|
1830
|
- name: iis.w3svc_w3wp_requests_active |
|
1831
|
description: Current number of requests being processed by the worker process |
|
1832
|
unit: "requests" |
|
1833
|
chart_type: line |
|
1834
|
dimensions: |
|
1835
|
- name: requests |
|
1836
|
- name: iis.w3svc_w3wp_file_cache_mem_usage |
|
1837
|
description: Current memory usage by the worker process |
|
1838
|
unit: "bytes" |
|
1839
|
chart_type: area |
|
1840
|
dimensions: |
|
1841
|
- name: used |
|
1842
|
- name: iis.w3svc_w3wp_files_cache_total |
|
1843
|
description: Files whose contents were ever added to the cache |
|
1844
|
unit: "files/s" |
|
1845
|
chart_type: line |
|
1846
|
dimensions: |
|
1847
|
- name: cached_files |
|
1848
|
- name: iis.w3svc_w3wp_files_flushed_total |
|
1849
|
description: File handles that have been removed from the cache |
|
1850
|
unit: "flushes/s" |
|
1851
|
chart_type: line |
|
1852
|
dimensions: |
|
1853
|
- name: file_handles |
|
1854
|
- name: iis.w3svc_w3wp_uri_cache_flushed |
|
1855
|
description: URI cache flushes |
|
1856
|
unit: "flushes/s" |
|
1857
|
chart_type: line |
|
1858
|
dimensions: |
|
1859
|
- name: cached_uris |
|
1860
|
- name: iis.w3svc_w3wp_total_uri_cached |
|
1861
|
description: URI information blocks added to the cache |
|
1862
|
unit: "blocks/s" |
|
1863
|
chart_type: line |
|
1864
|
dimensions: |
|
1865
|
- name: uri_cache_blocks |
|
1866
|
- name: iis.w3svc_w3wp_total_metadata_cached |
|
1867
|
description: Metadata information blocks added to the user-mode cache |
|
1868
|
unit: "blocks/s" |
|
1869
|
chart_type: line |
|
1870
|
dimensions: |
|
1871
|
- name: metadata_blocks |
|
1872
|
- name: iis.w3svc_w3wp_total_metadata_flushed |
|
1873
|
description: User-mode metadata cache flushes |
|
1874
|
unit: "flushes/s" |
|
1875
|
chart_type: line |
|
1876
|
dimensions: |
|
1877
|
- name: metadata_blocks |
|
1878
|
- name: iis.w3svc_w3wp_output_cache_active_flushed_items |
|
1879
|
description: Items flushed but still in memory for active responses |
|
1880
|
unit: "items" |
|
1881
|
chart_type: line |
|
1882
|
dimensions: |
|
1883
|
- name: used |
|
1884
|
- name: iis.w3svc_w3wp_output_cache_memory_usage |
|
1885
|
description: Current number of bytes used by output cache |
|
1886
|
unit: "bytes" |
|
1887
|
chart_type: area |
|
1888
|
dimensions: |
|
1889
|
- name: used |
|
1890
|
- name: iis.w3svc_w3wp_output_cache_flushed_total |
|
1891
|
description: Flushes of output cache |
|
1892
|
unit: "flushes" |
|
1893
|
chart_type: line |
|
1894
|
dimensions: |
|
1895
|
- name: output_cache_entries |
|
1896
|
- meta: |
|
1897
|
plugin_name: windows.plugin |
|
1898
|
module_name: PerflibHyperV |
|
1899
|
monitored_instance: |
|
1900
|
name: Hyper-V |
|
1901
|
link: "https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/about/" |
|
1902
|
categories: |
|
1903
|
- data-collection.containers-and-vms |
|
1904
|
icon_filename: "windows.svg" |
|
1905
|
related_resources: |
|
1906
|
integrations: |
|
1907
|
list: [] |
|
1908
|
info_provided_to_referring_integrations: |
|
1909
|
description: "" |
|
1910
|
keywords: |
|
1911
|
- windows |
|
1912
|
- microsoft |
|
1913
|
- hyperv |
|
1914
|
- virtualization |
|
1915
|
- vm |
|
1916
|
- azure-local |
|
1917
|
- azure-stack-hci |
|
1918
|
overview: |
|
1919
|
data_collection: |
|
1920
|
metrics_description: | |
|
1921
|
This collector monitors Hyper-V virtualization metrics including virtual machine health status, root partition virtualization layer statistics (TLB flushes, address spaces, attached devices, GPA space), per-VM CPU usage, memory allocation and pressure, storage device I/O and errors, network interface traffic and packets, and virtual switch traffic, packets, and dropped packets. |
|
1922
|
method_description: | |
|
1923
|
It queries the 'HyperV' object from Perflib in order to gather the metrics. |
|
1924
|
supported_platforms: |
|
1925
|
include: ["windows"] |
|
1926
|
exclude: [] |
|
1927
|
multi_instance: false |
|
1928
|
additional_permissions: |
|
1929
|
description: "" |
|
1930
|
default_behavior: |
|
1931
|
auto_detection: |
|
1932
|
description: | |
|
1933
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
1934
|
limits: |
|
1935
|
description: "" |
|
1936
|
performance_impact: |
|
1937
|
description: "" |
|
1938
|
setup: |
|
1939
|
prerequisites: |
|
1940
|
list: [] |
|
1941
|
configuration: |
|
1942
|
file: |
|
1943
|
name: "netdata.conf" |
|
1944
|
section_name: "[plugin:windows:PerflibHyperV]" |
|
1945
|
description: "The Netdata main configuration file" |
|
1946
|
options: |
|
1947
|
description: "" |
|
1948
|
folding: |
|
1949
|
title: "Config option" |
|
1950
|
enabled: false |
|
1951
|
list: |
|
1952
|
- name: update every |
|
1953
|
description: Data collection frequency. |
|
1954
|
default_value: 5 |
|
1955
|
required: false |
|
1956
|
examples: |
|
1957
|
folding: |
|
1958
|
enabled: true |
|
1959
|
title: "" |
|
1960
|
list: [] |
|
1961
|
troubleshooting: |
|
1962
|
problems: |
|
1963
|
list: [] |
|
1964
|
alerts: [] |
|
1965
|
metrics: |
|
1966
|
folding: |
|
1967
|
title: Metrics |
|
1968
|
enabled: false |
|
1969
|
description: "" |
|
1970
|
availability: [] |
|
1971
|
scopes: |
|
1972
|
- name: Hyper-V |
|
1973
|
description: "These metrics refer to the Hyper-V instance." |
|
1974
|
labels: [] |
|
1975
|
metrics: |
|
1976
|
- name: hyperv.vms_health |
|
1977
|
description: Virtual machines health status |
|
1978
|
unit: "vms" |
|
1979
|
chart_type: line |
|
1980
|
dimensions: |
|
1981
|
- name: ok |
|
1982
|
- name: critical |
|
1983
|
- name: hyperv.root_partition_io_tlb_flush |
|
1984
|
description: Root partition flushes of I/O TLBs |
|
1985
|
unit: "flushes/s" |
|
1986
|
chart_type: line |
|
1987
|
dimensions: |
|
1988
|
- name: gpa |
|
1989
|
- name: hyperv.root_partition_virtual_tlb_flush_entries |
|
1990
|
description: Root partition flushes of the entire virtual TLB |
|
1991
|
unit: "flushes/s" |
|
1992
|
chart_type: line |
|
1993
|
dimensions: |
|
1994
|
- name: flushes |
|
1995
|
- name: hyperv.root_partition_virtual_tlb_pages |
|
1996
|
description: Root partition pages used by the virtual TLB |
|
1997
|
unit: "pages" |
|
1998
|
chart_type: line |
|
1999
|
dimensions: |
|
2000
|
- name: used |
|
2001
|
- name: hyperv.root_partition_address_space |
|
2002
|
description: Root partition address spaces in the virtual TLB |
|
2003
|
unit: "address spaces" |
|
2004
|
chart_type: line |
|
2005
|
dimensions: |
|
2006
|
- name: address_spaces |
|
2007
|
- name: hyperv.root_partition_attached_devices |
|
2008
|
description: Root partition attached devices |
|
2009
|
unit: "devices" |
|
2010
|
chart_type: line |
|
2011
|
dimensions: |
|
2012
|
- name: attached |
|
2013
|
- name: hyperv.root_partition_device_dma_errors |
|
2014
|
description: Root partition illegal DMA requests |
|
2015
|
unit: "requests" |
|
2016
|
chart_type: line |
|
2017
|
dimensions: |
|
2018
|
- name: illegal_dma |
|
2019
|
- name: hyperv.root_partition_device_interrupt_errors |
|
2020
|
description: Root partition illegal interrupt requests |
|
2021
|
unit: "requests" |
|
2022
|
chart_type: line |
|
2023
|
dimensions: |
|
2024
|
- name: illegal_interrupt |
|
2025
|
- name: hyperv.root_partition_device_interrupt_throttle_events |
|
2026
|
description: Root partition throttled interrupts |
|
2027
|
unit: "events" |
|
2028
|
chart_type: line |
|
2029
|
dimensions: |
|
2030
|
- name: throttling |
|
2031
|
- name: hyperv.root_partition_deposited_pages |
|
2032
|
description: Root partition deposited pages |
|
2033
|
unit: "pages" |
|
2034
|
chart_type: line |
|
2035
|
dimensions: |
|
2036
|
- name: gpa |
|
2037
|
- name: hyperv.root_partition_device_space_pages |
|
2038
|
description: Root partition device space pages |
|
2039
|
unit: "pages" |
|
2040
|
chart_type: line |
|
2041
|
dimensions: |
|
2042
|
- name: 4K |
|
2043
|
- name: 2M |
|
2044
|
- name: 1G |
|
2045
|
- name: hyperv.root_partition_gpa_space_pages |
|
2046
|
description: Root partition GPA space pages |
|
2047
|
unit: "pages" |
|
2048
|
chart_type: line |
|
2049
|
dimensions: |
|
2050
|
- name: 4K |
|
2051
|
- name: 2M |
|
2052
|
- name: 1G |
|
2053
|
- name: hyperv.root_partition_gpa_space_modifications |
|
2054
|
description: Root partition GPA space modifications |
|
2055
|
unit: "modifications/s" |
|
2056
|
chart_type: line |
|
2057
|
dimensions: |
|
2058
|
- name: gpa |
|
2059
|
|
|
2060
|
- name: Virtual Machine |
|
2061
|
description: "These metrics refer to the Virtual Machine." |
|
2062
|
labels: |
|
2063
|
- name: vm_name |
|
2064
|
description: The name of the Virtual Machine. |
|
2065
|
metrics: |
|
2066
|
- name: hyperv.vm_cpu_usage |
|
2067
|
description: VM CPU usage |
|
2068
|
unit: "percentage" |
|
2069
|
chart_type: area |
|
2070
|
dimensions: |
|
2071
|
- name: usage |
|
2072
|
- name: hyperv.vm_cpu_usage_by_run_context |
|
2073
|
description: VM CPU usage by run context |
|
2074
|
unit: "percentage" |
|
2075
|
chart_type: stacked |
|
2076
|
dimensions: |
|
2077
|
- name: guest |
|
2078
|
- name: hypervisor |
|
2079
|
- name: remote |
|
2080
|
- name: hyperv.vm_memory_physical |
|
2081
|
description: VM assigned memory |
|
2082
|
unit: "bytes" |
|
2083
|
chart_type: line |
|
2084
|
dimensions: |
|
2085
|
- name: assigned |
|
2086
|
- name: hyperv.vm_memory_physical_guest_visible |
|
2087
|
description: VM guest visible memory |
|
2088
|
unit: "bytes" |
|
2089
|
chart_type: line |
|
2090
|
dimensions: |
|
2091
|
- name: visible |
|
2092
|
- name: available |
|
2093
|
- name: hyperv.vm_memory_pressure_current |
|
2094
|
description: VM Memory Pressure |
|
2095
|
unit: "percentage" |
|
2096
|
chart_type: line |
|
2097
|
dimensions: |
|
2098
|
- name: pressure |
|
2099
|
- name: hyperv.vm_vid_physical_pages_allocated |
|
2100
|
description: VM physical pages allocated |
|
2101
|
unit: "pages" |
|
2102
|
chart_type: line |
|
2103
|
dimensions: |
|
2104
|
- name: allocated |
|
2105
|
- name: hyperv.vm_vid_remote_physical_pages |
|
2106
|
description: VM physical pages not allocated from the preferred NUMA node |
|
2107
|
unit: "pages" |
|
2108
|
chart_type: line |
|
2109
|
dimensions: |
|
2110
|
- name: remote_physical |
|
2111
|
- name: Virtual Machine Storage Device |
|
2112
|
description: "These metrics refer to the Virtual Machine Storage Device." |
|
2113
|
labels: |
|
2114
|
- name: vm_storage_device |
|
2115
|
description: The name of the Storage Device. |
|
2116
|
metrics: |
|
2117
|
- name: hyperv.vm_storage_device_bytes |
|
2118
|
description: VM storage device IO |
|
2119
|
unit: "bytes/s" |
|
2120
|
chart_type: area |
|
2121
|
dimensions: |
|
2122
|
- name: read |
|
2123
|
- name: write |
|
2124
|
- name: hyperv.vm_storage_device_operations |
|
2125
|
description: VM storage device IOPS" |
|
2126
|
unit: "operations/s" |
|
2127
|
chart_type: line |
|
2128
|
dimensions: |
|
2129
|
- name: read |
|
2130
|
- name: write |
|
2131
|
- name: hyperv.vm_storage_device_errors |
|
2132
|
description: VM storage device errors |
|
2133
|
unit: "errors/s" |
|
2134
|
chart_type: line |
|
2135
|
dimensions: |
|
2136
|
- name: errors |
|
2137
|
- name: Virtual Machine Network Interface |
|
2138
|
description: "These metrics refer to the Virtual Machine Network Interface." |
|
2139
|
labels: |
|
2140
|
- name: vm_net_interface |
|
2141
|
description: The name of the Network Interface. |
|
2142
|
metrics: |
|
2143
|
- name: hyperv.vm_net_interface_traffic |
|
2144
|
description: VM interface traffic |
|
2145
|
unit: "kilobits/s" |
|
2146
|
chart_type: line |
|
2147
|
dimensions: |
|
2148
|
- name: received |
|
2149
|
- name: sent |
|
2150
|
- name: hyperv.vm_net_interface_ipsec_traffic |
|
2151
|
description: VM interface traffic |
|
2152
|
unit: "kilobits/s" |
|
2153
|
chart_type: line |
|
2154
|
dimensions: |
|
2155
|
- name: received |
|
2156
|
- name: sent |
|
2157
|
- name: hyperv.vm_net_interface_packets |
|
2158
|
description: VM interface packets |
|
2159
|
unit: "packets/s" |
|
2160
|
chart_type: line |
|
2161
|
dimensions: |
|
2162
|
- name: received |
|
2163
|
- name: sent |
|
2164
|
- name: hyperv.vm_net_interface_directed_packets |
|
2165
|
description: VM interface directed packets |
|
2166
|
unit: "packets/s" |
|
2167
|
chart_type: line |
|
2168
|
dimensions: |
|
2169
|
- name: received |
|
2170
|
- name: sent |
|
2171
|
- name: hyperv.vm_net_interface_broadcast_packets |
|
2172
|
description: VM interface broadcast |
|
2173
|
unit: "packets/s" |
|
2174
|
chart_type: line |
|
2175
|
dimensions: |
|
2176
|
- name: received |
|
2177
|
- name: sent |
|
2178
|
- name: hyperv.vm_net_interface_multicast_packets |
|
2179
|
description: VM interface multicast |
|
2180
|
unit: "packets/s" |
|
2181
|
chart_type: line |
|
2182
|
dimensions: |
|
2183
|
- name: received |
|
2184
|
- name: sent |
|
2185
|
- name: hyperv.vm_net_interface_packets_dropped |
|
2186
|
description: VM interface packets dropped |
|
2187
|
unit: "drops/s" |
|
2188
|
chart_type: line |
|
2189
|
dimensions: |
|
2190
|
- name: incoming |
|
2191
|
- name: outgoing |
|
2192
|
- name: Virtual Switch |
|
2193
|
description: "These metrics refer to the Virtual Switch." |
|
2194
|
labels: |
|
2195
|
- name: vswitch |
|
2196
|
description: The name of the Virtual Switch. |
|
2197
|
metrics: |
|
2198
|
- name: hyperv.vswitch_traffic |
|
2199
|
description: Virtual switch traffic |
|
2200
|
unit: "kilobits/s" |
|
2201
|
chart_type: area |
|
2202
|
dimensions: |
|
2203
|
- name: received |
|
2204
|
- name: sent |
|
2205
|
- name: hyperv.vswitch_packets |
|
2206
|
description: Virtual switch packets |
|
2207
|
unit: "packets/s" |
|
2208
|
chart_type: line |
|
2209
|
dimensions: |
|
2210
|
- name: received |
|
2211
|
- name: sent |
|
2212
|
- name: hyperv.vswitch_directed_packets |
|
2213
|
description: Virtual switch directed packets |
|
2214
|
unit: "packets/s" |
|
2215
|
chart_type: line |
|
2216
|
dimensions: |
|
2217
|
- name: received |
|
2218
|
- name: sent |
|
2219
|
- name: hyperv.vswitch_broadcast_packets |
|
2220
|
description: Virtual switch broadcast packets |
|
2221
|
unit: "packets/s" |
|
2222
|
chart_type: line |
|
2223
|
dimensions: |
|
2224
|
- name: received |
|
2225
|
- name: sent |
|
2226
|
- name: hyperv.vswitch_multicast_packets |
|
2227
|
description: Virtual switch multicast packets |
|
2228
|
unit: "packets/s" |
|
2229
|
chart_type: line |
|
2230
|
dimensions: |
|
2231
|
- name: received |
|
2232
|
- name: sent |
|
2233
|
- name: hyperv.vswitch_dropped_packets |
|
2234
|
description: Virtual switch dropped packets |
|
2235
|
unit: "drops/s" |
|
2236
|
chart_type: line |
|
2237
|
dimensions: |
|
2238
|
- name: incoming |
|
2239
|
- name: outgoing |
|
2240
|
- name: hyperv.vswitch_extensions_dropped_packets |
|
2241
|
description: Virtual switch extensions dropped packets |
|
2242
|
unit: "drops/s" |
|
2243
|
chart_type: line |
|
2244
|
dimensions: |
|
2245
|
- name: incoming |
|
2246
|
- name: outgoing |
|
2247
|
- name: hyperv.vswitch_packets_flooded |
|
2248
|
description: Virtual switch flooded packets |
|
2249
|
unit: "packets/s" |
|
2250
|
chart_type: line |
|
2251
|
dimensions: |
|
2252
|
- name: flooded |
|
2253
|
- name: hyperv.vswitch_learned_mac_addresses |
|
2254
|
description: Virtual switch learned MAC addresses |
|
2255
|
unit: "mac addresses/s" |
|
2256
|
chart_type: line |
|
2257
|
dimensions: |
|
2258
|
- name: learned |
|
2259
|
- name: hyperv.vswitch_purged_mac_addresses |
|
2260
|
description: Virtual switch purged MAC addresses |
|
2261
|
unit: "mac addresses/s" |
|
2262
|
chart_type: line |
|
2263
|
dimensions: |
|
2264
|
- name: purged |
|
2265
|
- meta: |
|
2266
|
plugin_name: windows.plugin |
|
2267
|
module_name: PerflibNetFramework |
|
2268
|
monitored_instance: |
|
2269
|
name: NET Framework |
|
2270
|
link: "https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet-framework" |
|
2271
|
categories: |
|
2272
|
- data-collection.applications |
|
2273
|
icon_filename: "dotnet.svg" |
|
2274
|
related_resources: |
|
2275
|
integrations: |
|
2276
|
list: [] |
|
2277
|
info_provided_to_referring_integrations: |
|
2278
|
description: "" |
|
2279
|
keywords: |
|
2280
|
- windows |
|
2281
|
- microsoft |
|
2282
|
- netframework |
|
2283
|
- dotnet |
|
2284
|
overview: |
|
2285
|
data_collection: |
|
2286
|
metrics_description: | |
|
2287
|
This collector monitors application built with .NET |
|
2288
|
method_description: | |
|
2289
|
It queries different NET Framework objects per process from Perflib in order to gather the metrics. |
|
2290
|
supported_platforms: |
|
2291
|
include: ["windows"] |
|
2292
|
exclude: [] |
|
2293
|
multi_instance: false |
|
2294
|
additional_permissions: |
|
2295
|
description: "" |
|
2296
|
default_behavior: |
|
2297
|
auto_detection: |
|
2298
|
description: | |
|
2299
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
2300
|
limits: |
|
2301
|
description: "" |
|
2302
|
performance_impact: |
|
2303
|
description: "" |
|
2304
|
setup: |
|
2305
|
prerequisites: |
|
2306
|
list: [] |
|
2307
|
configuration: |
|
2308
|
file: |
|
2309
|
name: "netdata.conf" |
|
2310
|
section_name: "[plugin:windows:PerflibNetFramework]" |
|
2311
|
description: "The Netdata main configuration file" |
|
2312
|
options: |
|
2313
|
description: "" |
|
2314
|
folding: |
|
2315
|
title: "Config option" |
|
2316
|
enabled: false |
|
2317
|
list: |
|
2318
|
- name: update every |
|
2319
|
description: Data collection frequency. |
|
2320
|
default_value: 1 |
|
2321
|
required: false |
|
2322
|
examples: |
|
2323
|
folding: |
|
2324
|
enabled: true |
|
2325
|
title: "" |
|
2326
|
list: [] |
|
2327
|
troubleshooting: |
|
2328
|
problems: |
|
2329
|
list: [] |
|
2330
|
alerts: [] |
|
2331
|
metrics: |
|
2332
|
folding: |
|
2333
|
title: Metrics |
|
2334
|
enabled: false |
|
2335
|
description: "" |
|
2336
|
availability: [] |
|
2337
|
scopes: |
|
2338
|
- name: Processes running |
|
2339
|
description: "These metrics refer to NET applications." |
|
2340
|
labels: |
|
2341
|
- name: process |
|
2342
|
description: The process name. |
|
2343
|
metrics: |
|
2344
|
- name: netframework.clrexception_thrown |
|
2345
|
description: Thrown exceptions |
|
2346
|
unit: exceptions/s |
|
2347
|
chart_type: line |
|
2348
|
dimensions: |
|
2349
|
- name: exceptions |
|
2350
|
- name: netframework.clrexception_filters |
|
2351
|
description: Thrown exceptions filters |
|
2352
|
unit: filters/s |
|
2353
|
chart_type: line |
|
2354
|
dimensions: |
|
2355
|
- name: filters |
|
2356
|
- name: netframework.clrexception_finallys |
|
2357
|
description: Executed finally blocks |
|
2358
|
unit: finallys/s |
|
2359
|
chart_type: line |
|
2360
|
dimensions: |
|
2361
|
- name: finallys |
|
2362
|
- name: netframework.clrexception_throw_to_catch_depth |
|
2363
|
description: Traversed stack frames |
|
2364
|
unit: stack_frames/s |
|
2365
|
chart_type: line |
|
2366
|
dimensions: |
|
2367
|
- name: traversed |
|
2368
|
- name: netframework.clrinterop_com_callable_wrappers |
|
2369
|
description: COM callable wrappers (CCW) |
|
2370
|
unit: ccw/s |
|
2371
|
chart_type: line |
|
2372
|
dimensions: |
|
2373
|
- name: com_callable_wrappers |
|
2374
|
- name: netframework.clrinterop_interop_marshallings |
|
2375
|
description: Arguments and return values marshallings |
|
2376
|
unit: marshallings/s |
|
2377
|
chart_type: line |
|
2378
|
dimensions: |
|
2379
|
- name: marshallings |
|
2380
|
- name: netframework.clrinterop_interop_stubs_created |
|
2381
|
description: Created stubs |
|
2382
|
unit: stubs/s |
|
2383
|
chart_type: line |
|
2384
|
dimensions: |
|
2385
|
- name: created |
|
2386
|
- name: netframework.clrjit_methods |
|
2387
|
description: JIT-compiled methods |
|
2388
|
unit: methods/s |
|
2389
|
chart_type: line |
|
2390
|
dimensions: |
|
2391
|
- name: jit-compiled |
|
2392
|
- name: netframework.clrjit_time |
|
2393
|
description: Time spent in JIT compilation |
|
2394
|
unit: percentage |
|
2395
|
chart_type: line |
|
2396
|
dimensions: |
|
2397
|
- name: time |
|
2398
|
- name: netframework.clrjit_standard_failures |
|
2399
|
description: JIT compiler failures |
|
2400
|
unit: failures/s |
|
2401
|
chart_type: line |
|
2402
|
dimensions: |
|
2403
|
- name: failures |
|
2404
|
- name: netframework.clrjit_il_bytes |
|
2405
|
description: Compiled Microsoft intermediate language (MSIL) bytes |
|
2406
|
unit: bytes/s |
|
2407
|
chart_type: line |
|
2408
|
dimensions: |
|
2409
|
- name: compiled_msil |
|
2410
|
- name: netframework.clrloading_loader_heap_size |
|
2411
|
description: Memory committed by class loader |
|
2412
|
unit: bytes |
|
2413
|
chart_type: line |
|
2414
|
dimensions: |
|
2415
|
- name: committed |
|
2416
|
- name: netframework.clrloading_appdomains_loaded |
|
2417
|
description: Loaded application domains |
|
2418
|
unit: domain/s |
|
2419
|
chart_type: line |
|
2420
|
dimensions: |
|
2421
|
- name: loaded |
|
2422
|
- name: netframework.clrloading_appdomains_unloaded |
|
2423
|
description: Unloaded application domains |
|
2424
|
unit: domain/s |
|
2425
|
chart_type: line |
|
2426
|
dimensions: |
|
2427
|
- name: unloaded |
|
2428
|
- name: netframework.clrloading_assemblies_loaded |
|
2429
|
description: Loaded assemblies |
|
2430
|
unit: assemblies/s |
|
2431
|
chart_type: line |
|
2432
|
dimensions: |
|
2433
|
- name: loaded |
|
2434
|
- name: netframework.clrloading_classes_loaded |
|
2435
|
description: Loaded classes in all assemblies |
|
2436
|
unit: classes/s |
|
2437
|
chart_type: line |
|
2438
|
dimensions: |
|
2439
|
- name: loaded |
|
2440
|
- name: netframework.clrloading_class_load_failures |
|
2441
|
description: Class load failures |
|
2442
|
unit: failures/s |
|
2443
|
chart_type: line |
|
2444
|
dimensions: |
|
2445
|
- name: class_load |
|
2446
|
- name: netframework.clrremoting_channels |
|
2447
|
description: Registered channels |
|
2448
|
unit: channels/s |
|
2449
|
chart_type: line |
|
2450
|
dimensions: |
|
2451
|
- name: registered |
|
2452
|
- name: netframework.clrremoting_context_bound_classes_loaded |
|
2453
|
description: Loaded context-bound classes |
|
2454
|
unit: classes |
|
2455
|
chart_type: line |
|
2456
|
dimensions: |
|
2457
|
- name: loaded |
|
2458
|
- name: netframework.clrremoting_context_bound_objects |
|
2459
|
description: Allocated context-bound objects |
|
2460
|
unit: objects/s |
|
2461
|
chart_type: line |
|
2462
|
dimensions: |
|
2463
|
- name: allocated |
|
2464
|
- name: netframework.clrremoting_context_proxies |
|
2465
|
description: Remoting proxy objects |
|
2466
|
unit: objects/s |
|
2467
|
chart_type: line |
|
2468
|
dimensions: |
|
2469
|
- name: objects |
|
2470
|
- name: netframework.clrremoting_remote_calls |
|
2471
|
description: Remote Procedure Calls (RPC) invoked |
|
2472
|
unit: calls/s |
|
2473
|
chart_type: line |
|
2474
|
dimensions: |
|
2475
|
- name: calls |
|
2476
|
- name: netframework.clrsecurity_link_time_checks |
|
2477
|
description: Link-time code access security checks |
|
2478
|
unit: checks/s |
|
2479
|
chart_type: line |
|
2480
|
dimensions: |
|
2481
|
- name: linktime |
|
2482
|
- name: netframework.clrsecurity_checks_time |
|
2483
|
description: Time spent performing runtime code access security checks |
|
2484
|
unit: percentage |
|
2485
|
chart_type: line |
|
2486
|
dimensions: |
|
2487
|
- name: time |
|
2488
|
- name: netframework.clrsecurity_stack_walk_depth |
|
2489
|
description: Depth of the stack |
|
2490
|
unit: depth |
|
2491
|
chart_type: line |
|
2492
|
dimensions: |
|
2493
|
- name: stack |
|
2494
|
- name: netframework.clrsecurity_runtime_checks |
|
2495
|
description: Runtime code access security checks performed |
|
2496
|
unit: checks/s |
|
2497
|
chart_type: line |
|
2498
|
dimensions: |
|
2499
|
- name: runtime |
|
2500
|
- name: netframework.clrlocksandthreads_queue_length |
|
2501
|
description: Threads waited to acquire a managed lock |
|
2502
|
unit: threads/s |
|
2503
|
chart_type: line |
|
2504
|
dimensions: |
|
2505
|
- name: threads |
|
2506
|
- name: netframework.clrlocksandthreads_current_logical_threads |
|
2507
|
description: Logical threads |
|
2508
|
unit: threads |
|
2509
|
chart_type: line |
|
2510
|
dimensions: |
|
2511
|
- name: logical |
|
2512
|
- name: netframework.clrlocksandthreads_current_physical_threads |
|
2513
|
description: Physical threads |
|
2514
|
unit: threads |
|
2515
|
chart_type: line |
|
2516
|
dimensions: |
|
2517
|
- name: physical |
|
2518
|
- name: netframework.clrlocksandthreads_recognized_threads |
|
2519
|
description: Threads recognized by the runtime |
|
2520
|
unit: threads/s |
|
2521
|
chart_type: line |
|
2522
|
dimensions: |
|
2523
|
- name: threads |
|
2524
|
- name: netframework.clrlocksandthreads_contentions |
|
2525
|
description: Fails to acquire a managed lock |
|
2526
|
unit: contentions/s |
|
2527
|
chart_type: line |
|
2528
|
dimensions: |
|
2529
|
- name: contentions |
|
2530
|
- meta: |
|
2531
|
plugin_name: windows.plugin |
|
2532
|
module_name: PerflibAD |
|
2533
|
monitored_instance: |
|
2534
|
name: Active Directory |
|
2535
|
link: "https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview" |
|
2536
|
categories: |
|
2537
|
- data-collection.applications |
|
2538
|
icon_filename: "windows.svg" |
|
2539
|
related_resources: |
|
2540
|
integrations: |
|
2541
|
list: [] |
|
2542
|
info_provided_to_referring_integrations: |
|
2543
|
description: "" |
|
2544
|
keywords: |
|
2545
|
- windows |
|
2546
|
- microsoft |
|
2547
|
- active directory |
|
2548
|
- ad |
|
2549
|
overview: |
|
2550
|
data_collection: |
|
2551
|
metrics_description: | |
|
2552
|
This collector monitors Active Directory directory operations, replication, LDAP activity, binds, queueing, database, cleanup, security descriptor propagation, and SAM metrics. |
|
2553
|
method_description: | |
|
2554
|
It queries DirectoryServices object from Perflib in order to gather the metrics. |
|
2555
|
supported_platforms: |
|
2556
|
include: ["windows"] |
|
2557
|
exclude: [] |
|
2558
|
multi_instance: false |
|
2559
|
additional_permissions: |
|
2560
|
description: "" |
|
2561
|
default_behavior: |
|
2562
|
auto_detection: |
|
2563
|
description: | |
|
2564
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
2565
|
limits: |
|
2566
|
description: "" |
|
2567
|
performance_impact: |
|
2568
|
description: "" |
|
2569
|
setup: |
|
2570
|
prerequisites: |
|
2571
|
list: [] |
|
2572
|
configuration: |
|
2573
|
file: |
|
2574
|
name: "netdata.conf" |
|
2575
|
section_name: "[plugin:windows:PerflibAD]" |
|
2576
|
description: "The Netdata main configuration file" |
|
2577
|
options: |
|
2578
|
description: "" |
|
2579
|
folding: |
|
2580
|
title: "Config option" |
|
2581
|
enabled: false |
|
2582
|
list: |
|
2583
|
- name: update every |
|
2584
|
description: Data collection frequency. |
|
2585
|
default_value: 10 |
|
2586
|
required: false |
|
2587
|
examples: |
|
2588
|
folding: |
|
2589
|
enabled: true |
|
2590
|
title: "" |
|
2591
|
list: [] |
|
2592
|
troubleshooting: |
|
2593
|
problems: |
|
2594
|
list: [] |
|
2595
|
alerts: [] |
|
2596
|
metrics: |
|
2597
|
folding: |
|
2598
|
title: Metrics |
|
2599
|
enabled: false |
|
2600
|
description: "" |
|
2601
|
availability: [] |
|
2602
|
scopes: |
|
2603
|
- name: Active Directory |
|
2604
|
description: "These metrics refer to Active Directory." |
|
2605
|
labels: [] |
|
2606
|
metrics: |
|
2607
|
- name: ad.address_book_ambiguous_name_resolution |
|
2608
|
description: Address book ambiguous name resolution |
|
2609
|
unit: operations/s |
|
2610
|
chart_type: line |
|
2611
|
dimensions: |
|
2612
|
- name: ambiguous_name_resolution |
|
2613
|
- name: ad.address_book_browse |
|
2614
|
description: Address book browse operations |
|
2615
|
unit: operations/s |
|
2616
|
chart_type: line |
|
2617
|
dimensions: |
|
2618
|
- name: browse |
|
2619
|
- name: ad.address_book_find |
|
2620
|
description: Address book matches |
|
2621
|
unit: operations/s |
|
2622
|
chart_type: line |
|
2623
|
dimensions: |
|
2624
|
- name: find |
|
2625
|
- name: ad.address_book_property_read |
|
2626
|
description: Address book property reads |
|
2627
|
unit: operations/s |
|
2628
|
chart_type: line |
|
2629
|
dimensions: |
|
2630
|
- name: property_read |
|
2631
|
- name: ad.address_book_search |
|
2632
|
description: Address book searches |
|
2633
|
unit: operations/s |
|
2634
|
chart_type: line |
|
2635
|
dimensions: |
|
2636
|
- name: search |
|
2637
|
- name: ad.address_book_proxy_search |
|
2638
|
description: Address book proxy searches |
|
2639
|
unit: operations/s |
|
2640
|
chart_type: line |
|
2641
|
dimensions: |
|
2642
|
- name: proxy_search |
|
2643
|
- name: ad.address_book_client_sessions |
|
2644
|
description: Address book client sessions |
|
2645
|
unit: sessions |
|
2646
|
chart_type: line |
|
2647
|
dimensions: |
|
2648
|
- name: sessions |
|
2649
|
- name: ad.approximate_highest_dnt |
|
2650
|
description: Approximate highest distinguished name tag |
|
2651
|
unit: dnt |
|
2652
|
chart_type: line |
|
2653
|
dimensions: |
|
2654
|
- name: dnt |
|
2655
|
- name: ad.directory_operations |
|
2656
|
description: AD directory operations |
|
2657
|
unit: operations/s |
|
2658
|
chart_type: line |
|
2659
|
dimensions: |
|
2660
|
- name: read |
|
2661
|
- name: write |
|
2662
|
- name: search |
|
2663
|
- name: ad.searches_base |
|
2664
|
description: Directory base searches |
|
2665
|
unit: searches/s |
|
2666
|
chart_type: line |
|
2667
|
dimensions: |
|
2668
|
- name: base |
|
2669
|
- name: ad.searches_subtree |
|
2670
|
description: Directory subtree searches |
|
2671
|
unit: searches/s |
|
2672
|
chart_type: line |
|
2673
|
dimensions: |
|
2674
|
- name: subtree |
|
2675
|
- name: ad.searches_one_level |
|
2676
|
description: Directory one-level searches |
|
2677
|
unit: searches/s |
|
2678
|
chart_type: line |
|
2679
|
dimensions: |
|
2680
|
- name: one_level |
|
2681
|
- name: ad.name_cache_lookups |
|
2682
|
description: Name cache lookups |
|
2683
|
unit: lookups/s |
|
2684
|
chart_type: line |
|
2685
|
dimensions: |
|
2686
|
- name: lookups |
|
2687
|
- name: ad.name_cache_hits |
|
2688
|
description: Name cache hits |
|
2689
|
unit: hits/s |
|
2690
|
chart_type: line |
|
2691
|
dimensions: |
|
2692
|
- name: hits |
|
2693
|
- name: ad.ldap_searches |
|
2694
|
description: LDAP client search operations |
|
2695
|
unit: searches/s |
|
2696
|
chart_type: line |
|
2697
|
dimensions: |
|
2698
|
- name: searches |
|
2699
|
- name: ad.dra_replication_properties_updated |
|
2700
|
description: DRA replication properties updated |
|
2701
|
unit: properties/s |
|
2702
|
chart_type: line |
|
2703
|
dimensions: |
|
2704
|
- name: inbound |
|
2705
|
- name: ad.dra_replication_properties_filtered |
|
2706
|
description: DRA replication properties filtered |
|
2707
|
unit: properties/s |
|
2708
|
chart_type: line |
|
2709
|
dimensions: |
|
2710
|
- name: inbound |
|
2711
|
- name: ad.dra_replication_intersite_compressed_traffic |
|
2712
|
description: DRA replication compressed traffic between sites |
|
2713
|
unit: bytes/s |
|
2714
|
chart_type: area |
|
2715
|
dimensions: |
|
2716
|
- name: inbound |
|
2717
|
- name: outbound |
|
2718
|
- name: ad.dra_replication_intrasite_uncompressed_traffic |
|
2719
|
description: DRA replication uncompressed traffic within site |
|
2720
|
unit: bytes/s |
|
2721
|
chart_type: area |
|
2722
|
dimensions: |
|
2723
|
- name: inbound |
|
2724
|
- name: outbound |
|
2725
|
- name: ad.replication_highest_usn_committed |
|
2726
|
description: Highest replication committed update sequence number |
|
2727
|
unit: usn/s |
|
2728
|
chart_type: line |
|
2729
|
dimensions: |
|
2730
|
- name: committed |
|
2731
|
- name: ad.replication_highest_usn_issued |
|
2732
|
description: Highest replication issued update sequence number |
|
2733
|
unit: usn/s |
|
2734
|
chart_type: line |
|
2735
|
dimensions: |
|
2736
|
- name: issued |
|
2737
|
- name: ad.replication_inbound_sync_objects_remaining |
|
2738
|
description: Replication inbound sync objects remaining |
|
2739
|
unit: objects |
|
2740
|
chart_type: line |
|
2741
|
dimensions: |
|
2742
|
- name: remaining |
|
2743
|
- name: ad.replication_inbound_link_value_updates_remaining |
|
2744
|
description: Replication inbound link value updates remaining |
|
2745
|
unit: updates |
|
2746
|
chart_type: line |
|
2747
|
dimensions: |
|
2748
|
- name: remaining |
|
2749
|
- name: ad.replication_inbound_objects_updated |
|
2750
|
description: Replication inbound objects updated |
|
2751
|
unit: objects/s |
|
2752
|
chart_type: line |
|
2753
|
dimensions: |
|
2754
|
- name: updated |
|
2755
|
- name: ad.replication_inbound_objects_filtered |
|
2756
|
description: Replication inbound objects filtered |
|
2757
|
unit: objects/s |
|
2758
|
chart_type: line |
|
2759
|
dimensions: |
|
2760
|
- name: filtered |
|
2761
|
- name: ad.dra_replication_pending_syncs |
|
2762
|
description: DRA replication pending syncs |
|
2763
|
unit: syncs |
|
2764
|
chart_type: line |
|
2765
|
dimensions: |
|
2766
|
- name: pending |
|
2767
|
- name: ad.dra_replication_sync_requests |
|
2768
|
description: DRA replication sync requests |
|
2769
|
unit: requests/s |
|
2770
|
chart_type: line |
|
2771
|
dimensions: |
|
2772
|
- name: request |
|
2773
|
- name: ad.replication_pending_operations |
|
2774
|
description: Replication pending operations |
|
2775
|
unit: operations |
|
2776
|
chart_type: line |
|
2777
|
dimensions: |
|
2778
|
- name: pending |
|
2779
|
- name: ad.replication_sync_requests_success |
|
2780
|
description: Replication sync requests successful |
|
2781
|
unit: requests/s |
|
2782
|
chart_type: line |
|
2783
|
dimensions: |
|
2784
|
- name: success |
|
2785
|
- name: ad.replication_sync_requests_schema_mismatch_failure |
|
2786
|
description: Replication sync requests failed due to schema mismatch |
|
2787
|
unit: requests/s |
|
2788
|
chart_type: line |
|
2789
|
dimensions: |
|
2790
|
- name: failure |
|
2791
|
- name: ad.name_translations_client |
|
2792
|
description: Client name translations |
|
2793
|
unit: translations/s |
|
2794
|
chart_type: line |
|
2795
|
dimensions: |
|
2796
|
- name: client |
|
2797
|
- name: ad.name_translations_server |
|
2798
|
description: Server name translations |
|
2799
|
unit: translations/s |
|
2800
|
chart_type: line |
|
2801
|
dimensions: |
|
2802
|
- name: server |
|
2803
|
- name: ad.change_monitors_registered |
|
2804
|
description: Registered change monitors |
|
2805
|
unit: monitors |
|
2806
|
chart_type: line |
|
2807
|
dimensions: |
|
2808
|
- name: registered |
|
2809
|
- name: ad.change_monitor_updates_pending |
|
2810
|
description: Pending change monitor updates |
|
2811
|
unit: updates |
|
2812
|
chart_type: line |
|
2813
|
dimensions: |
|
2814
|
- name: pending |
|
2815
|
- name: ad.directory_search_suboperations |
|
2816
|
description: Directory search suboperations |
|
2817
|
unit: operations/s |
|
2818
|
chart_type: line |
|
2819
|
dimensions: |
|
2820
|
- name: suboperations |
|
2821
|
- name: ad.security_descriptor_propagation_events |
|
2822
|
description: Security descriptor propagation events |
|
2823
|
unit: events/s |
|
2824
|
chart_type: line |
|
2825
|
dimensions: |
|
2826
|
- name: events |
|
2827
|
- name: ad.security_descriptor_propagation_events_queued |
|
2828
|
description: Security descriptor propagation events queued |
|
2829
|
unit: events |
|
2830
|
chart_type: line |
|
2831
|
dimensions: |
|
2832
|
- name: queued |
|
2833
|
- name: ad.security_descriptor_propagation_access_wait |
|
2834
|
description: Security descriptor propagation access wait |
|
2835
|
unit: seconds |
|
2836
|
chart_type: line |
|
2837
|
dimensions: |
|
2838
|
- name: wait |
|
2839
|
- name: ad.security_descriptor_propagation_items_queued |
|
2840
|
description: Security descriptor propagation items queued |
|
2841
|
unit: items |
|
2842
|
chart_type: line |
|
2843
|
dimensions: |
|
2844
|
- name: queued |
|
2845
|
- name: ad.ds_threads |
|
2846
|
description: Directory Service threads |
|
2847
|
unit: threads |
|
2848
|
chart_type: line |
|
2849
|
dimensions: |
|
2850
|
- name: thread |
|
2851
|
- name: ad.ldap_last_bind_time |
|
2852
|
description: LDAP last successful bind time |
|
2853
|
unit: seconds |
|
2854
|
chart_type: line |
|
2855
|
dimensions: |
|
2856
|
- name: last_bind |
|
2857
|
- name: ad.binds_digest |
|
2858
|
description: Digest binds |
|
2859
|
unit: binds/s |
|
2860
|
chart_type: line |
|
2861
|
dimensions: |
|
2862
|
- name: digest |
|
2863
|
- name: ad.binds_ds_client |
|
2864
|
description: DS client binds |
|
2865
|
unit: binds/s |
|
2866
|
chart_type: line |
|
2867
|
dimensions: |
|
2868
|
- name: ds_client |
|
2869
|
- name: ad.binds_ds_server |
|
2870
|
description: DS server binds |
|
2871
|
unit: binds/s |
|
2872
|
chart_type: line |
|
2873
|
dimensions: |
|
2874
|
- name: ds_server |
|
2875
|
- name: ad.binds_external |
|
2876
|
description: External binds |
|
2877
|
unit: binds/s |
|
2878
|
chart_type: line |
|
2879
|
dimensions: |
|
2880
|
- name: external |
|
2881
|
- name: ad.binds_fast |
|
2882
|
description: Fast binds |
|
2883
|
unit: binds/s |
|
2884
|
chart_type: line |
|
2885
|
dimensions: |
|
2886
|
- name: fast |
|
2887
|
- name: ad.binds_negotiate |
|
2888
|
description: Negotiated binds |
|
2889
|
unit: binds/s |
|
2890
|
chart_type: line |
|
2891
|
dimensions: |
|
2892
|
- name: negotiate |
|
2893
|
- name: ad.binds_ntlm |
|
2894
|
description: NTLM binds |
|
2895
|
unit: binds/s |
|
2896
|
chart_type: line |
|
2897
|
dimensions: |
|
2898
|
- name: ntlm |
|
2899
|
- name: ad.binds_simple |
|
2900
|
description: Simple binds |
|
2901
|
unit: binds/s |
|
2902
|
chart_type: line |
|
2903
|
dimensions: |
|
2904
|
- name: simple |
|
2905
|
- name: ad.binds_ldap |
|
2906
|
description: LDAP successful binds |
|
2907
|
unit: binds/s |
|
2908
|
chart_type: line |
|
2909
|
dimensions: |
|
2910
|
- name: ldap |
|
2911
|
- name: ad.ldap_closed_connections |
|
2912
|
description: LDAP closed connections |
|
2913
|
unit: connections/s |
|
2914
|
chart_type: line |
|
2915
|
dimensions: |
|
2916
|
- name: closed |
|
2917
|
- name: ad.ldap_opened_connections_ldap |
|
2918
|
description: LDAP opened connections |
|
2919
|
unit: connections/s |
|
2920
|
chart_type: line |
|
2921
|
dimensions: |
|
2922
|
- name: ldap |
|
2923
|
- name: ad.ldap_opened_connections_ldaps |
|
2924
|
description: LDAPS opened connections |
|
2925
|
unit: connections/s |
|
2926
|
chart_type: line |
|
2927
|
dimensions: |
|
2928
|
- name: ldaps |
|
2929
|
- name: ad.ldap_active_threads |
|
2930
|
description: LDAP active threads |
|
2931
|
unit: threads |
|
2932
|
chart_type: line |
|
2933
|
dimensions: |
|
2934
|
- name: active |
|
2935
|
- name: ad.ldap_udp_operations |
|
2936
|
description: LDAP UDP operations |
|
2937
|
unit: operations/s |
|
2938
|
chart_type: line |
|
2939
|
dimensions: |
|
2940
|
- name: udp |
|
2941
|
- name: ad.ldap_writes |
|
2942
|
description: LDAP writes |
|
2943
|
unit: writes/s |
|
2944
|
chart_type: line |
|
2945
|
dimensions: |
|
2946
|
- name: writes |
|
2947
|
- name: ad.ldap_client_sessions |
|
2948
|
description: LDAP client sessions |
|
2949
|
unit: sessions |
|
2950
|
chart_type: line |
|
2951
|
dimensions: |
|
2952
|
- name: sessions |
|
2953
|
- name: ad.atq_outstanding_requests |
|
2954
|
description: Outstanding requests |
|
2955
|
unit: requests |
|
2956
|
chart_type: line |
|
2957
|
dimensions: |
|
2958
|
- name: outstanding |
|
2959
|
- name: ad.atq_estimated_delay |
|
2960
|
description: Estimated queue delay |
|
2961
|
unit: seconds |
|
2962
|
chart_type: line |
|
2963
|
dimensions: |
|
2964
|
- name: delay |
|
2965
|
- name: ad.atq_average_request_latency |
|
2966
|
description: Average request processing time |
|
2967
|
unit: seconds |
|
2968
|
chart_type: line |
|
2969
|
dimensions: |
|
2970
|
- name: time |
|
2971
|
- name: ad.atq_current_threads_ldap |
|
2972
|
description: Current ATQ LDAP threads |
|
2973
|
unit: threads |
|
2974
|
chart_type: line |
|
2975
|
dimensions: |
|
2976
|
- name: ldap |
|
2977
|
- name: ad.atq_current_threads_other |
|
2978
|
description: Current ATQ other threads |
|
2979
|
unit: threads |
|
2980
|
chart_type: line |
|
2981
|
dimensions: |
|
2982
|
- name: other |
|
2983
|
- name: ad.atq_current_threads_total |
|
2984
|
description: Current ATQ total threads |
|
2985
|
unit: threads |
|
2986
|
chart_type: line |
|
2987
|
dimensions: |
|
2988
|
- name: total |
|
2989
|
- name: ad.database_operations |
|
2990
|
description: AD database operations |
|
2991
|
unit: operations/s |
|
2992
|
chart_type: line |
|
2993
|
dimensions: |
|
2994
|
- name: add |
|
2995
|
- name: delete |
|
2996
|
- name: modify |
|
2997
|
- name: recycle |
|
2998
|
- name: ad.directory_reads |
|
2999
|
description: Directory reads |
|
3000
|
unit: reads/s |
|
3001
|
chart_type: line |
|
3002
|
dimensions: |
|
3003
|
- name: read |
|
3004
|
- name: ad.directory_searches |
|
3005
|
description: Directory searches |
|
3006
|
unit: searches/s |
|
3007
|
chart_type: line |
|
3008
|
dimensions: |
|
3009
|
- name: search |
|
3010
|
- name: ad.directory_writes |
|
3011
|
description: Directory writes |
|
3012
|
unit: writes/s |
|
3013
|
chart_type: line |
|
3014
|
dimensions: |
|
3015
|
- name: write |
|
3016
|
- name: ad.replication_inbound_object_updates_remaining |
|
3017
|
description: Replication inbound object updates remaining |
|
3018
|
unit: updates |
|
3019
|
chart_type: line |
|
3020
|
dimensions: |
|
3021
|
- name: remaining |
|
3022
|
- name: ad.replication_inbound_values_dns_only |
|
3023
|
description: DRA replication inbound values DNs only |
|
3024
|
unit: values/s |
|
3025
|
chart_type: line |
|
3026
|
dimensions: |
|
3027
|
- name: dns_only |
|
3028
|
- name: ad.replication_inbound_values_total |
|
3029
|
description: DRA replication inbound values total |
|
3030
|
unit: values/s |
|
3031
|
chart_type: line |
|
3032
|
dimensions: |
|
3033
|
- name: total |
|
3034
|
- name: ad.replication_outbound_objects_filtered |
|
3035
|
description: Replication outbound objects filtered |
|
3036
|
unit: objects/s |
|
3037
|
chart_type: line |
|
3038
|
dimensions: |
|
3039
|
- name: filtered |
|
3040
|
- name: ad.replication_outbound_objects |
|
3041
|
description: Replication outbound objects |
|
3042
|
unit: objects/s |
|
3043
|
chart_type: line |
|
3044
|
dimensions: |
|
3045
|
- name: objects |
|
3046
|
- name: ad.replication_outbound_properties |
|
3047
|
description: Replication outbound properties |
|
3048
|
unit: properties/s |
|
3049
|
chart_type: line |
|
3050
|
dimensions: |
|
3051
|
- name: properties |
|
3052
|
- name: ad.replication_outbound_values_dns_only |
|
3053
|
description: DRA replication outbound values DNs only |
|
3054
|
unit: values/s |
|
3055
|
chart_type: line |
|
3056
|
dimensions: |
|
3057
|
- name: dns_only |
|
3058
|
- name: ad.replication_outbound_values_total |
|
3059
|
description: DRA replication outbound values total |
|
3060
|
unit: values/s |
|
3061
|
chart_type: line |
|
3062
|
dimensions: |
|
3063
|
- name: total |
|
3064
|
- name: ad.replication_threads_getting_nc_changes |
|
3065
|
description: DRA threads getting NC changes |
|
3066
|
unit: threads |
|
3067
|
chart_type: line |
|
3068
|
dimensions: |
|
3069
|
- name: threads |
|
3070
|
- name: ad.replication_threads_getting_nc_changes_holding_semaphore |
|
3071
|
description: DRA threads getting NC changes holding semaphore |
|
3072
|
unit: threads |
|
3073
|
chart_type: line |
|
3074
|
dimensions: |
|
3075
|
- name: threads |
|
3076
|
- name: ad.transitive_operations |
|
3077
|
description: Transitive operations |
|
3078
|
unit: operations/s |
|
3079
|
chart_type: line |
|
3080
|
dimensions: |
|
3081
|
- name: operations |
|
3082
|
- name: ad.transitive_suboperations |
|
3083
|
description: Transitive suboperations |
|
3084
|
unit: suboperations/s |
|
3085
|
chart_type: line |
|
3086
|
dimensions: |
|
3087
|
- name: suboperations |
|
3088
|
- name: ad.replication_inbound_bytes_total |
|
3089
|
description: DRA replication inbound bytes total |
|
3090
|
unit: bytes/s |
|
3091
|
chart_type: line |
|
3092
|
dimensions: |
|
3093
|
- name: inbound |
|
3094
|
- name: ad.replication_outbound_bytes_total |
|
3095
|
description: DRA replication outbound bytes total |
|
3096
|
unit: bytes/s |
|
3097
|
chart_type: line |
|
3098
|
dimensions: |
|
3099
|
- name: outbound |
|
3100
|
- name: ad.link_values_cleaned |
|
3101
|
description: Link values cleaned |
|
3102
|
unit: values/s |
|
3103
|
chart_type: line |
|
3104
|
dimensions: |
|
3105
|
- name: cleaned |
|
3106
|
- name: ad.phantom_objects_cleaned |
|
3107
|
description: Phantom objects cleaned |
|
3108
|
unit: objects/s |
|
3109
|
chart_type: line |
|
3110
|
dimensions: |
|
3111
|
- name: cleaned |
|
3112
|
- name: ad.phantom_objects_visited |
|
3113
|
description: Phantom objects visited |
|
3114
|
unit: objects/s |
|
3115
|
chart_type: line |
|
3116
|
dimensions: |
|
3117
|
- name: visited |
|
3118
|
- name: ad.tombstoned_objects_collected |
|
3119
|
description: Tombstoned objects collected |
|
3120
|
unit: objects/s |
|
3121
|
chart_type: line |
|
3122
|
dimensions: |
|
3123
|
- name: collected |
|
3124
|
- name: ad.tombstoned_objects_visited |
|
3125
|
description: Tombstoned objects visited |
|
3126
|
unit: objects/s |
|
3127
|
chart_type: line |
|
3128
|
dimensions: |
|
3129
|
- name: visited |
|
3130
|
- name: ad.sam_group_membership_evaluations |
|
3131
|
description: SAM group membership evaluations |
|
3132
|
unit: evaluations/s |
|
3133
|
chart_type: line |
|
3134
|
dimensions: |
|
3135
|
- name: global |
|
3136
|
- name: domain_local |
|
3137
|
- name: universal |
|
3138
|
- name: ad.sam_group_membership_global_catalog_evaluations |
|
3139
|
description: SAM group membership global catalog evaluations |
|
3140
|
unit: evaluations/s |
|
3141
|
chart_type: line |
|
3142
|
dimensions: |
|
3143
|
- name: global_catalog |
|
3144
|
- name: ad.sam_group_membership_evaluations_nontransitive |
|
3145
|
description: SAM non-transitive membership evaluations |
|
3146
|
unit: evaluations/s |
|
3147
|
chart_type: line |
|
3148
|
dimensions: |
|
3149
|
- name: nontransitive |
|
3150
|
- name: ad.sam_group_membership_evaluations_transitive |
|
3151
|
description: SAM transitive membership evaluations |
|
3152
|
unit: evaluations/s |
|
3153
|
chart_type: line |
|
3154
|
dimensions: |
|
3155
|
- name: transitive |
|
3156
|
- name: ad.sam_group_evaluation_latency |
|
3157
|
description: SAM group evaluation latency |
|
3158
|
unit: latency |
|
3159
|
chart_type: line |
|
3160
|
dimensions: |
|
3161
|
- name: account_group |
|
3162
|
- name: resource_group |
|
3163
|
- name: ad.sam_computer_creation_requests |
|
3164
|
description: SAM computer creation requests |
|
3165
|
unit: requests/s |
|
3166
|
chart_type: line |
|
3167
|
dimensions: |
|
3168
|
- name: request |
|
3169
|
- name: ad.sam_computer_creation_successful_requests |
|
3170
|
description: SAM successful computer creation requests |
|
3171
|
unit: requests/s |
|
3172
|
chart_type: line |
|
3173
|
dimensions: |
|
3174
|
- name: success |
|
3175
|
- name: ad.sam_user_creation_requests |
|
3176
|
description: SAM user creation requests |
|
3177
|
unit: requests/s |
|
3178
|
chart_type: line |
|
3179
|
dimensions: |
|
3180
|
- name: request |
|
3181
|
- name: ad.sam_user_creation_successful_requests |
|
3182
|
description: SAM successful user creation requests |
|
3183
|
unit: requests/s |
|
3184
|
chart_type: line |
|
3185
|
dimensions: |
|
3186
|
- name: success |
|
3187
|
- name: ad.sam_query_display_requests |
|
3188
|
description: SAM query display requests |
|
3189
|
unit: requests/s |
|
3190
|
chart_type: line |
|
3191
|
dimensions: |
|
3192
|
- name: query |
|
3193
|
- name: ad.sam_enumerations |
|
3194
|
description: SAM enumerations |
|
3195
|
unit: enumerations/s |
|
3196
|
chart_type: line |
|
3197
|
dimensions: |
|
3198
|
- name: enumeration |
|
3199
|
- name: ad.sam_membership_changes |
|
3200
|
description: SAM membership changes |
|
3201
|
unit: changes/s |
|
3202
|
chart_type: line |
|
3203
|
dimensions: |
|
3204
|
- name: change |
|
3205
|
- name: ad.sam_password_changes |
|
3206
|
description: SAM password changes |
|
3207
|
unit: changes/s |
|
3208
|
chart_type: line |
|
3209
|
dimensions: |
|
3210
|
- name: change |
|
3211
|
- meta: |
|
3212
|
plugin_name: windows.plugin |
|
3213
|
module_name: PerflibADCS |
|
3214
|
monitored_instance: |
|
3215
|
name: Active Directory Certificate Service |
|
3216
|
link: "https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/" |
|
3217
|
categories: |
|
3218
|
- data-collection.applications |
|
3219
|
icon_filename: "windows.svg" |
|
3220
|
related_resources: |
|
3221
|
integrations: |
|
3222
|
list: [] |
|
3223
|
info_provided_to_referring_integrations: |
|
3224
|
description: "" |
|
3225
|
keywords: |
|
3226
|
- windows |
|
3227
|
- microsoft |
|
3228
|
- active directory |
|
3229
|
- adcs |
|
3230
|
- ad |
|
3231
|
overview: |
|
3232
|
data_collection: |
|
3233
|
metrics_description: | |
|
3234
|
This collector monitors Active Directory Certificate Services statistics. |
|
3235
|
method_description: | |
|
3236
|
It queries 'Certification Authority' object per certificate from Perflib in order to gather the metrics. |
|
3237
|
supported_platforms: |
|
3238
|
include: ["windows"] |
|
3239
|
exclude: [] |
|
3240
|
multi_instance: false |
|
3241
|
additional_permissions: |
|
3242
|
description: "" |
|
3243
|
default_behavior: |
|
3244
|
auto_detection: |
|
3245
|
description: | |
|
3246
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
3247
|
limits: |
|
3248
|
description: "" |
|
3249
|
performance_impact: |
|
3250
|
description: "" |
|
3251
|
setup: |
|
3252
|
prerequisites: |
|
3253
|
list: [] |
|
3254
|
configuration: |
|
3255
|
file: |
|
3256
|
name: "netdata.conf" |
|
3257
|
section_name: "[plugin:windows:PerflibADCS]" |
|
3258
|
description: "The Netdata main configuration file" |
|
3259
|
options: |
|
3260
|
description: "" |
|
3261
|
folding: |
|
3262
|
title: "Config option" |
|
3263
|
enabled: false |
|
3264
|
list: |
|
3265
|
- name: update every |
|
3266
|
description: Data collection frequency. |
|
3267
|
default_value: 10 |
|
3268
|
required: false |
|
3269
|
examples: |
|
3270
|
folding: |
|
3271
|
enabled: true |
|
3272
|
title: "" |
|
3273
|
list: [] |
|
3274
|
troubleshooting: |
|
3275
|
problems: |
|
3276
|
list: [] |
|
3277
|
alerts: [] |
|
3278
|
metrics: |
|
3279
|
folding: |
|
3280
|
title: Metrics |
|
3281
|
enabled: false |
|
3282
|
description: "" |
|
3283
|
availability: [] |
|
3284
|
scopes: |
|
3285
|
- name: Certificate Service Certificate |
|
3286
|
description: "These metrics refer to the Certificate instances defined on host." |
|
3287
|
labels: |
|
3288
|
- name: cert |
|
3289
|
description: The certificate name. |
|
3290
|
metrics: |
|
3291
|
- name: adcs.cert_requests |
|
3292
|
description: Certificate requests processed |
|
3293
|
unit: requests/s |
|
3294
|
chart_type: line |
|
3295
|
dimensions: |
|
3296
|
- name: requests |
|
3297
|
- name: adcs.cert_request_processing_time |
|
3298
|
description: Certificate last request processing time |
|
3299
|
unit: seconds |
|
3300
|
chart_type: line |
|
3301
|
dimensions: |
|
3302
|
- name: processing_times |
|
3303
|
- name: adcs.cert_retrievals |
|
3304
|
description: Total of certificate retrievals |
|
3305
|
unit: retrievals/s |
|
3306
|
chart_type: line |
|
3307
|
dimensions: |
|
3308
|
- name: retrievals |
|
3309
|
- name: adcs.cert_failed_requests |
|
3310
|
description: Certificate failed requests processed |
|
3311
|
unit: requests/s |
|
3312
|
chart_type: line |
|
3313
|
dimensions: |
|
3314
|
- name: failed |
|
3315
|
- name: adcs.cert_issued_requests |
|
3316
|
description: Certificate issued requests processed |
|
3317
|
unit: requests/s |
|
3318
|
chart_type: line |
|
3319
|
dimensions: |
|
3320
|
- name: issued |
|
3321
|
- name: adcs.cert_pending_requests |
|
3322
|
description: Certificate pending requests processed |
|
3323
|
unit: requests/s |
|
3324
|
chart_type: line |
|
3325
|
dimensions: |
|
3326
|
- name: pending |
|
3327
|
- name: adcs.cert_challenge_responses |
|
3328
|
description: Certificate challenge responses |
|
3329
|
unit: responses/s |
|
3330
|
chart_type: line |
|
3331
|
dimensions: |
|
3332
|
- name: challenge |
|
3333
|
- name: adcs.cert_retrieval_processing_time |
|
3334
|
description: Certificate last retrieval processing time |
|
3335
|
unit: seconds |
|
3336
|
chart_type: line |
|
3337
|
dimensions: |
|
3338
|
- name: processing_time |
|
3339
|
- name: adcs.cert_request_cryptographic_signing_time |
|
3340
|
description: Certificate last signing operation request time |
|
3341
|
unit: seconds |
|
3342
|
chart_type: line |
|
3343
|
dimensions: |
|
3344
|
- name: singing_time |
|
3345
|
- name: adcs.cert_request_policy_module_processing |
|
3346
|
description: Certificate last policy module processing request time |
|
3347
|
unit: seconds |
|
3348
|
chart_type: line |
|
3349
|
dimensions: |
|
3350
|
- name: processing_time |
|
3351
|
- name: adcs.cert_request_policy_module_processing |
|
3352
|
description: Certificate last policy module processing request time |
|
3353
|
unit: seconds |
|
3354
|
chart_type: line |
|
3355
|
dimensions: |
|
3356
|
- name: processing_time |
|
3357
|
- name: adcs.cert_challenge_response_processing_time |
|
3358
|
description: Certificate last challenge response time |
|
3359
|
unit: seconds |
|
3360
|
chart_type: line |
|
3361
|
dimensions: |
|
3362
|
- name: processing_time |
|
3363
|
- name: adcs.cert_signed_certificate_timestamp_lists |
|
3364
|
description: Certificate Signed Certificate Timestamp Lists processed |
|
3365
|
unit: lists/s |
|
3366
|
chart_type: line |
|
3367
|
dimensions: |
|
3368
|
- name: processing_time |
|
3369
|
- name: adcs.cert_signed_certificate_timestamp_lists |
|
3370
|
description: Certificate Signed Certificate Timestamp Lists processed |
|
3371
|
unit: lists/s |
|
3372
|
chart_type: line |
|
3373
|
dimensions: |
|
3374
|
- name: lists |
|
3375
|
- name: adcs.cert_signed_certificate_timestamp_list_processing_time |
|
3376
|
description: Certificate last Signed Certificate Timestamp List process time |
|
3377
|
unit: seconds |
|
3378
|
chart_type: line |
|
3379
|
dimensions: |
|
3380
|
- name: processing_time |
|
3381
|
- name: adcs.cert_retrieval_processing_time |
|
3382
|
description: Certificate last retrieval processing time |
|
3383
|
unit: seconds |
|
3384
|
chart_type: line |
|
3385
|
dimensions: |
|
3386
|
- name: processing_time |
|
3387
|
- meta: |
|
3388
|
plugin_name: windows.plugin |
|
3389
|
module_name: PerflibADFS |
|
3390
|
monitored_instance: |
|
3391
|
name: Active Directory Federation Service |
|
3392
|
link: "https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/ad-fs-overview" |
|
3393
|
categories: |
|
3394
|
- data-collection.applications |
|
3395
|
icon_filename: "windows.svg" |
|
3396
|
related_resources: |
|
3397
|
integrations: |
|
3398
|
list: [] |
|
3399
|
info_provided_to_referring_integrations: |
|
3400
|
description: "" |
|
3401
|
keywords: |
|
3402
|
- windows |
|
3403
|
- microsoft |
|
3404
|
- active directory |
|
3405
|
- adfs |
|
3406
|
- ad |
|
3407
|
overview: |
|
3408
|
data_collection: |
|
3409
|
metrics_description: | |
|
3410
|
This collector monitors Active Directory Federation Services statistics. |
|
3411
|
method_description: | |
|
3412
|
It queries 'AD FS' object from Perflib in order to gather the metrics. |
|
3413
|
supported_platforms: |
|
3414
|
include: ["windows"] |
|
3415
|
exclude: [] |
|
3416
|
multi_instance: false |
|
3417
|
additional_permissions: |
|
3418
|
description: "" |
|
3419
|
default_behavior: |
|
3420
|
auto_detection: |
|
3421
|
description: | |
|
3422
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
3423
|
limits: |
|
3424
|
description: "" |
|
3425
|
performance_impact: |
|
3426
|
description: "" |
|
3427
|
setup: |
|
3428
|
prerequisites: |
|
3429
|
list: [] |
|
3430
|
configuration: |
|
3431
|
file: |
|
3432
|
name: "netdata.conf" |
|
3433
|
section_name: "[plugin:windows:PerflibADFS]" |
|
3434
|
description: "The Netdata main configuration file" |
|
3435
|
options: |
|
3436
|
description: "" |
|
3437
|
folding: |
|
3438
|
title: "Config option" |
|
3439
|
enabled: false |
|
3440
|
list: |
|
3441
|
- name: update every |
|
3442
|
description: Data collection frequency. |
|
3443
|
default_value: 10 |
|
3444
|
required: false |
|
3445
|
examples: |
|
3446
|
folding: |
|
3447
|
enabled: true |
|
3448
|
title: "" |
|
3449
|
list: [] |
|
3450
|
troubleshooting: |
|
3451
|
problems: |
|
3452
|
list: [] |
|
3453
|
alerts: [] |
|
3454
|
metrics: |
|
3455
|
folding: |
|
3456
|
title: Metrics |
|
3457
|
enabled: false |
|
3458
|
description: "" |
|
3459
|
availability: [] |
|
3460
|
scopes: |
|
3461
|
- name: Federation Service |
|
3462
|
description: "These metrics refer to the Federated Identity and Access Management on host." |
|
3463
|
labels: [] |
|
3464
|
metrics: |
|
3465
|
- name: adfs.ad_login_connection_failures |
|
3466
|
description: Connection failures |
|
3467
|
unit: failures/s |
|
3468
|
chart_type: line |
|
3469
|
dimensions: |
|
3470
|
- name: connection |
|
3471
|
- name: adfs.certificate_authentications |
|
3472
|
description: User Certificate authentications |
|
3473
|
unit: authentications/s |
|
3474
|
chart_type: line |
|
3475
|
dimensions: |
|
3476
|
- name: authentications |
|
3477
|
- name: adfs.db_artifact_failures |
|
3478
|
description: Connection failures to the artifact database |
|
3479
|
unit: failures/s |
|
3480
|
chart_type: line |
|
3481
|
dimensions: |
|
3482
|
- name: connection |
|
3483
|
- name: adfs.db_artifact_query_time_seconds |
|
3484
|
description: Time taken for an artifact database query |
|
3485
|
unit: seconds/s |
|
3486
|
chart_type: line |
|
3487
|
dimensions: |
|
3488
|
- name: query_time |
|
3489
|
- name: adfs.db_config_failures |
|
3490
|
description: Connection failures to the configuration database |
|
3491
|
unit: failures/s |
|
3492
|
chart_type: line |
|
3493
|
dimensions: |
|
3494
|
- name: connection |
|
3495
|
- name: adfs.db_config_query_time_seconds |
|
3496
|
description: Time taken for a configuration database query |
|
3497
|
unit: seconds/s |
|
3498
|
chart_type: line |
|
3499
|
dimensions: |
|
3500
|
- name: query_time |
|
3501
|
- name: adfs.device_authentications |
|
3502
|
description: Device authentications |
|
3503
|
unit: authentications/s |
|
3504
|
chart_type: line |
|
3505
|
dimensions: |
|
3506
|
- name: authentications |
|
3507
|
- name: adfs.extranet_account_lockouts |
|
3508
|
description: Extranet account lockouts |
|
3509
|
unit: lockouts/s |
|
3510
|
chart_type: line |
|
3511
|
dimensions: |
|
3512
|
- name: lockouts |
|
3513
|
- name: adfs.external_authentications |
|
3514
|
description: Authentications from external MFA providers |
|
3515
|
unit: authentications/s |
|
3516
|
chart_type: line |
|
3517
|
dimensions: |
|
3518
|
- name: success |
|
3519
|
- name: failure |
|
3520
|
- name: adfs.federated_authentications |
|
3521
|
description: Authentications from Federated Sources |
|
3522
|
unit: authentications/s |
|
3523
|
chart_type: line |
|
3524
|
dimensions: |
|
3525
|
- name: authentications |
|
3526
|
- name: adfs.federation_metadata_requests |
|
3527
|
description: Federation Metadata requests |
|
3528
|
unit: requests/s |
|
3529
|
chart_type: line |
|
3530
|
dimensions: |
|
3531
|
- name: requests |
|
3532
|
- name: adfs.oauth_authorization_requests |
|
3533
|
description: Incoming requests to the OAuth Authorization endpoint |
|
3534
|
unit: requests/s |
|
3535
|
chart_type: line |
|
3536
|
dimensions: |
|
3537
|
- name: requests |
|
3538
|
- name: adfs.oauth_client_authentications |
|
3539
|
description: OAuth client credentials requests |
|
3540
|
unit: authentications/s |
|
3541
|
chart_type: line |
|
3542
|
dimensions: |
|
3543
|
- name: success |
|
3544
|
- name: failure |
|
3545
|
- name: adfs.oauth_client_credentials_requests |
|
3546
|
description: OAuth client credentials requests |
|
3547
|
unit: requests/s |
|
3548
|
chart_type: line |
|
3549
|
dimensions: |
|
3550
|
- name: success |
|
3551
|
- name: failure |
|
3552
|
- name: adfs.oauth_client_privkey_jwt_authentications |
|
3553
|
description: OAuth client private key JWT authentications |
|
3554
|
unit: authentications/s |
|
3555
|
chart_type: line |
|
3556
|
dimensions: |
|
3557
|
- name: success |
|
3558
|
- name: failure |
|
3559
|
- name: adfs.oauth_client_secret_basic_authentications |
|
3560
|
description: OAuth client secret basic authentications |
|
3561
|
unit: authentications/s |
|
3562
|
chart_type: line |
|
3563
|
dimensions: |
|
3564
|
- name: success |
|
3565
|
- name: failure |
|
3566
|
- name: adfs.oauth_client_secret_basic_authentications |
|
3567
|
description: OAuth client secret basic authentications |
|
3568
|
unit: authentications/s |
|
3569
|
chart_type: line |
|
3570
|
dimensions: |
|
3571
|
- name: success |
|
3572
|
- name: failure |
|
3573
|
- name: adfs.oauth_client_secret_post_authentications |
|
3574
|
description: OAuth client secret post authentications |
|
3575
|
unit: authentications/s |
|
3576
|
chart_type: line |
|
3577
|
dimensions: |
|
3578
|
- name: success |
|
3579
|
- name: failure |
|
3580
|
- name: adfs.oauth_client_windows_authentications |
|
3581
|
description: OAuth client windows integrated authentications |
|
3582
|
unit: requests/s |
|
3583
|
chart_type: line |
|
3584
|
dimensions: |
|
3585
|
- name: success |
|
3586
|
- name: failure |
|
3587
|
- name: adfs.oauth_logon_certificate_requests |
|
3588
|
description: OAuth logon certificate requests |
|
3589
|
unit: requests/s |
|
3590
|
chart_type: line |
|
3591
|
dimensions: |
|
3592
|
- name: success |
|
3593
|
- name: failure |
|
3594
|
- name: adfs.oauth_password_grant_requests |
|
3595
|
description: OAuth password grant requests |
|
3596
|
unit: requests/s |
|
3597
|
chart_type: line |
|
3598
|
dimensions: |
|
3599
|
- name: success |
|
3600
|
- name: failure |
|
3601
|
- name: adfs.oauth_token_requests_success |
|
3602
|
description: Successful RP token requests over OAuth protocol |
|
3603
|
unit: requests/s |
|
3604
|
chart_type: line |
|
3605
|
dimensions: |
|
3606
|
- name: success |
|
3607
|
- name: adfs.passive_requests |
|
3608
|
description: Passive requests |
|
3609
|
unit: requests/s |
|
3610
|
chart_type: line |
|
3611
|
dimensions: |
|
3612
|
- name: passive |
|
3613
|
- name: adfs.passport_authentications |
|
3614
|
description: Microsoft Passport SSO authentications |
|
3615
|
unit: authentications/s |
|
3616
|
chart_type: line |
|
3617
|
dimensions: |
|
3618
|
- name: passport |
|
3619
|
- name: adfs.password_change_requests |
|
3620
|
description: Password change requests |
|
3621
|
unit: requests/s |
|
3622
|
chart_type: line |
|
3623
|
dimensions: |
|
3624
|
- name: success |
|
3625
|
- name: failure |
|
3626
|
- name: adfs.samlp_token_requests_success |
|
3627
|
description: Successful RP token requests over SAML-P protocol |
|
3628
|
unit: requests/s |
|
3629
|
chart_type: line |
|
3630
|
dimensions: |
|
3631
|
- name: success |
|
3632
|
- name: adfs.sso_authentications |
|
3633
|
description: SSO authentications |
|
3634
|
unit: authentications/s |
|
3635
|
chart_type: line |
|
3636
|
dimensions: |
|
3637
|
- name: success |
|
3638
|
- name: failure |
|
3639
|
- name: adfs.token_requests |
|
3640
|
description: Token access requests |
|
3641
|
unit: requests/s |
|
3642
|
chart_type: line |
|
3643
|
dimensions: |
|
3644
|
- name: requests |
|
3645
|
- name: adfs.userpassword_authentications |
|
3646
|
description: AD U/P authentications |
|
3647
|
unit: authentications/s |
|
3648
|
chart_type: line |
|
3649
|
dimensions: |
|
3650
|
- name: success |
|
3651
|
- name: failure |
|
3652
|
- name: adfs.windows_integrated_authentications |
|
3653
|
description: Windows integrated authentications using Kerberos or NTLM |
|
3654
|
unit: authentications/s |
|
3655
|
chart_type: line |
|
3656
|
dimensions: |
|
3657
|
- name: authentications |
|
3658
|
- name: adfs.wsfed_token_requests_success |
|
3659
|
description: Successful RP token requests over WS-Fed protocol |
|
3660
|
unit: requests/s |
|
3661
|
chart_type: line |
|
3662
|
dimensions: |
|
3663
|
- name: success |
|
3664
|
- name: adfs.wstrust_token_requests_success |
|
3665
|
description: Successful RP token requests over WS-Trust protocol |
|
3666
|
unit: requests/s |
|
3667
|
chart_type: line |
|
3668
|
dimensions: |
|
3669
|
- name: success |
|
3670
|
- meta: |
|
3671
|
plugin_name: windows.plugin |
|
3672
|
module_name: PerflibServices |
|
3673
|
monitored_instance: |
|
3674
|
name: Windows Services |
|
3675
|
link: "https://learn.microsoft.com/en-us/dotnet/framework/windows-services/" |
|
3676
|
categories: |
|
3677
|
- data-collection.operating-systems |
|
3678
|
icon_filename: "windows.svg" |
|
3679
|
related_resources: |
|
3680
|
integrations: |
|
3681
|
list: [] |
|
3682
|
info_provided_to_referring_integrations: |
|
3683
|
description: "" |
|
3684
|
keywords: |
|
3685
|
- windows |
|
3686
|
- microsoft |
|
3687
|
- services |
|
3688
|
overview: |
|
3689
|
data_collection: |
|
3690
|
metrics_description: | |
|
3691
|
This collector monitors Windows Services Status and States. |
|
3692
|
method_description: | |
|
3693
|
It queries Service Management to get the metrics. |
|
3694
|
supported_platforms: |
|
3695
|
include: ["windows"] |
|
3696
|
exclude: [] |
|
3697
|
multi_instance: false |
|
3698
|
additional_permissions: |
|
3699
|
description: "" |
|
3700
|
default_behavior: |
|
3701
|
auto_detection: |
|
3702
|
description: | |
|
3703
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
3704
|
limits: |
|
3705
|
description: "" |
|
3706
|
performance_impact: |
|
3707
|
description: "" |
|
3708
|
setup: |
|
3709
|
prerequisites: |
|
3710
|
list: [] |
|
3711
|
configuration: |
|
3712
|
file: |
|
3713
|
name: "netdata.conf" |
|
3714
|
section_name: "[plugin:windows:PerflibServices]" |
|
3715
|
description: "The Netdata main configuration file" |
|
3716
|
options: |
|
3717
|
description: "" |
|
3718
|
folding: |
|
3719
|
title: "Config option" |
|
3720
|
enabled: false |
|
3721
|
list: |
|
3722
|
- name: update every |
|
3723
|
description: Data collection frequency. |
|
3724
|
default_value: 30 |
|
3725
|
required: false |
|
3726
|
examples: |
|
3727
|
folding: |
|
3728
|
enabled: true |
|
3729
|
title: "" |
|
3730
|
list: [] |
|
3731
|
troubleshooting: |
|
3732
|
problems: |
|
3733
|
list: [] |
|
3734
|
alerts: [] |
|
3735
|
metrics: |
|
3736
|
folding: |
|
3737
|
title: Metrics |
|
3738
|
enabled: false |
|
3739
|
description: "" |
|
3740
|
availability: [] |
|
3741
|
scopes: |
|
3742
|
- name: Windows Service |
|
3743
|
description: "These metrics refer to Windows Services." |
|
3744
|
labels: |
|
3745
|
- name: service |
|
3746
|
description: The service name |
|
3747
|
metrics: |
|
3748
|
- name: windows.service_state |
|
3749
|
description: Service state |
|
3750
|
unit: state |
|
3751
|
chart_type: line |
|
3752
|
dimensions: |
|
3753
|
- name: running |
|
3754
|
- name: stopped |
|
3755
|
- name: start_pending |
|
3756
|
- name: stop_pending |
|
3757
|
- name: continue_pending |
|
3758
|
- name: pause_pending |
|
3759
|
- name: paused |
|
3760
|
- name: unknown |
|
3761
|
- meta: |
|
3762
|
plugin_name: windows.plugin |
|
3763
|
module_name: PerflibExchange |
|
3764
|
monitored_instance: |
|
3765
|
name: MS Exchange |
|
3766
|
link: "https://www.microsoft.com/en-us/microsoft-365/exchange/email" |
|
3767
|
categories: |
|
3768
|
- data-collection.applications |
|
3769
|
icon_filename: "exchange.svg" |
|
3770
|
related_resources: |
|
3771
|
integrations: |
|
3772
|
list: [] |
|
3773
|
info_provided_to_referring_integrations: |
|
3774
|
description: "" |
|
3775
|
keywords: |
|
3776
|
- windows |
|
3777
|
- microsoft |
|
3778
|
- exchange |
|
3779
|
- mail |
|
3780
|
overview: |
|
3781
|
data_collection: |
|
3782
|
metrics_description: | |
|
3783
|
This collector monitors Microsoft Exchange. |
|
3784
|
method_description: | |
|
3785
|
It queries different Exchange objects from Perflib in order to gather the metrics. |
|
3786
|
supported_platforms: |
|
3787
|
include: ["windows"] |
|
3788
|
exclude: [] |
|
3789
|
multi_instance: false |
|
3790
|
additional_permissions: |
|
3791
|
description: "" |
|
3792
|
default_behavior: |
|
3793
|
auto_detection: |
|
3794
|
description: | |
|
3795
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
3796
|
limits: |
|
3797
|
description: "" |
|
3798
|
performance_impact: |
|
3799
|
description: "" |
|
3800
|
setup: |
|
3801
|
prerequisites: |
|
3802
|
list: [] |
|
3803
|
configuration: |
|
3804
|
file: |
|
3805
|
name: "netdata.conf" |
|
3806
|
section_name: "[plugin:windows:PerflibExchange]" |
|
3807
|
description: "The Netdata main configuration file" |
|
3808
|
options: |
|
3809
|
description: "" |
|
3810
|
folding: |
|
3811
|
title: "Config option" |
|
3812
|
enabled: false |
|
3813
|
list: |
|
3814
|
- name: update every |
|
3815
|
description: Data collection frequency. |
|
3816
|
default_value: 10 |
|
3817
|
required: false |
|
3818
|
examples: |
|
3819
|
folding: |
|
3820
|
enabled: true |
|
3821
|
title: "" |
|
3822
|
list: [] |
|
3823
|
troubleshooting: |
|
3824
|
problems: |
|
3825
|
list: [] |
|
3826
|
alerts: [] |
|
3827
|
metrics: |
|
3828
|
folding: |
|
3829
|
title: Metrics |
|
3830
|
enabled: false |
|
3831
|
description: "" |
|
3832
|
availability: [] |
|
3833
|
scopes: |
|
3834
|
- name: Windows Exchange |
|
3835
|
description: "These metrics refer to Windows Exchange." |
|
3836
|
labels: [] |
|
3837
|
metrics: |
|
3838
|
- name: exchange.transport_queues_active_mail_box_delivery |
|
3839
|
description: Active Mailbox Delivery Queue length. |
|
3840
|
unit: messages |
|
3841
|
chart_type: line |
|
3842
|
dimensions: |
|
3843
|
- name: active |
|
3844
|
- name: exchange.transport_queues_external_active_remote_delivery |
|
3845
|
description: External Active Remote Delivery Queue length. |
|
3846
|
unit: messages |
|
3847
|
chart_type: line |
|
3848
|
dimensions: |
|
3849
|
- name: active |
|
3850
|
- name: exchange.transport_queues_internal_active_remote_delivery |
|
3851
|
description: Internal Active Remote Delivery Queue length. |
|
3852
|
unit: messages |
|
3853
|
chart_type: line |
|
3854
|
dimensions: |
|
3855
|
- name: active |
|
3856
|
- name: exchange.transport_queues_unreachable |
|
3857
|
description: Unreachable Queue length. |
|
3858
|
unit: messages |
|
3859
|
chart_type: line |
|
3860
|
dimensions: |
|
3861
|
- name: unreachable |
|
3862
|
- name: exchange.transport_queues_poison |
|
3863
|
description: Poison Queue Length. |
|
3864
|
unit: messages |
|
3865
|
chart_type: line |
|
3866
|
dimensions: |
|
3867
|
- name: unreachable |
|
3868
|
- name: exchange.activesync_ping_cmds_pending |
|
3869
|
description: Ping commands pending in queue. |
|
3870
|
unit: commands |
|
3871
|
chart_type: line |
|
3872
|
dimensions: |
|
3873
|
- name: pending |
|
3874
|
- name: exchange.activesync_requests |
|
3875
|
description: HTTP requests received from ASP.NET. |
|
3876
|
unit: requests/s |
|
3877
|
chart_type: line |
|
3878
|
dimensions: |
|
3879
|
- name: received |
|
3880
|
- name: exchange.activesync_sync_cmds |
|
3881
|
description: Sync commands processed. |
|
3882
|
unit: commands/s |
|
3883
|
chart_type: line |
|
3884
|
dimensions: |
|
3885
|
- name: processed |
|
3886
|
- name: exchange.rpc_active_user_count |
|
3887
|
description: Active unique users in the last 2 minutes. |
|
3888
|
unit: users |
|
3889
|
chart_type: line |
|
3890
|
dimensions: |
|
3891
|
- name: active |
|
3892
|
- name: exchange.rpc_avg_latency |
|
3893
|
description: Average latency. |
|
3894
|
unit: seconds |
|
3895
|
chart_type: line |
|
3896
|
dimensions: |
|
3897
|
- name: latency |
|
3898
|
- name: exchange.rpc_connection_count |
|
3899
|
description: Client connections. |
|
3900
|
unit: connections |
|
3901
|
chart_type: line |
|
3902
|
dimensions: |
|
3903
|
- name: connections |
|
3904
|
- name: exchange.rpc_requests |
|
3905
|
description: Clients requests currently being processed. |
|
3906
|
unit: requests |
|
3907
|
chart_type: line |
|
3908
|
dimensions: |
|
3909
|
- name: processed |
|
3910
|
- name: exchange.rpc_active_user |
|
3911
|
description: Active unique users in the last 2 minutes. |
|
3912
|
unit: users |
|
3913
|
chart_type: line |
|
3914
|
dimensions: |
|
3915
|
- name: users |
|
3916
|
- name: exchange.rpc_connection |
|
3917
|
description: Client connections. |
|
3918
|
unit: connections |
|
3919
|
chart_type: line |
|
3920
|
dimensions: |
|
3921
|
- name: connections |
|
3922
|
- name: exchange.rpc_operations |
|
3923
|
description: RPC operations. |
|
3924
|
unit: operations/s |
|
3925
|
chart_type: line |
|
3926
|
dimensions: |
|
3927
|
- name: operations |
|
3928
|
- name: exchange.rpc_user_count |
|
3929
|
description: RPC users. |
|
3930
|
unit: users |
|
3931
|
chart_type: line |
|
3932
|
dimensions: |
|
3933
|
- name: users |
|
3934
|
- name: exchange.owa_current_unique_users |
|
3935
|
description: Unique users currently logged on to Outlook Web App. |
|
3936
|
unit: users |
|
3937
|
chart_type: line |
|
3938
|
dimensions: |
|
3939
|
- name: logged-in |
|
3940
|
- name: exchange.owa_requests_total |
|
3941
|
description: Requests handled by Outlook Web App. |
|
3942
|
unit: requests/s |
|
3943
|
chart_type: line |
|
3944
|
dimensions: |
|
3945
|
- name: handled |
|
3946
|
- name: exchange.workload_active_tasks |
|
3947
|
description: Workload active tasks. |
|
3948
|
unit: tasks |
|
3949
|
chart_type: line |
|
3950
|
dimensions: |
|
3951
|
- name: active |
|
3952
|
- name: exchange.workload_completed_tasks |
|
3953
|
description: Workload completed tasks. |
|
3954
|
unit: tasks/s |
|
3955
|
chart_type: line |
|
3956
|
dimensions: |
|
3957
|
- name: completed |
|
3958
|
- name: exchange.workload_queued_tasks |
|
3959
|
description: Workload queued tasks. |
|
3960
|
unit: tasks/s |
|
3961
|
chart_type: line |
|
3962
|
dimensions: |
|
3963
|
- name: queued |
|
3964
|
- name: exchange.workload_yielded_tasks |
|
3965
|
description: Workload yielded tasks. |
|
3966
|
unit: tasks/s |
|
3967
|
chart_type: line |
|
3968
|
dimensions: |
|
3969
|
- name: yielded |
|
3970
|
- name: exchange.workload_activity_status |
|
3971
|
description: Workload activity status |
|
3972
|
unit: status |
|
3973
|
chart_type: line |
|
3974
|
dimensions: |
|
3975
|
- name: active |
|
3976
|
- name: paused |
|
3977
|
- name: exchange.http_proxy_avg_auth_latency |
|
3978
|
description: Average time spent authenticating CAS requests. |
|
3979
|
unit: seconds |
|
3980
|
chart_type: line |
|
3981
|
dimensions: |
|
3982
|
- name: latency |
|
3983
|
- name: exchange.http_proxy_avg_cas_processing_latency_sec |
|
3984
|
description: Average latency (sec) of CAS processing time. |
|
3985
|
unit: seconds |
|
3986
|
chart_type: line |
|
3987
|
dimensions: |
|
3988
|
- name: latency |
|
3989
|
- name: exchange.http_proxy_mailbox_proxy_failure_rate |
|
3990
|
description: Percentage of failures between this CAS and MBX servers. |
|
3991
|
unit: seconds |
|
3992
|
chart_type: line |
|
3993
|
dimensions: |
|
3994
|
- name: failures |
|
3995
|
- name: exchange.http_proxy_mailbox_server_locator_avg_latency_sec |
|
3996
|
description: Average latency of MailboxServerLocator web service calls. |
|
3997
|
unit: seconds |
|
3998
|
chart_type: line |
|
3999
|
dimensions: |
|
4000
|
- name: latency |
|
4001
|
- name: exchange.http_proxy_outstanding_proxy_requests |
|
4002
|
description: Concurrent outstanding proxy requests. |
|
4003
|
unit: seconds |
|
4004
|
chart_type: line |
|
4005
|
dimensions: |
|
4006
|
- name: requests |
|
4007
|
- name: exchange.http_proxy_requests |
|
4008
|
description: Number of proxy requests processed each second. |
|
4009
|
unit: seconds |
|
4010
|
chart_type: line |
|
4011
|
dimensions: |
|
4012
|
- name: requests |
|
4013
|
- name: exchange.autodiscover_requests |
|
4014
|
description: Autodiscover service requests processed |
|
4015
|
unit: requests/s |
|
4016
|
chart_type: line |
|
4017
|
dimensions: |
|
4018
|
- name: processed |
|
4019
|
- name: exchange.avail_service_requests |
|
4020
|
description: Requests serviced |
|
4021
|
unit: requests/s |
|
4022
|
chart_type: line |
|
4023
|
dimensions: |
|
4024
|
- name: serviced |
|
4025
|
- meta: |
|
4026
|
plugin_name: windows.plugin |
|
4027
|
module_name: PerflibNUMA |
|
4028
|
monitored_instance: |
|
4029
|
name: NUMA Architecture |
|
4030
|
link: "https://learn.microsoft.com/en-us/windows/win32/procthread/numa-support" |
|
4031
|
categories: |
|
4032
|
- data-collection.operating-systems |
|
4033
|
icon_filename: "windows.svg" |
|
4034
|
related_resources: |
|
4035
|
integrations: |
|
4036
|
list: [] |
|
4037
|
info_provided_to_referring_integrations: |
|
4038
|
description: "" |
|
4039
|
keywords: |
|
4040
|
- windows |
|
4041
|
- NUMA |
|
4042
|
- processor |
|
4043
|
overview: |
|
4044
|
data_collection: |
|
4045
|
metrics_description: | |
|
4046
|
This collector monitors NUMA Architecture on Windows. |
|
4047
|
method_description: | |
|
4048
|
It queries NUMA Node Memory from Perflib in order to gather the metrics. |
|
4049
|
supported_platforms: |
|
4050
|
include: ["windows"] |
|
4051
|
exclude: [] |
|
4052
|
multi_instance: false |
|
4053
|
additional_permissions: |
|
4054
|
description: "" |
|
4055
|
default_behavior: |
|
4056
|
auto_detection: |
|
4057
|
description: | |
|
4058
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
4059
|
limits: |
|
4060
|
description: "" |
|
4061
|
performance_impact: |
|
4062
|
description: "" |
|
4063
|
setup: |
|
4064
|
prerequisites: |
|
4065
|
list: [] |
|
4066
|
configuration: |
|
4067
|
file: |
|
4068
|
name: "netdata.conf" |
|
4069
|
section_name: "[plugin:windows:PerflibNUMA]" |
|
4070
|
description: "The Netdata main configuration file" |
|
4071
|
options: |
|
4072
|
description: "" |
|
4073
|
folding: |
|
4074
|
title: "Config option" |
|
4075
|
enabled: false |
|
4076
|
list: |
|
4077
|
- name: update every |
|
4078
|
description: Data collection frequency. |
|
4079
|
default_value: 1 |
|
4080
|
required: false |
|
4081
|
examples: |
|
4082
|
folding: |
|
4083
|
enabled: true |
|
4084
|
title: "" |
|
4085
|
list: [] |
|
4086
|
troubleshooting: |
|
4087
|
problems: |
|
4088
|
list: [] |
|
4089
|
alerts: [] |
|
4090
|
metrics: |
|
4091
|
folding: |
|
4092
|
title: Metrics |
|
4093
|
enabled: false |
|
4094
|
description: "" |
|
4095
|
availability: [] |
|
4096
|
scopes: |
|
4097
|
- name: NUMA |
|
4098
|
description: "These metrics refer to memory utilization on NUMA systems." |
|
4099
|
labels: |
|
4100
|
- name: node |
|
4101
|
description: The identifier of the CPU node. |
|
4102
|
metrics: |
|
4103
|
- name: mem.numa_node_mem_usage |
|
4104
|
description: NUMA Node Memory Usage |
|
4105
|
unit: bytes |
|
4106
|
chart_type: line |
|
4107
|
dimensions: |
|
4108
|
- name: free |
|
4109
|
- name: standby |
|
4110
|
- meta: |
|
4111
|
plugin_name: windows.plugin |
|
4112
|
module_name: PerflibASP |
|
4113
|
monitored_instance: |
|
4114
|
name: ASP.NET |
|
4115
|
link: "https://dotnet.microsoft.com/en-us/apps/aspnet" |
|
4116
|
categories: |
|
4117
|
- data-collection.web-servers-and-proxies |
|
4118
|
icon_filename: "windows.svg" |
|
4119
|
related_resources: |
|
4120
|
integrations: |
|
4121
|
list: [] |
|
4122
|
info_provided_to_referring_integrations: |
|
4123
|
description: "" |
|
4124
|
keywords: |
|
4125
|
- windows |
|
4126
|
- ASP |
|
4127
|
- webservice |
|
4128
|
overview: |
|
4129
|
data_collection: |
|
4130
|
metrics_description: | |
|
4131
|
This collector monitors ASP.NET applications. |
|
4132
|
method_description: | |
|
4133
|
It queries for the 'ASP.NET' and 'ASP.NET Applications' objects from Perflib in order to gather the metrics. |
|
4134
|
supported_platforms: |
|
4135
|
include: ["windows"] |
|
4136
|
exclude: [] |
|
4137
|
multi_instance: false |
|
4138
|
additional_permissions: |
|
4139
|
description: "" |
|
4140
|
default_behavior: |
|
4141
|
auto_detection: |
|
4142
|
description: | |
|
4143
|
The collector automatically detects all of the metrics, no further configuration is required. |
|
4144
|
limits: |
|
4145
|
description: "" |
|
4146
|
performance_impact: |
|
4147
|
description: "" |
|
4148
|
setup: |
|
4149
|
prerequisites: |
|
4150
|
list: [] |
|
4151
|
configuration: |
|
4152
|
file: |
|
4153
|
name: "netdata.conf" |
|
4154
|
section_name: "[plugin:windows]" |
|
4155
|
description: "The Netdata main configuration file" |
|
4156
|
options: |
|
4157
|
description: "" |
|
4158
|
folding: |
|
4159
|
title: "Config option" |
|
4160
|
enabled: false |
|
4161
|
list: |
|
4162
|
- name: PerflibASP |
|
4163
|
description: An option to enable or disable the data collection. |
|
4164
|
default_value: yes |
|
4165
|
required: false |
|
4166
|
examples: |
|
4167
|
folding: |
|
4168
|
enabled: true |
|
4169
|
title: "" |
|
4170
|
list: [] |
|
4171
|
troubleshooting: |
|
4172
|
problems: |
|
4173
|
list: [] |
|
4174
|
alerts: [] |
|
4175
|
metrics: |
|
4176
|
folding: |
|
4177
|
title: Metrics |
|
4178
|
enabled: false |
|
4179
|
description: "" |
|
4180
|
availability: [] |
|
4181
|
scopes: |
|
4182
|
- name: ASP.NET Global Data |
|
4183
|
description: "These metrics refer to ASP.NET global metrics." |
|
4184
|
labels: [] |
|
4185
|
metrics: |
|
4186
|
- name: aspnet.application_restarts |
|
4187
|
description: Number of times the application has been restarted. |
|
4188
|
unit: restarts |
|
4189
|
chart_type: line |
|
4190
|
dimensions: |
|
4191
|
- name: restarts |
|
4192
|
- name: aspnet.worker_process_restarts |
|
4193
|
description: Number of times a worker process has restarted on the machine. |
|
4194
|
unit: restarts |
|
4195
|
chart_type: line |
|
4196
|
dimensions: |
|
4197
|
- name: restarts |
|
4198
|
- name: ASP.NET Applications |
|
4199
|
description: "ASP.NET application performance counters" |
|
4200
|
labels: |
|
4201
|
- name: aspnet_app |
|
4202
|
description: The application name. |
|
4203
|
metrics: |
|
4204
|
- name: aspnet.anonymous_request |
|
4205
|
description: Number of requests utilizing anonymous authentication. |
|
4206
|
unit: requests |
|
4207
|
chart_type: line |
|
4208
|
dimensions: |
|
4209
|
- name: requests |
|
4210
|
- name: aspnet.compilation_totals |
|
4211
|
description: Number of source files dynamically compiled. |
|
4212
|
unit: compilations |
|
4213
|
chart_type: line |
|
4214
|
dimensions: |
|
4215
|
- name: compilations |
|
4216
|
- name: aspnet.errors_during_preprocessing |
|
4217
|
description: Errors During Preprocessing. |
|
4218
|
unit: errors |
|
4219
|
chart_type: line |
|
4220
|
dimensions: |
|
4221
|
- name: preprocessing |
|
4222
|
- name: aspnet.errors_during_compilation |
|
4223
|
description: Errors During Compilation. |
|
4224
|
unit: errors |
|
4225
|
chart_type: line |
|
4226
|
dimensions: |
|
4227
|
- name: compilation |
|
4228
|
- name: aspnet.errors_during_execution |
|
4229
|
description: Errors During Execution. |
|
4230
|
unit: errors |
|
4231
|
chart_type: line |
|
4232
|
dimensions: |
|
4233
|
- name: execution |
|
4234
|
- name: aspnet.errors_during_unhandled_execution |
|
4235
|
description: Errors Unhandled During Execution. |
|
4236
|
unit: errors |
|
4237
|
chart_type: line |
|
4238
|
dimensions: |
|
4239
|
- name: unhandled |
|
4240
|
- name: aspnet.requests_byte_total |
|
4241
|
description: Size of responses and request. |
|
4242
|
unit: bytes |
|
4243
|
chart_type: line |
|
4244
|
dimensions: |
|
4245
|
- name: in |
|
4246
|
- name: out |
|
4247
|
- name: aspnet.requests_executing |
|
4248
|
description: The number of requests currently executing. |
|
4249
|
unit: requests |
|
4250
|
chart_type: line |
|
4251
|
dimensions: |
|
4252
|
- name: executing |
|
4253
|
- name: aspnet.requests_failed |
|
4254
|
description: Number of failed requests. |
|
4255
|
unit: requests |
|
4256
|
chart_type: line |
|
4257
|
dimensions: |
|
4258
|
- name: executing |
|
4259
|
- name: aspnet.requests_not_found |
|
4260
|
description: Requests for resources that were not found. |
|
4261
|
unit: requests |
|
4262
|
chart_type: line |
|
4263
|
dimensions: |
|
4264
|
- name: not found |
|
4265
|
- name: aspnet.requests_not_authorized |
|
4266
|
description: Requests that were not authorized. |
|
4267
|
unit: requests |
|
4268
|
chart_type: line |
|
4269
|
dimensions: |
|
4270
|
- name: not_authorized |
|
4271
|
- name: aspnet.requests_in_application_queue |
|
4272
|
description: Requests in the application queue. |
|
4273
|
unit: requests |
|
4274
|
chart_type: line |
|
4275
|
dimensions: |
|
4276
|
- name: queue |
|
4277
|
- name: aspnet.requests_timeout |
|
4278
|
description: Requests that timed out. |
|
4279
|
unit: requests |
|
4280
|
chart_type: line |
|
4281
|
dimensions: |
|
4282
|
- name: timeout |
|
4283
|
- name: aspnet.requests_succeeded |
|
4284
|
description: Requests that executed successfully. |
|
4285
|
unit: requests |
|
4286
|
chart_type: line |
|
4287
|
dimensions: |
|
4288
|
- name: success |
|
4289
|
- name: aspnet.sessions_active |
|
4290
|
description: Sessions currently active. |
|
4291
|
unit: sessions |
|
4292
|
chart_type: line |
|
4293
|
dimensions: |
|
4294
|
- name: active |
|
4295
|
- name: aspnet.sessions_abandoned |
|
4296
|
description: Sessions explicitly abandoned. |
|
4297
|
unit: sessions |
|
4298
|
chart_type: line |
|
4299
|
dimensions: |
|
4300
|
- name: abandoned |
|
4301
|
- name: aspnet.sessions_abandoned |
|
4302
|
description: Sessions explicitly abandoned. |
|
4303
|
unit: sessions |
|
4304
|
chart_type: line |
|
4305
|
dimensions: |
|
4306
|
- name: abandoned |
|
4307
|
- name: aspnet.sessions_timed_out |
|
4308
|
description: Sessions timed out. |
|
4309
|
unit: sessions |
|
4310
|
chart_type: line |
|
4311
|
dimensions: |
|
4312
|
- name: timed out |
|
4313
|
- name: aspnet.transactions_aborted |
|
4314
|
description: Transactions Aborted. |
|
4315
|
unit: transactions |
|
4316
|
chart_type: line |
|
4317
|
dimensions: |
|
4318
|
- name: aborted |
|
4319
|
- name: aspnet.transactions_committed |
|
4320
|
description: Transactions Committed. |
|
4321
|
unit: transactions |
|
4322
|
chart_type: line |
|
4323
|
dimensions: |
|
4324
|
- name: committed |
|
4325
|
- name: aspnet.transactions_pending |
|
4326
|
description: Transactions Pending. |
|
4327
|
unit: transactions |
|
4328
|
chart_type: line |
|
4329
|
dimensions: |
|
4330
|
- name: pending |
|
4331
|
- name: aspnet.events_raised_per_sec |
|
4332
|
description: Instrumentation events. |
|
4333
|
unit: events |
|
4334
|
chart_type: line |
|
4335
|
dimensions: |
|
4336
|
- name: raised |
|
4337
|
- name: aspnet.error_events_raised_per_sec |
|
4338
|
description: Runtime error events raised. |
|
4339
|
unit: errors |
|
4340
|
chart_type: line |
|
4341
|
dimensions: |
|
4342
|
- name: events |
|
4343
|
- name: aspnet.events_audit_success |
|
4344
|
description: Audit successes in the application. |
|
4345
|
unit: errors |
|
4346
|
chart_type: line |
|
4347
|
dimensions: |
|
4348
|
- name: events |
|
4349
|
- name: aspnet.events_audit_failure |
|
4350
|
description: Audit Failure Events Raised |
|
4351
|
unit: failures |
|
4352
|
chart_type: line |
|
4353
|
dimensions: |
|
4354
|
- name: audit |
|
4355
|
- name: aspnet.membership_auth_success |
|
4356
|
description: Membership Authentication Success. |
|
4357
|
unit: auth |
|
4358
|
chart_type: line |
|
4359
|
dimensions: |
|
4360
|
- name: success |
|
4361
|
- name: aspnet.form_authentication_success |
|
4362
|
description: Membership Authentication Failure. |
|
4363
|
unit: auth |
|
4364
|
chart_type: line |
|
4365
|
dimensions: |
|
4366
|
- name: success |
|
4367
|
- name: aspnet.form_authentication_success |
|
4368
|
description: Forms Authentication Success. |
|
4369
|
unit: auth |
|
4370
|
chart_type: line |
|
4371
|
dimensions: |
|
4372
|
- name: success |
|
4373
|
- name: aspnet.form_authentication_failure |
|
4374
|
description: Forms Authentication Failure. |
|
4375
|
unit: auth |
|
4376
|
chart_type: line |
|
4377
|
dimensions: |
|
4378
|
- name: failure |