aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Remove useless executable bit that Windows adds.onefang1-0/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-320/+309
2016-11-07Fix file execute permissions, coz Windows.David Walter Seikel1-0/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-27/+232
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
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-1/+1
2008-08-18Formatting cleanup.Jeff Ames1-1/+1
2008-07-21Mantis#1798. Thank you kindly, StrawberryFride for a patch that:Charles Krinke1-1/+1
2008-07-15* Expose client statistics to the console via 'show stats'Justin Clarke Casey1-1/+4
2008-07-14Patch #9147Melanie Thielker1-3/+8
2008-05-16Formatting cleanup.Jeff Ames1-44/+44
2008-05-08* You can haz more spring cleaning.Adam Frisby1-5/+0
2008-05-01* Rolled back a few changes.Adam Frisby1-139/+135