aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Monitoring (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-61/+42
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-42/+61
Signed-off-by: Melanie <melanie@t-data.com>
2010-01-16Let monitor data be requested using either the short form of the name or theMelanie1-1/+4
full, namespace qualified version.
2010-01-16Shorten the names of the tags in monitorstats summary to the immediate typeMelanie1-1/+5
name sans namespace. Needs adjustment of scripts using these!. Request my name still uses full namespace path.
2009-11-23Formatting cleanup.Jeff Ames16-17/+449
2009-11-12* Added some new syntax options for the Monitor Module's HTTP poll.Adam Frisby1-0/+30
2009-11-11* Added HTTP polling for Statistics Monitor Module (access via ↵Adam Frisby1-1/+24
http://sim.com:httpport/monitorstats/regionUUID/) * Returns simple formatted XML document containing statistical data on the current sim. * Example: <data> <AgentCountMonitor>5.0000</AgentCountMonitor> ... </data>
2009-11-02* Committing missing file from last commit.Adam Frisby1-0/+13
2009-11-02* Implemented some tweaks to monitoring module.Adam Frisby3-1/+95
* Output is prettier & more useful. * Added 'Alerts' to allow rules to be constructed using Monitors to detect for events such as deadlocks. This will be translated to SNMP Traps when I get SNMP implemented.
2009-11-01* Implements new 'Monitoring' system for reporting performance.Adam Frisby13-0/+420
* Mostly the same set as the StatsMonitor used for Viewer notification, but exposes some new frametimes - including EventMS, PhysicsUpdateMS, LandUpdateMS; new memory monitoring - both GC.TotalMemory and Process.PrivateWorkingMemory64; also exposes ThreadCount (using System.Diagnostics.Process) * Type 'monitor report' on the console to see output. * SNMP Implementation forthcoming.