コミット履歴

作者 SHA1 メッセージ 日付
  Justin Clark-Casey (justincc) fea8345f56 minor: remove long unused state queue from "show queues" console reports 10 年 前
  Justin Clark-Casey (justincc) c9b5ba78d9 minor: correct the usage statement on the "show image queues" console command - should not have been "image queues show" 10 年 前
  Justin Clark-Casey (justincc) 4a9796a506 Skip IClientAPIs that don't implement IStatsCollector (such as NPCAvatar) from the "show queues" console report to stop screwing up formatting. 10 年 前
  Justin Clark-Casey (justincc) dc74a50225 Stop "show client stats" from throwing an exception if somehow Scene.m_clientManager still retains a reference to a dead client. 11 年 前
  Diva Canto 174105ad02 Fixed the stats in show client stats. Also left some comments with observations about AgentUpdates. 11 年 前
  Justin Clark-Casey (justincc) 61eda1f441 Make the check as to whether any particular inbound AgentUpdate packet is significant much earlier in UDP processing (i.e. before we pointlessly place such packets on internal queues, etc.) 11 年 前
  Justin Clark-Casey (justincc) e5c677779b Add measure of number of inbound AgentUpdates that were seen as significant to "show client stats" (i.e. sent on for further processing instead of being discarded) 11 年 前
  Diva Canto bdaeb02863 show client stats: Fixed the requests/min. Also changed the spelling of the command, not without the dash. 11 年 前
  Diva Canto 1b265b213b Added show client-stats [first last] command to expose what viewers are requesting. 11 年 前
  Diva Canto 18c5d33f0a All optional modules' directives moved out of addin.xml 12 年 前
  Justin Clark-Casey (justincc) 35efa88c26 Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. 12 年 前
  Justin Clark-Casey (justincc) 3cf8edfd68 Rename "image queues clear" console command to "clear image queues" 12 年 前
  Justin Clark-Casey (justincc) 1427430b7b Add information about each column to "show queues" region console command help. 12 年 前
  Justin Clark-Casey (justincc) ef8570f789 Extend region console "show queues" command to show already collected time since last packeted received by the simulator from a viewer. 12 年 前
  Justin Clark-Casey (justincc) 749c3fef8a Change "help" to display categories/module list then "help <category/module>" to display commands in a category. 12 年 前
  Justin Clark-Casey (justincc) 7e76397a26 minor: correct text and usage for "image queues show" reigon console command. 13 年 前
  Justin Clark-Casey (justincc) c92a9a6640 Add "image queues clear <first-name> <last-name>" console command 13 年 前
  Justin Clark-Casey (justincc) 53fb20880c minor: Fix wrong column length in image queues report 13 年 前
  Justin Clark-Casey (justincc) 5002f06d24 rename "show image queue" to "show image queues" in line with other udp info commands. 13 年 前
  Justin Clark-Casey (justincc) ef074deb52 Add "show image queue <first-name> <last-name>" region console command 13 年 前
  Justin Clark-Casey (justincc) af3cd00048 Get rid of IScene.PresenceChildStatus() which always had to execute a lookup in favour of IClientAPI.ISceneAgent.IsChildAgent instead. 13 年 前
  Justin Clark-Casey (justincc) 3d095e84d6 minor: remove mono compiler warnings 13 年 前
  Justin Clark-Casey (justincc) fd44540c02 add descriptive explanations for region restart functionality 13 年 前
  Justin Clark-Casey (justincc) 8755a48cde fix command display for debugging 'emergency-monitoring' 13 年 前
  Mic Bowman 024c12abc3 Cleaned up various configuration options. Removed the category throttle 13 年 前
  Mic Bowman 3534f4492a Various clean ups. Removed some debugging code. Added a new "show pqueues" 13 年 前
  Justin Clark-Casey (justincc) 8efb01b3df minor: remove some mono compiler warnings 13 年 前
  Diva Canto 473fac4dc7 Detect negative dripAmounts in TokenBuckets. These negatives result from overflown integer operations. Also added Total to the scene throttles in show throttles. 13 年 前
  Diva Canto ac7bc78555 Added emergency monitoring of UDP Outgoing packets thread. Just type "emergency-monitoring on/off" 13 年 前
  Justin Clark-Casey (justincc) 2413e9eb3f Record number of resent packets in LindenUDP stack and display in stats report 13 年 前