aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-30Updated phase 2 to have the changes originally done in phase 1 for the defaul...Steven Zielinski1-1/+1
2015-04-29Added in all metrics for Phase 1 except for Time Dilation.Steven Zielinski1-8/+115
2015-04-29Changed the 10 value to be a constant value inside of the Scene called m_Defa...Steven Zielinski1-1/+1
2015-04-28Changed the 10 value to be a constant value inside of the Scene called m_Defa...Steven Zielinski1-1/+1
2015-04-21Added in all metrics for Phase 1 except for Time Dilation.Steven Zielinski1-8/+115
2015-04-21Phase 2 additons with Frame Dilation metric.Robert Louden1-25/+27
2015-04-21Moved over metrics from previous OpenSim 0.8.0.3 repository (this new reposit...Glenn Martin1-13/+203
2014-11-25Improve frame time stability by taking a few unnecessary repeated calculation...Justin Clark-Casey (justincc)1-2/+2
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-1/+1
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-1/+1
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-1/+1
2013-05-14Eliminate race condition where SimStatsReporter starts reportingRobert Adams1-0/+3
2012-10-23Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th...Justin Clark-Casey (justincc)1-2/+4
2012-10-04Add generic PercentageStat.Justin Clark-Casey (justincc)1-1/+1
2012-10-04Add experimental "slow frames" stat, available in "show stats" and via the mo...Justin Clark-Casey (justincc)1-0/+33
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)1-1/+1
2012-06-05Scale down per frame MS stats to match scaled simulator FPS stat.Justin Clark-Casey (justincc)1-1/+1
2012-06-05Start sending spare frame time MS viewer stat. Make frame time correctly dis...Justin Clark-Casey (justincc)1-34/+78
2012-06-04Properly show per frame millisecond statistics per frame, not as amount of ti...Justin Clark-Casey (justincc)1-22/+41
2012-06-01Instead of updating sim stats root agent, child, objects and scripts accounts...Justin Clark-Casey (justincc)1-28/+14
2012-05-31Add an optional mechanism for physics modules to collect and return arbitrary...Justin Clark-Casey (justincc)1-5/+43
2012-03-06Remove unnecessary explicit ElapsedEventHandler in SimReporterJustin Clark-Casey (justincc)1-1/+1
2012-03-06Explictly close down the StatsReporter so that we can shutdown its timerJustin Clark-Casey (justincc)1-0/+6
2011-10-13Tie reported FPS correction factor into the minimum frame time rather than se...Justin Clark-Casey (justincc)1-3/+9
2011-10-13Move fps stat adjustment factor into field rather than hard-coded.Justin Clark-Casey (justincc)1-1/+12
2011-10-11Start recording object updates per second statistic (analogue of agent update...Justin Clark-Casey (justincc)1-0/+28
2011-10-10Add other region stats (total frame time, physics fps, etc.) currently missin...Justin Clark-Casey (justincc)1-1/+1
2011-10-10Convert getLastReportedSimFPS() and getLastReportedSimStats() into more idiom...Justin Clark-Casey (justincc)1-13/+13
2011-10-08Go back to lying that sim fps is 55 when it's actually locked at a maximum of...Justin Clark-Casey (justincc)1-2/+6
2011-10-06Instead of adding stat agentMS in all kinds of places, calculate it instead i...Justin Clark-Casey (justincc)1-6/+0
2011-10-05Make reported sim fps more accurate, in line with frame time msJustin Clark-Casey (justincc)1-16/+13
2010-10-22Make SImStatsReporter pick ObjectCapacity striaght out of region infoMelanie1-7/+3
2010-10-21Make SImStatsReporter pick ObjectCapacity striaght out of region infoMelanie1-7/+3
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-11/+11
2009-12-01* Test Autoconvert line ending on my repo..Teravus Ovares (Dan Olivares)1-1/+1
2009-12-01* Fix Inconsistent line ending style on SimStatsReporterTeravus Ovares (Dan Olivares)1-1/+1
2009-11-29* Patch from Misterblue to fix Environment.TickCount for statistics purposes....Teravus Ovares (Dan Olivares)1-1/+4
2009-11-27* Re-enable lightweight packet tracking stats on a 3000 ms interval.Teravus Ovares (Dan Olivares)1-5/+5
2009-11-26Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee1-0/+11
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-12Making SimStatsReporter a little more restrained in requesting the IEstateMod...diva1-1/+3
2009-04-03* refactor: Call StatsReporter methods directly rather than through Scene (as...Justin Clarke Casey1-3/+8
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-06* Added a way for the sim stats reporter to say to the scene that the stats a...Teravus Ovares1-4/+25
2009-01-03* Updates the sim stats module. Cleans out some of the rot.Teravus Ovares1-3/+10
2008-12-21* Re-implement packet tracking in IClientAPI so we can see what's going on in...Teravus Ovares1-0/+8
2008-10-16* Apply http://opensimulator.org/mantis/view.php?id=2405Justin Clarke Casey1-0/+12
2008-10-06* Stop the sim stats reporter reusing the same SimStatsPacket for all clientsJustin Clarke Casey1-24/+20