| Commit message (Expand) | Author | Age | Files | Lines |
* | Make StatsManager default output a little more readable | Robert Adams | 2013-02-24 | 1 | -1/+1 |
* | Add EventHistogram.GetHistogramAsOSDMap that returns that parameters | Robert Adams | 2013-02-24 | 1 | -211/+228 |
* | Modify StatsManager so console command "show stats category container" | Robert Adams | 2013-02-24 | 1 | -5/+24 |
* | Add a virtual ToOSDMap() function to Monitoring.Stat for future | Robert Adams | 2013-02-21 | 1 | -0/+16 |
* | Add CounterStat which is a wrapper for a counter stat but, because | Robert Adams | 2013-02-21 | 2 | -1/+218 |
* | Add a method to IStatsCollector for returning stats as an OSDMap. | Robert Adams | 2013-02-20 | 5 | -4/+77 |
* | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 |
* | Use SortedDictionary in StatsManager instead of regular Dictionary so stats w... | Dan Lake | 2013-02-14 | 2 | -22/+22 |
* | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -1/+1 |
* | revert accidental change to MemoryWatchdog stat calculation in previous b1b4687 | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -1/+1 |
* | Add "show script timers" command to show script timers. For debug purposes. | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -1/+1 |
* | refactor: Move stat classes out of StatManager and into their own files for c... | Justin Clark-Casey (justincc) | 2012-11-16 | 3 | -260/+326 |
* | Add a first draft mechanism for the IncomingPacketsProcessedStat to show the ... | Justin Clark-Casey (justincc) | 2012-11-16 | 2 | -4/+139 |
* | 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 |
* | A few more AssemblyInfos in a few more dlls. | Diva Canto | 2012-11-14 | 1 | -0/+33 |
* | 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 |
* | Add LastMemoryChurn stat using existing data so we can more quickly tell how ... | Justin Clark-Casey (justincc) | 2012-10-16 | 2 | -2/+14 |
* | Get Watchdog to log thread removal | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -1/+19 |
* | 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 | 2 | -24/+185 |
* | 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 | 2 | -2/+125 |
* | When reporting a thread timeout, create a copy of the info rather than passin... | Justin Clark-Casey (justincc) | 2012-08-18 | 1 | -1/+14 |
* | Don't enable the thread watchdog until all regions are ready. | Justin Clark-Casey (justincc) | 2012-08-15 | 1 | -5/+26 |
* | minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is ... | Justin Clark-Casey (justincc) | 2012-07-27 | 1 | -1/+1 |
* | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi... | Justin Clark-Casey (justincc) | 2012-07-25 | 2 | -0/+463 |
* | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 2012-07-25 | 7 | -0/+881 |