User input delay
Configuration
Supported operating systems
NQL example
devices during past 24h
| with session.events
| compute
medium_ratio = duration_with_medium_user_input_delay.sum()/user_interaction_time.sum(),
high_ratio = duration_with_high_user_input_delay.sum() / user_interaction_time.sum()
| where medium_ratio > 0.10 or high_ratio > 0.05
| list device.name, medium_ratio, high_ratioLast updated
Was this helpful?