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

[Issue]ExPerfWiz adds counters incorrectly to datacollector #2119

Open
nourdinb opened this issue Jun 25, 2024 · 2 comments
Open

[Issue]ExPerfWiz adds counters incorrectly to datacollector #2119

nourdinb opened this issue Jun 25, 2024 · 2 comments
Assignees
Labels

Comments

@nourdinb
Copy link
Contributor

Describe the issue
With "Version 23.01.13.1832" adding or creating a new ExPerfwiz datacollector, some counters are not added properly and thus data is missing in the resulting performance log. The list of counters are provided within the $xml131619 variable.
e.g.
<Counter>\.NET CLR LocksAndThreads( * )\Contention Rate / sec</Counter>

Use relog.exe -q Experfwiz.blg -o Experfwiz.txt and validate the text file for the list of counters.

  • counters under the .NET CLR LocksAndThreads\Contention Rate / sec are missing completely.
  • counters under the \W3SVC_W3WP\ object are added incorrectly and thus not collected properly.

Expected behavior
All counters added properly giving a perflog that contains the data you'd expect.

Script Output
n/a, no error.

Additional context
The issue is caused by the spaces around the * in '( * )' and can be fixed by replacing it with "(*)".

@dpaulson45
Copy link
Member

I would recommend using https://microsoft.github.io/CSS-Exchange/Performance/SimplePerf/ instead of ExPerfwiz in the meantime.

@nourdinb
Copy link
Contributor Author

nourdinb commented Jun 25, 2024 via email

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

No branches or pull requests

3 participants