Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -0/+26 | |
2013-02-20 | Add a method to IStatsCollector for returning stats as an OSDMap. | Robert Adams | 1 | -0/+26 | |
Extend implementors of IStatsCollector to return an OSDMap of stats. Update UserStatsCollector and AssetStatsCollector to return both string and OSDMap data (as well as console format). | |||||
2012-07-25 | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This better reflects the long-term purpose of that project and matches Monitoring modules. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2008-06-27 | dr scofield's warning safari: | Dr Scofield | 1 | -1/+1 | |
* commented out [Obsolete(....)] attributes where no replacement feature was available: if we want to attribute code that we think needs to be reworked, we should define a new attribute and use that instead (together with a little tool to retrieve all the attributed code then) * commenting out unused variables | |||||
2008-06-10 | * Add memory currently allocated to OpenSim to 'show stats' statistics | Justin Clarke Casey | 1 | -1/+1 | |
* This is the GC.GetTotalMemory() method, which I'm guessing does not include memory used by the VM (hence the memory usage reported in top on linux would be much higher) | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -14/+14 | |
2008-05-14 | * Refactor additional stats collection common code into base opensim server | Justin Clarke Casey | 1 | -1/+1 | |
* If extra stats not sent to the viewer are available on an opensim server, they are now uniformly accessible using the 'show stats' command | |||||
2008-05-14 | * Refactor: Renaming non viewer statistics classes from Reporters to ↵ | Justin Clarke Casey | 1 | -3/+3 | |
Collectors - this seems more intuitive | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -1/+0 | |
(this took a while to run). | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-03-04 | Added copyright heaaders. Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-02-04 | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 1 | -1/+1 | |
2008-01-30 | * Add 'asset not found' statistics to grid asset server stats | Justin Clarke Casey | 1 | -8/+23 | |
2008-01-30 | * Insert 'assets served per hour' speed to asset server stats | Justin Clarke Casey | 1 | -6/+15 | |
2008-01-28 | * Move AssetStatsReporter to Framework.Statistics | Justin Clarke Casey | 1 | -0/+0 | |
* The hooks are still plugged in too high at the asset server, but then next layer down is the database and this may be refactored soon. * This change will requires a prebuild | |||||
2008-01-23 | * Timer wants, ms, not secs! | Justin Clarke Casey | 1 | -1/+1 | |
* May also be another bug lurking | |||||
2008-01-23 | * Add very very very basic initial statistical information collection to ↵ | Justin Clarke Casey | 1 | -55/+46 | |
asset server * stats can be seen by typing stats on the asset server command line * Currently collecting only raw requests for today and yesterday * And I haven't yet tested the 24 hour rollover | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -3/+4 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -90/+90 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -4/+0 | |
* added some licensing info |