diff options
author | Justin Clark-Casey (justincc) | 2013-07-22 23:30:09 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-07-23 00:35:09 +0100 |
commit | bf517899a7a63278d4ed22d5485c37d61d47bb58 (patch) | |
tree | 0deda695b605f06cde0e7e404cad0e6287749723 /OpenSim/Region/CoreModules | |
parent | Added check for user movement specification before discarding an incoming (diff) | |
download | opensim-SC_OLD-bf517899a7a63278d4ed22d5485c37d61d47bb58.zip opensim-SC_OLD-bf517899a7a63278d4ed22d5485c37d61d47bb58.tar.gz opensim-SC_OLD-bf517899a7a63278d4ed22d5485c37d61d47bb58.tar.bz2 opensim-SC_OLD-bf517899a7a63278d4ed22d5485c37d61d47bb58.tar.xz |
Add AverageUDPProcessTime stat to try and get a handle on how long we're taking on the initial processing of a UDP packet.
If we're not receiving packets with multiple threads (m_asyncPacketHandling) then this is critical since it will limit the number of incoming UDP requests that the region can handle and affects packet loss.
If m_asyncPacketHandling then this is less critical though a long process will increase the scope for threads to race.
This is an experimental stat which may be changed.
Diffstat (limited to 'OpenSim/Region/CoreModules')
0 files changed, 0 insertions, 0 deletions