You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Mills edited this page Mar 31, 2016
·
2 revisions
What is it?
This sample measures how long React spends on doing things per tick. Remember that every tick is 50 milliseconds. Usually, this number is fairly low, and it is not entirely accurate. This number may show a difference on different processors as some processors and some servers are faster at handling software than others.
What is Ideal?
Since this number is very different on every server and is not 100% accurate, it is simply a measurement of React's impact on the server.
Configuration
Located at plugins/React/samplers/sample-reaction-time.yml
component:
# The interval at which this sample measures. # You should not change this unless you know what you're doing.# This interval is sometimes highly sensitive to accuracy.interval: 1