Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 0d2fd0d914 Make general server stats available on the robust console as well as the simulator console 11 years ago
  Justin Clark-Casey (justincc) 12900ea84e Log same environment information to Robust log as is already done for simulator logs, for debug purposes 11 years ago
  Justin Clark-Casey (justincc) 999cb4b20c Make "show threads" and "thread abort" console commands available on all servers 11 years ago
  Justin Clark-Casey (justincc) e0a3e01850 Make "force gc" console command available across all servers 11 years ago
  Justin Clark-Casey (justincc) 4b46a0d536 Make "show version" console command available across all servers 11 years ago
  Justin Clark-Casey (justincc) 8269d2b893 Factor out common pid file creation and removal code. 11 years ago
  Justin Clark-Casey (justincc) 34ff96a119 Remove unused BaseOpenSimServer.ShowHelp() 11 years ago
  Justin Clark-Casey (justincc) 4c4379b50f Make "set log level" command available across all servers 11 years ago
  Justin Clark-Casey (justincc) 45d1e6ab09 Make "show info" command available across all servers 11 years ago
  Justin Clark-Casey (justincc) cf03d6ea92 Factor out common registration of "show uptime" command 11 years ago
  Justin Clark-Casey (justincc) 5c48d7a378 factor out common HandleShow code for "show uptime" 11 years ago
  Justin Clark-Casey (justincc) 74a20a62ee refactor: Factor out copy/pasted server uptime report code 11 years ago
  Justin Clark-Casey (justincc) c97890ca69 Add "force gc" region console command which manually invokes garbage collection. 11 years ago
  Justin Clark-Casey (justincc) 1f2472d0fc Extend "show stats" command to "show stats [list|all|<category name>]" 11 years ago
  Justin Clark-Casey (justincc) 1133f81dce Remove a couple of compiler warnings pointed out by SignpostMarv 12 years ago
  Justin Clark-Casey (justincc) 5aec0ff207 Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring with other monitoring code from OpenSim.Framework 12 years ago
  Justin Clark-Casey (justincc) 35efa88c26 Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. 12 years ago
  Justin Clark-Casey (justincc) 916e3bf886 Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 12 years ago
  Justin Clark-Casey (justincc) 9f3feeff8d If starting scripts on initial sim start, provide INFO level log feedback each time 50 scripts have been started. 12 years ago
  Justin Clark-Casey (justincc) 4cfaa01c0a Remove STARTUP COMPLETE message from the startuplogo.txt file and into main logging 12 years ago
  Justin Clark-Casey (justincc) 6b3f9fcde0 Comment out the neighbour and land in connectors from info logging that they are starting up 12 years ago
  Justin Clark-Casey (justincc) 59b6f6a6e0 minor: reuse threadpool count we just fetched instead of fetching it again 12 years ago
  Justin Clark-Casey (justincc) bece2023e7 Add total scripts count to "show threads" 12 years ago
  Justin Clark-Casey (justincc) 6e8f80f1ab Improve threadpool reporting to "show threads" console command (also gets printed out periodically) 12 years ago
  Justin Clark-Casey (justincc) 749c3fef8a Change "help" to display categories/module list then "help <category/module>" to display commands in a category. 12 years ago
  Justin Clark-Casey (justincc) 9e6ffe7798 Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually returns and for consistency. 12 years ago
  Justin Clark-Casey (justincc) b817c337dc On Windows automatically load the correct native ODE library depending on whether the process is 32-bit or 64-bit 12 years ago
  Justin Clark-Casey (justincc) 1505c22995 Use Environment.TickCount & Int32.MaxValue; instead of Util.EnvironmentTickCount(); when producing the threads report to reduce wraparound. 12 years ago
  Justin Clark-Casey (justincc) 4567555c49 Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse. 12 years ago
  Justin Clark-Casey (justincc) aea547cd11 fix build break on UserManagementModule. 12 years ago