aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-04minor: Correct typo on "debug stats record start" messageJustin Clark-Casey (justincc)1-1/+1
2013-08-17minor: remove mono compiler warning in StatsManagerJustin Clark-Casey (justincc)1-1/+1
2013-08-10Stats treaking. Update ToOSDMap for Stat and PercentageStat to returnRobert Adams4-150/+235
2013-08-08Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini.Robert Adams1-0/+6
2013-08-08Add a JSON web fetch of the statististics managed by StatsManager.Robert Adams1-0/+31
2013-08-06Add file missing from last commit 4c2f6deJustin Clark-Casey (justincc)1-0/+108
2013-08-06Add the experimental ability to dump stats (result of command "show stats all...Justin Clark-Casey (justincc)1-12/+40
2013-08-05Add checks monitoring framework to provide alerts if certain conditions do no...Justin Clark-Casey (justincc)4-3/+384
2013-07-29Make "abnormal thread terminations" into "ClientLogoutsDueToNoReceives" and a...Justin Clark-Casey (justincc)2-22/+68
2013-07-23Correct issue where the last instance of a sampled stat was shown 3x larger t...Justin Clark-Casey (justincc)1-1/+2
2013-07-23Improve spacing between data and units on console stats displayJustin Clark-Casey (justincc)1-3/+12
2013-07-23For stats which can show average change over time, show the last sample as we...Justin Clark-Casey (justincc)1-1/+11
2013-07-12Add ToOSDMap() overrides to the Stat subclass CounterStat.Robert Adams3-0/+88
2013-06-20Change "ObjectMemory" stat to "HeapMemory" to align with other stat names. A...Justin Clark-Casey (justincc)1-3/+3
2013-06-20Allow more than one stat category to be specified in "show stats"Justin Clark-Casey (justincc)1-30/+34
2013-06-20minor: Change "memory churn" terminology in statistics to "heap allocation ra...Justin Clark-Casey (justincc)3-14/+14
2013-06-20Fix minor bug where the check whether to display SmartThreadPool stats was ac...Justin Clark-Casey (justincc)1-1/+1
2013-06-20Make it possible to specify display of stats in a particular 'container' by s...Justin Clark-Casey (justincc)2-3/+17
2013-06-19Display existing statistic of how many http requests a server is making as se...Justin Clark-Casey (justincc)2-4/+22
2013-06-18minor: tidy up spacing if display a unit for additional stat informationJustin Clark-Casey (justincc)1-1/+1
2013-06-18Make number of inbound http requests handled available as a httpserver.<port>...Justin Clark-Casey (justincc)1-1/+6
2013-06-18Fix issue where stat samples were accidentally static, so that any additional...Justin Clark-Casey (justincc)1-1/+1
2013-06-18If SmartThreadPool is active, display statistical information about it in "sh...Justin Clark-Casey (justincc)1-2/+13
2013-06-17Drop server level stats to debug instead of info.Justin Clark-Casey (justincc)1-1/+1
2013-06-17Add server stats for available builtin threadpool and iocp workersJustin Clark-Casey (justincc)1-0/+16
2013-06-17Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)2-32/+349
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-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