mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 14:06:38 +00:00
1.3 KiB
1.3 KiB
smb collector
The smb collector collects metrics from MS Smb hosts through perflib
| Metric name prefix | smb |
| Classes | Win32_PerfRawData_SMB |
| Enabled by default? | No |
Flags
--collectors.smb.list
Lists the Perflib Objects that are queried for data along with the perlfib object id
--collectors.smb.enabled
Comma-separated list of collectors to use, for example: --collectors.smb.enabled=ServerShares. Matching is case-sensitive. Depending on the smb installation not all performance counters are available. Use --collectors.smb.list to obtain a list of supported collectors.
Metrics
| Name | Description |
|---|---|
windows_smb_server_shares_current_open_file_count |
Current total count open files on the SMB Server |
windows_smb_server_shares_tree_connect_count |
Count of user connections to the SMB Server |
Example metric
This collector does not yet have explained examples, we would appreciate your help adding them!
Useful queries
This collector does not yet have any useful queries added, we would appreciate your help adding them!
Alerting examples
This collector does not yet have alerting examples, we would appreciate your help adding them!