Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Windows performance counter - Win process fails to retrieve multiple process with the same name #2977

Closed
dudusakharovich opened this issue Jul 2, 2017 · 2 comments

Comments

@dudusakharovich
Copy link

System info:

Telegraf version - 1.3.2
OS - Windows server 2012 R2

Steps to reproduce:

I've added windows performance input of type windows process to the telegraf configuration.

Expected behavior:

When trying to display stats for process of type "w3wp" I should see stats for 3 processes of "w3wp" kind.

Actual behavior:

I can see stats only for 1 "w3wp" process instead of 3.

Additional info:

This is the telegraf configuration input:
[[inputs.win_perf_counters.object]]
ObjectName = "Process"
Counters = ["% Processor Time","Handle Count","Private Bytes","Thread Count","Virtual Bytes","Working Set"]
Instances = [""]
Measurement = "win_proc"
IncludeTotal=true #Set to true to include _Total instance when querying for all (
).

As seen in the screen shot there are 3 instances of "w3wp" process:

image

In grafana I can only see stats for only 1 "w3wp" process instead of 3:

image

@willemdh
Copy link

willemdh commented Jul 4, 2017

Seems the same problem as #2879

I hope this gets fixed soon.

@danielnelson
Copy link
Contributor

Closing in favor of #2879

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants