index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
OptionalModules
/
Agent
/
UDP
/
Linden
/
LindenUDPInfoModule.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-14
some cleanup.. remove some stats that only some do look at once on a lifetime
UbitUmarov
1
-110
/
+0
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-91
/
+91
2016-11-09
change the clock source on udp outgoing, remove some dead code
UbitUmarov
1
-25
/
+0
2014-11-25
Fix setting of max scene throttle so that setting it restricts the child clie...
Justin Clark-Casey (justincc)
1
-2
/
+4
2014-11-25
minor: In "show client stats" command, properly handle the case where a clien...
Justin Clark-Casey (justincc)
1
-1
/
+3
2014-11-25
Fix an issue where specifying both max client and server outgoing UDP throttl...
Justin Clark-Casey (justincc)
1
-7
/
+8
2014-11-25
Move information about "server agent rate" throttles into "show server thrott...
Justin Clark-Casey (justincc)
1
-39
/
+0
2014-07-25
Revert "Write UDP statistics to the log, not just the console (e.g., "show qu...
Justin Clark-Casey (justincc)
1
-37
/
+32
2014-07-21
In "show throttles", show the maximum drip rate. This shows whether a client ...
Oren Hurvitz
1
-4
/
+8
2014-07-21
Write UDP statistics to the log, not just the console (e.g., "show queues")
Oren Hurvitz
1
-32
/
+37
2014-03-24
Get the full viewer name even if it's (incorrectly) sent in the 'Channel' field
Oren Hurvitz
1
-2
/
+2
2014-01-24
minor: remove long unused state queue from "show queues" console reports
Justin Clark-Casey (justincc)
1
-5
/
+3
2014-01-24
minor: correct the usage statement on the "show image queues" console command...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-01-24
Skip IClientAPIs that don't implement IStatsCollector (such as NPCAvatar) fro...
Justin Clark-Casey (justincc)
1
-15
/
+15
2013-09-04
Stop "show client stats" from throwing an exception if somehow Scene.m_client...
Justin Clark-Casey (justincc)
1
-1
/
+8
2013-07-21
Fixed the stats in show client stats. Also left some comments with observatio...
Diva Canto
1
-4
/
+4
2013-07-21
Make the check as to whether any particular inbound AgentUpdate packet is sig...
Justin Clark-Casey (justincc)
1
-2
/
+2
2013-07-21
Add measure of number of inbound AgentUpdates that were seen as significant t...
Justin Clark-Casey (justincc)
1
-3
/
+9
2013-07-10
show client stats: Fixed the requests/min. Also changed the spelling of the c...
Diva Canto
1
-21
/
+22
2013-07-10
Added show client-stats [first last] command to expose what viewers are reque...
Diva Canto
1
-2
/
+107
2012-11-13
All optional modules' directives moved out of addin.xml
Diva Canto
1
-1
/
+1
2012-07-25
Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-07-24
Rename "image queues clear" console command to "clear image queues"
Justin Clark-Casey (justincc)
1
-12
/
+6
2012-07-24
Add information about each column to "show queues" region console command help.
Justin Clark-Casey (justincc)
1
-2
/
+9
2012-07-24
Extend region console "show queues" command to show already collected time si...
Justin Clark-Casey (justincc)
1
-18
/
+24
2012-03-08
Change "help" to display categories/module list then "help <category/module>"...
Justin Clark-Casey (justincc)
1
-7
/
+7
2012-01-24
minor: correct text and usage for "image queues show" reigon console command.
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-01-19
Add "image queues clear <first-name> <last-name>" console command
Justin Clark-Casey (justincc)
1
-15
/
+60
2012-01-10
minor: Fix wrong column length in image queues report
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-01-10
rename "show image queue" to "show image queues" in line with other udp info ...
Justin Clark-Casey (justincc)
1
-29
/
+8
2012-01-10
Add "show image queue <first-name> <last-name>" region console command
Justin Clark-Casey (justincc)
1
-1
/
+88
2011-12-09
Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ...
Justin Clark-Casey (justincc)
1
-3
/
+3
2011-05-06
minor: remove mono compiler warnings
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-05-06
add descriptive explanations for region restart functionality
Justin Clark-Casey (justincc)
1
-1
/
+0
2011-05-06
fix command display for debugging 'emergency-monitoring'
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-04-25
Cleaned up various configuration options. Removed the category throttle
Mic Bowman
1
-9
/
+9
2011-04-22
Various clean ups. Removed some debugging code. Added a new "show pqueues"
Mic Bowman
1
-2
/
+101
2011-03-05
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-02-09
Detect negative dripAmounts in TokenBuckets. These negatives result from over...
Diva Canto
1
-1
/
+1
2011-02-08
Added emergency monitoring of UDP Outgoing packets thread. Just type "emergen...
Diva Canto
1
-2
/
+28
2011-02-02
Record number of resent packets in LindenUDP stack and display in stats report
Justin Clark-Casey (justincc)
1
-11
/
+13
2011-01-21
minor: remove unnecessary newline from "show throttles" information
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-01-21
properly format "show throttles" table
Justin Clark-Casey (justincc)
1
-26
/
+55
2011-01-21
crudely refactor table generation code for "show queues" and "show throttles"
Justin Clark-Casey (justincc)
1
-41
/
+30
2011-01-21
implement "show throttles" command for showing current agent throttles and th...
Justin Clark-Casey (justincc)
1
-10
/
+140
2011-01-20
minor: help text adjustment for "show queues"
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-01-20
remove reference to CoreModules from ClientStack.LindenUDP
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-01-20
Move "show queues" command out of OpenSim.cs and into a separate module.
Justin Clark-Casey (justincc)
1
-0
/
+200