Ad Widget

Collapse

Server 2019 User Input Delay per Session Perf Counter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • B93qrx
    Junior Member
    • Apr 2021
    • 1

    #1

    Server 2019 User Input Delay per Session Perf Counter

    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?
  • ceinmart
    Junior Member
    • Nov 2012
    • 28

    #2
    Hi,
    Did you find a solution?

    I want to enable these counters too, however, I cannot lose access to other counters...
    Did you tried to use double quotes on path of theses counters?

    perf_counter_en["\User Input Delay per Session(Average)\Max Input Delay"]

    Comment

    Working...