aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Monitoring (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-61/+42
| | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
* Updates all IRegionModules to the new style region modules.Revolution2010-01-231-42/+61
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Let monitor data be requested using either the short form of the name or theMelanie2010-01-161-1/+4
| | | | full, namespace qualified version.
* Shorten the names of the tags in monitorstats summary to the immediate typeMelanie2010-01-161-1/+5
| | | | | name sans namespace. Needs adjustment of scripts using these!. Request my name still uses full namespace path.
* Formatting cleanup.Jeff Ames2009-11-2316-17/+449
|
* * Added some new syntax options for the Monitor Module's HTTP poll.Adam Frisby2009-11-121-0/+30
|
* * Added HTTP polling for Statistics Monitor Module (access via ↵Adam Frisby2009-11-111-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>
* * Committing missing file from last commit.Adam Frisby2009-11-021-0/+13
|
* * Implemented some tweaks to monitoring module.Adam Frisby2009-11-023-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.
* * Implements new 'Monitoring' system for reporting performance.Adam Frisby2009-11-0113-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.