-
Notifications
You must be signed in to change notification settings - Fork 218
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
Measure-FleetCoreWorkload - Import-Counter function #191
Comments
Could you look at the output of "typeperf -q" and/or tell me if the performance counter set names are localized when in the French fr-fr locale? (I assume that was your original) |
when the os is in french, the names are localized. but since i switch to english, to make the script working (at least the first run) it is correctly localized. the only thing that I did not change since I think it would not matter for the reports are the Format. |
any update possible on this "issue" ? |
Sorry, just to be clear: when the localization is fr-fr (or not en-us), are the names of the counter sets (the output of typeperf -q) localized? That is what I was looking for when asking for that output - in the fr-fr localization. Your txt output shows what I am already familiar with in the en-us case. |
Yes like I said above, they are localized when the OS is in french version. But I don't think that matters because I've switched to EN-US when running the script. |
Hello! I have the same issue. Same VMFleet Version. Greetings from Germany |
Good news (for me)! It works after i have setup my nodes and cluster from scratch with English Windows Server 2019 Core Setup. Greetings |
Hello guys,
for context, I had to set my locale OS to English US to be able to run the script. After the first run, I've encountered the error below.
in the coreworkload log :
-11-10T20:18:31: COMPLETION CHECK 7 : 64/64 done (0,02s, total 12,59s)
PS>TerminatingError(Import-Counter): "The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: L’objet spécifié n’a pas été trouvé sur l’ordinateur."
Windows PowerShell transcript end
End time: 20221110201853
Do you have any idea what could be missing ?
The error says : the specified object can't be found on the computer.
My guess would be a specific counter name can't be found ?
The text was updated successfully, but these errors were encountered: