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