aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-03-221-1/+3
|\
| * For the moment, disable the output of the 'scene' statistics in SimExtraStats...Robert Adams2013-03-191-1/+3
* | Merge branch 'master' into careminsterMelanie2013-02-263-217/+253
|\ \ | |/
| * Make StatsManager default output a little more readableRobert Adams2013-02-241-1/+1
| * Add EventHistogram.GetHistogramAsOSDMap that returns that parametersRobert Adams2013-02-241-211/+228
| * Modify StatsManager so console command "show stats category container"Robert Adams2013-02-241-5/+24
* | Merge branch 'master' into careminsterMelanie2013-02-228-6/+312
|\ \ | |/
| * Add a virtual ToOSDMap() function to Monitoring.Stat for futureRobert Adams2013-02-211-0/+16
| * Add CounterStat which is a wrapper for a counter stat but, becauseRobert Adams2013-02-212-1/+218
| * Add a method to IStatsCollector for returning stats as an OSDMap.Robert Adams2013-02-205-4/+77
| * Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
* | Merge branch 'master' into careminsterMelanie2013-02-152-22/+22
|\ \ | |/
| * Use SortedDictionary in StatsManager instead of regular Dictionary so stats w...Dan Lake2013-02-142-22/+22
* | Merge branch 'master' into careminsterMelanie2013-02-051-1/+1
|\ \ | |/
| * Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
| * revert accidental change to MemoryWatchdog stat calculation in previous b1b4687Justin Clark-Casey (justincc)2013-01-101-1/+1
| * Add "show script timers" command to show script timers. For debug purposes.Justin Clark-Casey (justincc)2013-01-101-1/+1
* | Merge branch 'master' into careminsterMelanie2012-11-174-157/+358
|\ \ | |/
| * refactor: Move stat classes out of StatManager and into their own files for c...Justin Clark-Casey (justincc)2012-11-163-260/+326
| * Add a first draft mechanism for the IncomingPacketsProcessedStat to show the ...Justin Clark-Casey (justincc)2012-11-162-4/+139
* | Merge branch 'master' into careminsterMelanie2012-11-151-4/+10
|\ \ | |/
| * Make PacketPool class stats pull stats instead of push stats so they can be l...Justin Clark-Casey (justincc)2012-11-151-4/+10
* | Merge branch 'master' into careminsterMelanie2012-11-151-0/+33
|\ \ | |/
| * A few more AssemblyInfos in a few more dlls.Diva Canto2012-11-141-0/+33
* | Merge branch 'master' into careminsterMelanie2012-10-231-18/+69
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-10-172-10/+23
|\ \ | |/
| * Add LastMemoryChurn stat using existing data so we can more quickly tell how ...Justin Clark-Casey (justincc)2012-10-162-2/+14
* | Merge branch 'master' into careminsterMelanie2012-10-123-26/+214
|\ \ | |/
| * Get Watchdog to log thread removalJustin Clark-Casey (justincc)2012-10-121-1/+19
| * 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-112-24/+185
* | Merge branch 'master' into careminsterMelanie2012-10-042-2/+156
|\ \ | |/
| * 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-042-2/+125
* | Merge branch 'master' into careminsterMelanie2012-08-181-1/+14
|\ \ | |/
| * When reporting a thread timeout, create a copy of the info rather than passin...Justin Clark-Casey (justincc)2012-08-181-1/+14
* | Merge branch 'master' into careminsterMelanie2012-08-161-5/+26
|\ \ | |/
| * Don't enable the thread watchdog until all regions are ready.Justin Clark-Casey (justincc)2012-08-151-5/+26
* | Merge branch 'master' into careminsterMelanie2012-07-282-12/+24
|/
* minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is ...Justin Clark-Casey (justincc)2012-07-271-1/+1
* Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2012-07-252-0/+463
* Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-257-0/+881