aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring/ServerStatsCollector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulatorJustin Clark-Casey (justincc)2014-08-131-0/+3
* minor: Limit processor related stats to 3 decimal places instead of all the p...Justin Clark-Casey (justincc)2014-07-211-4/+4
* Fix CPU processor use reporting on Mono.Justin Clark-Casey (justincc)2014-07-211-10/+4
* Change "ObjectMemory" stat to "HeapMemory" to align with other stat names. A...Justin Clark-Casey (justincc)2013-06-201-3/+3
* minor: Change "memory churn" terminology in statistics to "heap allocation ra...Justin Clark-Casey (justincc)2013-06-201-4/+4
* Fix minor bug where the check whether to display SmartThreadPool stats was ac...Justin Clark-Casey (justincc)2013-06-201-1/+1
* Display existing statistic of how many http requests a server is making as se...Justin Clark-Casey (justincc)2013-06-191-4/+17
* If SmartThreadPool is active, display statistical information about it in "sh...Justin Clark-Casey (justincc)2013-06-181-2/+13
* Drop server level stats to debug instead of info.Justin Clark-Casey (justincc)2013-06-171-1/+1
* Add server stats for available builtin threadpool and iocp workersJustin Clark-Casey (justincc)2013-06-171-0/+16
* Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)2013-06-171-0/+309