In Windows 10 and Server 2019 there is a new performance counter that needs to be enabled with a registry key that tracks user input delay as detailed in https://docs.microsoft.com/en-us/win...mance-counters
Based on my testing when trying to read data from \User Input Delay per Session(Max)\Max Input Delay or \User Input Delay per Session(Average)\Max Input Delay after reading data from any of them it stops some of my other performance counters from working with the error in the agent log showing "The specified object was not found on the computer."
Using the PowerShell "Get-Counter" I can continue to get the values for counters that are "not found".
OS: Server 2019 (10.0.17763 N/A Build 17763)
Agent Version: 5.4.3
Server Version: 5.2.6
Proxy Version: 5.2.6
Agent Logs with logging set to 4
https://pastebin.com/wp8Xr9WQ = Without any User Input Delay per Session counters.
https://pastebin.com/FKiW5hHj = With User Input Delay per Session(Max)\Max Input Delay
https://pastebin.com/ed3MWd7g = With User Input Delay per Session(Average)\Max Input Delay
Can anyone reproduce, and if so have any suggestions?
Based on my testing when trying to read data from \User Input Delay per Session(Max)\Max Input Delay or \User Input Delay per Session(Average)\Max Input Delay after reading data from any of them it stops some of my other performance counters from working with the error in the agent log showing "The specified object was not found on the computer."
Using the PowerShell "Get-Counter" I can continue to get the values for counters that are "not found".
OS: Server 2019 (10.0.17763 N/A Build 17763)
Agent Version: 5.4.3
Server Version: 5.2.6
Proxy Version: 5.2.6
Agent Logs with logging set to 4
https://pastebin.com/wp8Xr9WQ = Without any User Input Delay per Session counters.
https://pastebin.com/FKiW5hHj = With User Input Delay per Session(Max)\Max Input Delay
https://pastebin.com/ed3MWd7g = With User Input Delay per Session(Average)\Max Input Delay
Can anyone reproduce, and if so have any suggestions?
Comment