Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
telegraf-nftables
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Due to inactivity, this project is scheduled to be deleted on 2035-04-24.
Why is this scheduled?
Show more breadcrumbs
vqgroup
telegraf-nftables
Commits
76ec90e6
Unverified
Commit
76ec90e6
authored
6 years ago
by
Daniel Nelson
Browse files
Options
Downloads
Patches
Plain Diff
Update win_perf_counters README
parent
1690f36b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/inputs/win_perf_counters/README.md
+11
-9
11 additions, 9 deletions
plugins/inputs/win_perf_counters/README.md
with
11 additions
and
9 deletions
plugins/inputs/win_perf_counters/README.md
+
11
−
9
View file @
76ec90e6
...
...
@@ -33,15 +33,15 @@ Example:
#### UseWildcardsExpansion
If
`UseWildcardsExpansion`
is set to true, wildcards can be used in instance name and counter name
.
Partial wildcard (e.g.
`chrome*`
) is supported only in instance name on Windows Vista and newer.
If
`UseWildcardsExpansion`
is set to true, wildcards can be used in the
instance name and the counter name. When using localized Windows, counters
will be also be localized. Instance indexes will also be returned in the
instance name.
On localized Windows, returned counters will be also localized.
Partial wildcards (e.g.
`chrome*`
) are supported only in the instance name on Windows Vista and newer.
It also returns instance indexes in instance names.
If set to
`false`
, wildcards (not partial) in instance names can still be used, but instance indexes will not be returned in instance names.
If disabled, wildcards (not partial) in instance names can still be used, but
instance indexes will not be returned in the instance names.
Example:
`UseWildcardsExpansion=true`
...
...
@@ -116,8 +116,10 @@ Counters key (this is an array) is the counters of the ObjectName
you would like returned, it can also be one or more values.
Example:
`Counters = ["% Idle Time", "% Disk Read Time", "% Disk Write Time"]`
This must be specified for every counter you want the results of, or use
`["*"]`
for all the counters for object,
if the
`UseWildcardsExpansion`
param is set to
`true`
This must be specified for every counter you want the results of, or use
`["*"]`
for all the counters for object, if the
`UseWildcardsExpansion`
param
is set to
`true`
#### Measurement
*Optional*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment