aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring/StatsManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove a avn thing before it gets into coreUbitUmarov2015-09-101-11/+0
* bad merge?UbitUmarov2015-09-011-2/+13
|\
| * Abbreviate the stats by removing unneeded and redundant elements. Human reada...Melanie Thielker2015-02-181-2/+13
* | Fix cut-and-paste error that made StatsManager web fetch queriesRobert Adams2015-01-011-1/+1
* | Revert "Write UDP statistics to the log, not just the console (e.g., "show qu...Justin Clark-Casey (justincc)2014-07-251-22/+31
* | Write UDP statistics to the log, not just the console (e.g., "show queues")Oren Hurvitz2014-07-211-31/+22
* | minor: Make "stats show" an alias for "show stats" command.Justin Clark-Casey (justincc)2014-03-191-2/+10
* | Allow "show stats" console command to take a full stat name and display only ...Justin Clark-Casey (justincc)2014-03-181-1/+23
|/
* minor: remove mono compiler warning in StatsManagerJustin Clark-Casey (justincc)2013-08-171-1/+1
* Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini.Robert Adams2013-08-081-0/+6
* Add a JSON web fetch of the statististics managed by StatsManager.Robert Adams2013-08-081-0/+31
* Add the experimental ability to dump stats (result of command "show stats all...Justin Clark-Casey (justincc)2013-08-061-12/+40
* Add checks monitoring framework to provide alerts if certain conditions do no...Justin Clark-Casey (justincc)2013-08-051-3/+3
* Make "abnormal thread terminations" into "ClientLogoutsDueToNoReceives" and a...Justin Clark-Casey (justincc)2013-07-291-5/+60
* Add ToOSDMap() overrides to the Stat subclass CounterStat.Robert Adams2013-07-121-0/+66
* Allow more than one stat category to be specified in "show stats"Justin Clark-Casey (justincc)2013-06-201-30/+34
* Make it possible to specify display of stats in a particular 'container' by s...Justin Clark-Casey (justincc)2013-06-201-3/+9
* Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)2013-06-171-32/+40
* Modify StatsManager so console command "show stats category container"Robert Adams2013-02-241-5/+24
* Use SortedDictionary in StatsManager instead of regular Dictionary so stats w...Dan Lake2013-02-141-20/+20
* refactor: Move stat classes out of StatManager and into their own files for c...Justin Clark-Casey (justincc)2012-11-161-260/+0
* Add a first draft mechanism for the IncomingPacketsProcessedStat to show the ...Justin Clark-Casey (justincc)2012-11-161-3/+136
* Make PacketPool class stats pull stats instead of push stats so they can be l...Justin Clark-Casey (justincc)2012-11-151-4/+10
* Make it possible to turn the base UDP object packet pools on and off whilst r...Justin Clark-Casey (justincc)2012-10-231-13/+1
* Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th...Justin Clark-Casey (justincc)2012-10-231-6/+69
* Fix percentage stats to multiply by 100. Adjust container name for packetpoo...Justin Clark-Casey (justincc)2012-10-121-2/+2
* Fix build break by moving OpenSim.Framework.Console back below HttpServer in ...Justin Clark-Casey (justincc)2012-10-121-2/+1
* Fix packetpool for ImprovedTerseObjectUpdate packets.Justin Clark-Casey (justincc)2012-10-111-3/+13
* Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)2012-10-111-19/+174
* Add generic PercentageStat.Justin Clark-Casey (justincc)2012-10-041-2/+33
* Add experimental "slow frames" stat, available in "show stats" and via the mo...Justin Clark-Casey (justincc)2012-10-041-0/+114
* Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-251-0/+65