aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Fix cut-and-paste error that made StatsManager web fetch queriesRobert Adams1-1/+1
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)3-139/+224
2014-11-25Change jobengine logging command to "debug jobengine log <int>" rather than l...Justin Clark-Casey (justincc)1-7/+6
2014-11-25Move conditionals which control whether a task is placed in the JobEngine ins...Justin Clark-Casey (justincc)1-2/+37
2014-11-25If an exception makes it to the top of a JobEngine request, catch and log ins...Justin Clark-Casey (justincc)1-1/+10
2014-11-25Add loglevel to jobengine that can be controlled via "debug jobengine logleve...Justin Clark-Casey (justincc)1-6/+26
2014-11-25Temporarily add root agent rez attachments work to job engine if it is runnin...Justin Clark-Casey (justincc)1-4/+4
2014-11-25Add experimental job engine to see if queueing some existing async work durin...Justin Clark-Casey (justincc)2-0/+310
2014-09-26Fix long-lived thread name logging.Justin Clark-Casey (justincc)1-1/+1
2014-09-17Undo "Revert "Small changes to threading to send thread names to unmanaged th...BlueWall1-6/+7
2014-09-17Revert "Small changes to threading to send thread names to unmanaged threads....BlueWall1-7/+6
2014-09-17Small changes to threading to send thread names to unmanaged threads. Needs M...BlueWall1-6/+7
2014-09-09Make proper fix for last commit wrt Mantis 7317 by replacing disallowed c cha...Justin Clark-Casey (justincc)1-1/+1
2014-09-09For stat names containing periods, replace with '#' rather than throw exceptionJustin Clark-Casey (justincc)1-1/+2
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)1-11/+49
2014-08-13Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulatorJustin Clark-Casey (justincc)1-0/+3
2014-07-25Revert "Write UDP statistics to the log, not just the console (e.g., "show qu...Justin Clark-Casey (justincc)1-22/+31
2014-07-21minor: Limit processor related stats to 3 decimal places instead of all the p...Justin Clark-Casey (justincc)1-4/+4
2014-07-21Fix CPU processor use reporting on Mono.Justin Clark-Casey (justincc)1-10/+4
2014-07-21Write UDP statistics to the log, not just the console (e.g., "show queues")Oren Hurvitz1-31/+22
2014-07-08Fix issue with running "stats record start|stop" console commandJustin Clark-Casey (justincc)1-4/+4
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-03-21Add monitored thread last update times as stats in "show stats all"Justin Clark-Casey (justincc)1-0/+26
2014-03-19minor: Make "stats show" an alias for "show stats" command.Justin Clark-Casey (justincc)1-2/+10
2014-03-19Rename "debug stats record" command to "stats record" for consistency. Move ...Justin Clark-Casey (justincc)1-3/+3
2014-03-19Allow a snapshot of stats to be dumped to a file with a "stats save" commandJustin Clark-Casey (justincc)1-3/+46
2014-03-18Allow "show stats" console command to take a full stat name and display only ...Justin Clark-Casey (justincc)1-1/+23
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-3/+3
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-08-23minor: Correct typo on "debug stats record start" messageJustin Clark-Casey (justincc)1-1/+1
2013-08-17minor: remove mono compiler warning in StatsManagerJustin Clark-Casey (justincc)1-1/+1
2013-08-10Stats treaking. Update ToOSDMap for Stat and PercentageStat to returnRobert Adams4-150/+235
2013-08-08Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini.Robert Adams1-0/+6
2013-08-08Add a JSON web fetch of the statististics managed by StatsManager.Robert Adams1-0/+31
2013-08-06Add file missing from last commit 4c2f6deJustin Clark-Casey (justincc)1-0/+108
2013-08-06Add the experimental ability to dump stats (result of command "show stats all...Justin Clark-Casey (justincc)1-12/+40
2013-08-05Add checks monitoring framework to provide alerts if certain conditions do no...Justin Clark-Casey (justincc)4-3/+384
2013-07-29Make "abnormal thread terminations" into "ClientLogoutsDueToNoReceives" and a...Justin Clark-Casey (justincc)2-22/+68
2013-07-23Correct issue where the last instance of a sampled stat was shown 3x larger t...Justin Clark-Casey (justincc)1-1/+2
2013-07-23Improve spacing between data and units on console stats displayJustin Clark-Casey (justincc)1-3/+12
2013-07-23For stats which can show average change over time, show the last sample as we...Justin Clark-Casey (justincc)1-1/+11
2013-07-12Add ToOSDMap() overrides to the Stat subclass CounterStat.Robert Adams3-0/+88
2013-06-20Change "ObjectMemory" stat to "HeapMemory" to align with other stat names. A...Justin Clark-Casey (justincc)1-3/+3
2013-06-20Allow more than one stat category to be specified in "show stats"Justin Clark-Casey (justincc)1-30/+34
2013-06-20minor: Change "memory churn" terminology in statistics to "heap allocation ra...Justin Clark-Casey (justincc)3-14/+14
2013-06-20Fix minor bug where the check whether to display SmartThreadPool stats was ac...Justin Clark-Casey (justincc)1-1/+1
2013-06-20Make it possible to specify display of stats in a particular 'container' by s...Justin Clark-Casey (justincc)2-3/+17
2013-06-19Display existing statistic of how many http requests a server is making as se...Justin Clark-Casey (justincc)2-4/+22
2013-06-18minor: tidy up spacing if display a unit for additional stat informationJustin Clark-Casey (justincc)1-1/+1
2013-06-18Make number of inbound http requests handled available as a httpserver.<port>...Justin Clark-Casey (justincc)1-1/+6