aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/ServerBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add "debug threadpool status" console command to show min/max/current worker/...Justin Clark-Casey (justincc)2013-08-061-0/+23
* Add "debug comms status" command to show current debug comms settingsJustin Clark-Casey (justincc)2013-08-051-0/+11
* Make it possible to switch whether we serialize osd requests per endpoint or ...Justin Clark-Casey (justincc)2013-08-051-0/+37
* minor: move "threads abort" and "force gc" console commands into debug catego...Justin Clark-Casey (justincc)2013-08-051-2/+2
* Make it possible to set worker/iocp min/max threadpool limits on the fly with...Justin Clark-Casey (justincc)2013-08-051-0/+78
* Add checks monitoring framework to provide alerts if certain conditions do no...Justin Clark-Casey (justincc)2013-08-051-0/+1
* refactor: Move existing code to generate report information on the threadpool...Justin Clark-Casey (justincc)2013-06-171-1/+62
* Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)2013-06-171-0/+32
* If OpenSimulator is writing a PID file and finds the file already present on ...Justin Clark-Casey (justincc)2013-04-091-0/+5
* Log same environment information to Robust log as is already done for simulat...Justin Clark-Casey (justincc)2013-03-141-0/+20
* Make "show threads" and "thread abort" console commands available on all serversJustin Clark-Casey (justincc)2012-11-231-0/+92
* Make "force gc" console command available across all serversJustin Clark-Casey (justincc)2012-11-231-0/+12
* Make "show version" console command available across all serversJustin Clark-Casey (justincc)2012-11-231-0/+7
* Factor out command script code.Justin Clark-Casey (justincc)2012-11-221-2/+50
* Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)2012-11-221-3/+137
* Factor out common pid file creation and removal code.Justin Clark-Casey (justincc)2012-11-221-5/+46
* Add "get log level" command - this returns the current server session console...Justin Clark-Casey (justincc)2012-11-221-19/+31
* Make "set log level" command available across all serversJustin Clark-Casey (justincc)2012-11-221-0/+31
* Make "show info" command available across all serversJustin Clark-Casey (justincc)2012-11-221-2/+182
* Factor out common registration of "show uptime" commandJustin Clark-Casey (justincc)2012-11-221-0/+12
* factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)2012-11-221-0/+50
* refactor: Factor out copy/pasted server uptime report codeJustin Clark-Casey (justincc)2012-11-221-0/+58