mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-10 20:46:37 +00:00
system: refactor collector (#1730)
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
package terminal_services
|
||||
|
||||
const (
|
||||
HandleCount = "Handle Count"
|
||||
PageFaultsPersec = "Page Faults/sec"
|
||||
PageFileBytes = "Page File Bytes"
|
||||
PageFileBytesPeak = "Page File Bytes Peak"
|
||||
PercentPrivilegedTime = "% Privileged Time"
|
||||
PercentProcessorTime = "% Processor Time"
|
||||
PercentUserTime = "% User Time"
|
||||
PoolNonpagedBytes = "Pool Nonpaged Bytes"
|
||||
PoolPagedBytes = "Pool Paged Bytes"
|
||||
PrivateBytes = "Private Bytes"
|
||||
ThreadCount = "Thread Count"
|
||||
VirtualBytes = "Virtual Bytes"
|
||||
VirtualBytesPeak = "Virtual Bytes Peak"
|
||||
WorkingSet = "Working Set"
|
||||
WorkingSetPeak = "Working Set Peak"
|
||||
handleCount = "Handle Count"
|
||||
pageFaultsPersec = "Page Faults/sec"
|
||||
pageFileBytes = "Page File Bytes"
|
||||
pageFileBytesPeak = "Page File Bytes Peak"
|
||||
percentPrivilegedTime = "% Privileged Time"
|
||||
percentProcessorTime = "% Processor Time"
|
||||
percentUserTime = "% User Time"
|
||||
poolNonpagedBytes = "Pool Nonpaged Bytes"
|
||||
poolPagedBytes = "Pool Paged Bytes"
|
||||
privateBytes = "Private Bytes"
|
||||
threadCount = "Thread Count"
|
||||
virtualBytes = "Virtual Bytes"
|
||||
virtualBytesPeak = "Virtual Bytes Peak"
|
||||
workingSet = "Working Set"
|
||||
workingSetPeak = "Working Set Peak"
|
||||
|
||||
SuccessfulConnections = "Successful Connections"
|
||||
PendingConnections = "Pending Connections"
|
||||
FailedConnections = "Failed Connections"
|
||||
successfulConnections = "Successful Connections"
|
||||
pendingConnections = "Pending Connections"
|
||||
failedConnections = "Failed Connections"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user