aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs11
1 files changed, 9 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
index 906c1d4..7c14c02 100644
--- a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
+++ b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
@@ -105,8 +105,15 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
105 "Comms", this, "show queues", 105 "Comms", this, "show queues",
106 "show queues [full]", 106 "show queues [full]",
107 "Show queue data for each client", 107 "Show queue data for each client",
108 "Without the 'full' option, only root agents are shown." 108 "Without the 'full' option, only root agents are shown.\n"
109 + " With the 'full' option child agents are also shown.", 109 + "With the 'full' option child agents are also shown.\n\n"
110 + "Type - Rt is a root (avatar) client whilst cd is a child (neighbour interacting) client.\n"
111 + "Since Last In - Time in milliseconds since last packet received.\n"
112 + "Pkts In - Number of packets processed from the client.\n"
113 + "Pkts Out - Number of packets sent to the client.\n"
114 + "Pkts Resent - Number of packets resent to the client.\n"
115 + "Bytes Unacked - Number of bytes transferred to the client that are awaiting acknowledgement.\n"
116 + "Q Pkts * - Number of packets of various types (land, wind, etc.) to be sent to the client that are waiting for available bandwidth.\n",
110 (mod, cmd) => MainConsole.Instance.Output(GetQueuesReport(cmd))); 117 (mod, cmd) => MainConsole.Instance.Output(GetQueuesReport(cmd)));
111 118
112 scene.AddCommand( 119 scene.AddCommand(