| Commit message (Expand) | Author | Age | Files | Lines |
* | minor: remove mono compiler warning in StatsManager | Justin Clark-Casey (justincc) | 2013-08-17 | 1 | -1/+1 |
* | Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini. | Robert Adams | 2013-08-08 | 1 | -0/+6 |
* | Add a JSON web fetch of the statististics managed by StatsManager. | Robert Adams | 2013-08-08 | 1 | -0/+31 |
* | Add the experimental ability to dump stats (result of command "show stats all... | Justin Clark-Casey (justincc) | 2013-08-06 | 1 | -12/+40 |
* | Add checks monitoring framework to provide alerts if certain conditions do no... | Justin Clark-Casey (justincc) | 2013-08-05 | 1 | -3/+3 |
* | Make "abnormal thread terminations" into "ClientLogoutsDueToNoReceives" and a... | Justin Clark-Casey (justincc) | 2013-07-29 | 1 | -5/+60 |
* | Add ToOSDMap() overrides to the Stat subclass CounterStat. | Robert Adams | 2013-07-12 | 1 | -0/+66 |
* | Allow more than one stat category to be specified in "show stats" | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -30/+34 |
* | Make it possible to specify display of stats in a particular 'container' by s... | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -3/+9 |
* | Make general server stats available on the robust console as well as the simu... | Justin Clark-Casey (justincc) | 2013-06-17 | 1 | -32/+40 |
* | Modify StatsManager so console command "show stats category container" | Robert Adams | 2013-02-24 | 1 | -5/+24 |
* | Use SortedDictionary in StatsManager instead of regular Dictionary so stats w... | Dan Lake | 2013-02-14 | 1 | -20/+20 |
* | refactor: Move stat classes out of StatManager and into their own files for c... | Justin Clark-Casey (justincc) | 2012-11-16 | 1 | -260/+0 |
* | Add a first draft mechanism for the IncomingPacketsProcessedStat to show the ... | Justin Clark-Casey (justincc) | 2012-11-16 | 1 | -3/+136 |
* | Make PacketPool class stats pull stats instead of push stats so they can be l... | Justin Clark-Casey (justincc) | 2012-11-15 | 1 | -4/+10 |
* | Make it possible to turn the base UDP object packet pools on and off whilst r... | Justin Clark-Casey (justincc) | 2012-10-23 | 1 | -13/+1 |
* | Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th... | Justin Clark-Casey (justincc) | 2012-10-23 | 1 | -6/+69 |
* | Fix percentage stats to multiply by 100. Adjust container name for packetpoo... | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -2/+2 |
* | Fix build break by moving OpenSim.Framework.Console back below HttpServer in ... | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -2/+1 |
* | Fix packetpool for ImprovedTerseObjectUpdate packets. | Justin Clark-Casey (justincc) | 2012-10-11 | 1 | -3/+13 |
* | Extend "show stats" command to "show stats [list|all|<category name>]" | Justin Clark-Casey (justincc) | 2012-10-11 | 1 | -19/+174 |
* | Add generic PercentageStat. | Justin Clark-Casey (justincc) | 2012-10-04 | 1 | -2/+33 |
* | Add experimental "slow frames" stat, available in "show stats" and via the mo... | Justin Clark-Casey (justincc) | 2012-10-04 | 1 | -0/+114 |
* | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 2012-07-25 | 1 | -0/+65 |