aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-07-24 23:48:53 +0100
committerJustin Clark-Casey (justincc)2012-07-24 23:48:53 +0100
commit1427430b7b0049ff4b312766737dc0e907c1c56d (patch)
tree01e8e9d4cc7fe75177539f3d5b8057c4a5118b5a /OpenSim
parentExtend region console "show queues" command to show already collected time si... (diff)
downloadopensim-SC_OLD-1427430b7b0049ff4b312766737dc0e907c1c56d.zip
opensim-SC_OLD-1427430b7b0049ff4b312766737dc0e907c1c56d.tar.gz
opensim-SC_OLD-1427430b7b0049ff4b312766737dc0e907c1c56d.tar.bz2
opensim-SC_OLD-1427430b7b0049ff4b312766737dc0e907c1c56d.tar.xz
Add information about each column to "show queues" region console command help.
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(