aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring/ServerStatsCollector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* framework main thread pool is always active and in use ( even id hard to cat...UbitUmarov2017-06-161-1/+7
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-13/+13
* bad merge?UbitUmarov2015-09-011-0/+43
|\
| * Abbreviate the stats by removing unneeded and redundant elements. Human reada...Melanie Thielker2015-02-181-0/+43
* | 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