aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make general server stats available on the robust console as well as the ↵Justin Clark-Casey (justincc)2013-06-171-339/+0
| | | | | | simulator console This means the "show stats" command is now active on the robust console.
* Fix server statistics always reporting zero for total network bytes in/out.Robert Adams2013-03-151-15/+26
| | | | Clean up some parameter code in Statistics.Binary.
* Streamline stat registration code in ServerStats. Remove most of theRobert Adams2013-02-241-160/+50
| | | | | usage of ProcessCounters which tend to fail oddly and are not supported everywhere.
* Addition of ServerStats shared region module which collects and registersRobert Adams2013-02-241-0/+438
| | | | server wide statistics (CPU%, network bytes sent, ...) with StatsManager.
* Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)2011-08-021-1/+1
| | | | This is not used for anything - appearances are always properties of objects with ids (ScenePresence, AgentCircuitData) and just has the potential to get out of sync when the appearance is cloned.
* Add experimental module to check status of services that the simulator is ↵Justin Clark-Casey (justincc)2011-07-131-0/+119
connected to. Currently disabled.