Extend region console "show queues" command to show already collected time since last packeted received by the simulator from a viewer.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-07-24 23:39:31 +01:00
parent c846a5461c
commit ef8570f789
2 changed files with 26 additions and 19 deletions

View File

@@ -278,7 +278,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public string GetStats()
{
return string.Format(
"{0,7} {1,7} {2,7} {3,9} {4,7} {5,7} {6,7} {7,7} {8,7} {9,8} {10,7} {11,7}",
"{0,7} {1,7} {2,7} {3,9} {4,7} {5,7} {6,7} {7,7} {8,7} {9,8} {10,7} {11,7} {12,7}",
Util.EnvironmentTickCountSubtract(TickLastPacketReceived),
PacketsReceived,
PacketsSent,
PacketsResent,