aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-19For the moment, disable the output of the 'scene' statistics in SimExtraStats...Robert Adams1-1/+3
2013-02-24Make StatsManager default output a little more readableRobert Adams1-1/+1
2013-02-24Add EventHistogram.GetHistogramAsOSDMap that returns that parametersRobert Adams1-211/+228
2013-02-24Modify StatsManager so console command "show stats category container"Robert Adams1-5/+24
2013-02-21Add a virtual ToOSDMap() function to Monitoring.Stat for futureRobert Adams1-0/+16
2013-02-21Add CounterStat which is a wrapper for a counter stat but, becauseRobert Adams2-1/+218
2013-02-20Add a method to IStatsCollector for returning stats as an OSDMap.Robert Adams5-4/+77
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-14Use SortedDictionary in StatsManager instead of regular Dictionary so stats w...Dan Lake2-22/+22
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2013-01-10revert accidental change to MemoryWatchdog stat calculation in previous b1b4687Justin Clark-Casey (justincc)1-1/+1
2013-01-10Add "show script timers" command to show script timers. For debug purposes.Justin Clark-Casey (justincc)1-1/+1
2012-11-16refactor: Move stat classes out of StatManager and into their own files for c...Justin Clark-Casey (justincc)3-260/+326
2012-11-16Add a first draft mechanism for the IncomingPacketsProcessedStat to show the ...Justin Clark-Casey (justincc)2-4/+139
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus5-433/+14
2012-11-15Make PacketPool class stats pull stats instead of push stats so they can be l...Justin Clark-Casey (justincc)1-4/+10
2012-11-14A few more AssemblyInfos in a few more dlls.Diva Canto1-0/+33
2012-10-23Make it possible to turn the base UDP object packet pools on and off whilst r...Justin Clark-Casey (justincc)1-13/+1
2012-10-23Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th...Justin Clark-Casey (justincc)1-6/+69
2012-10-16Add LastMemoryChurn stat using existing data so we can more quickly tell how ...Justin Clark-Casey (justincc)2-2/+14
2012-10-12Get Watchdog to log thread removalJustin Clark-Casey (justincc)1-1/+19
2012-10-12Fix percentage stats to multiply by 100. Adjust container name for packetpoo...Justin Clark-Casey (justincc)1-2/+2
2012-10-12Fix build break by moving OpenSim.Framework.Console back below HttpServer in ...Justin Clark-Casey (justincc)1-2/+1
2012-10-11Fix packetpool for ImprovedTerseObjectUpdate packets.Justin Clark-Casey (justincc)1-3/+13
2012-10-11Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)2-24/+185
2012-10-04Add generic PercentageStat.Justin Clark-Casey (justincc)1-2/+33
2012-10-04Add experimental "slow frames" stat, available in "show stats" and via the mo...Justin Clark-Casey (justincc)2-2/+125
2012-08-18When reporting a thread timeout, create a copy of the info rather than passin...Justin Clark-Casey (justincc)1-1/+14
2012-08-15Don't enable the thread watchdog until all regions are ready.Justin Clark-Casey (justincc)1-5/+26
2012-07-27minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is ...Justin Clark-Casey (justincc)1-1/+1
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2-0/+463
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)7-0/+881