Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | Add ToOSDMap() overrides to the Stat subclass CounterStat. | Robert Adams | 2013-07-12 | 3 | -0/+88 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Change "ObjectMemory" stat to "HeapMemory" to align with other stat names. A... | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | | | Allow more than one stat category to be specified in "show stats" | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -30/+34 | |
* | | | | | | | | | | | | | | | | minor: Change "memory churn" terminology in statistics to "heap allocation ra... | Justin Clark-Casey (justincc) | 2013-06-20 | 3 | -14/+14 | |
* | | | | | | | | | | | | | | | | Fix minor bug where the check whether to display SmartThreadPool stats was ac... | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Make it possible to specify display of stats in a particular 'container' by s... | Justin Clark-Casey (justincc) | 2013-06-20 | 2 | -3/+17 | |
* | | | | | | | | | | | | | | | | Display existing statistic of how many http requests a server is making as se... | Justin Clark-Casey (justincc) | 2013-06-19 | 2 | -4/+22 | |
* | | | | | | | | | | | | | | | | minor: tidy up spacing if display a unit for additional stat information | Justin Clark-Casey (justincc) | 2013-06-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Make number of inbound http requests handled available as a httpserver.<port>... | Justin Clark-Casey (justincc) | 2013-06-18 | 1 | -1/+6 | |
* | | | | | | | | | | | | | | | | Fix issue where stat samples were accidentally static, so that any additional... | Justin Clark-Casey (justincc) | 2013-06-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | If SmartThreadPool is active, display statistical information about it in "sh... | Justin Clark-Casey (justincc) | 2013-06-18 | 1 | -2/+13 | |
* | | | | | | | | | | | | | | | | Drop server level stats to debug instead of info. | Justin Clark-Casey (justincc) | 2013-06-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Add server stats for available builtin threadpool and iocp workers | Justin Clark-Casey (justincc) | 2013-06-17 | 1 | -0/+16 | |
* | | | | | | | | | | | | | | | | Make general server stats available on the robust console as well as the simu... | Justin Clark-Casey (justincc) | 2013-06-17 | 2 | -32/+349 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | For the moment, disable the output of the 'scene' statistics in SimExtraStats... | Robert Adams | 2013-03-19 | 1 | -1/+3 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Make StatsManager default output a little more readable | Robert Adams | 2013-02-24 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Add EventHistogram.GetHistogramAsOSDMap that returns that parameters | Robert Adams | 2013-02-24 | 1 | -211/+228 | |
* | | | | | | | | | | | | | | Modify StatsManager so console command "show stats category container" | Robert Adams | 2013-02-24 | 1 | -5/+24 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Add a virtual ToOSDMap() function to Monitoring.Stat for future | Robert Adams | 2013-02-21 | 1 | -0/+16 | |
* | | | | | | | | | | | | | Add CounterStat which is a wrapper for a counter stat but, because | Robert Adams | 2013-02-21 | 2 | -1/+218 | |
* | | | | | | | | | | | | | Add a method to IStatsCollector for returning stats as an OSDMap. | Robert Adams | 2013-02-20 | 5 | -4/+77 | |
* | | | | | | | | | | | | | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Use SortedDictionary in StatsManager instead of regular Dictionary so stats w... | Dan Lake | 2013-02-14 | 2 | -22/+22 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -1/+1 | |
* | | | | | | | | | | | revert accidental change to MemoryWatchdog stat calculation in previous b1b4687 | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -1/+1 | |
* | | | | | | | | | | | Add "show script timers" command to show script timers. For debug purposes. | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | refactor: Move stat classes out of StatManager and into their own files for c... | Justin Clark-Casey (justincc) | 2012-11-16 | 3 | -260/+326 | |
* | | | | | | | | | | Add a first draft mechanism for the IncomingPacketsProcessedStat to show the ... | Justin Clark-Casey (justincc) | 2012-11-16 | 2 | -4/+139 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Make PacketPool class stats pull stats instead of push stats so they can be l... | Justin Clark-Casey (justincc) | 2012-11-15 | 1 | -4/+10 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | A few more AssemblyInfos in a few more dlls. | Diva Canto | 2012-11-14 | 1 | -0/+33 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Make it possible to turn the base UDP object packet pools on and off whilst r... | Justin Clark-Casey (justincc) | 2012-10-23 | 1 | -13/+1 | |
* | | | | | | | Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th... | Justin Clark-Casey (justincc) | 2012-10-23 | 1 | -6/+69 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Add LastMemoryChurn stat using existing data so we can more quickly tell how ... | Justin Clark-Casey (justincc) | 2012-10-16 | 2 | -2/+14 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Get Watchdog to log thread removal | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -1/+19 | |
* | | | | | Fix percentage stats to multiply by 100. Adjust container name for packetpoo... | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -2/+2 | |
* | | | | | Fix build break by moving OpenSim.Framework.Console back below HttpServer in ... | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -2/+1 | |
* | | | | | Fix packetpool for ImprovedTerseObjectUpdate packets. | Justin Clark-Casey (justincc) | 2012-10-11 | 1 | -3/+13 | |
* | | | | | Extend "show stats" command to "show stats [list|all|<category name>]" | Justin Clark-Casey (justincc) | 2012-10-11 | 2 | -24/+185 | |
| |_|_|/ |/| | | | ||||||
* | | | | Add generic PercentageStat. | Justin Clark-Casey (justincc) | 2012-10-04 | 1 | -2/+33 | |
* | | | | Add experimental "slow frames" stat, available in "show stats" and via the mo... | Justin Clark-Casey (justincc) | 2012-10-04 | 2 | -2/+125 | |
| |_|/ |/| | | ||||||
* | | | When reporting a thread timeout, create a copy of the info rather than passin... | Justin Clark-Casey (justincc) | 2012-08-18 | 1 | -1/+14 | |
| |/ |/| | ||||||
* | | Don't enable the thread watchdog until all regions are ready. | Justin Clark-Casey (justincc) | 2012-08-15 | 1 | -5/+26 | |
|/ | ||||||
* | minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is ... | Justin Clark-Casey (justincc) | 2012-07-27 | 1 | -1/+1 | |
* | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi... | Justin Clark-Casey (justincc) | 2012-07-25 | 2 | -0/+463 | |
* | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 2012-07-25 | 7 | -0/+881 |