aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Monitoring/Monitors (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-10Add other region stats (total frame time, physics fps, etc.) currently ↵Justin Clark-Casey (justincc)13-12/+152
missing from MonitorModule Unlike the other 3 stats mechanisms, monitor data can be queried per individual region, which makes this useful. This doesn't affect an of the existing monitored stats.
2009-11-23Formatting cleanup.Jeff Ames12-12/+336
2009-11-02* Implemented some tweaks to monitoring module.Adam Frisby1-0/+34
* 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 Frisby11-0/+341
* 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.