aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker12-83/+83
2016-11-22 close a resource on jobengine.close()UbitUmarov1-1/+2
2016-08-25watchdog timeouts: replace a silly List copy i added doing it a better wayUbitUmarov1-6/+10
2016-08-25 put back the console comand i remove since it is not a repetionUbitUmarov1-0/+7
2016-08-24 do similar changes to unused checksManagerUbitUmarov2-27/+21
2016-08-24 remove redundate console comand add, change stat deregisterUbitUmarov1-22/+14
2016-08-24 reduce unnecessary allocation of new itemsUbitUmarov1-13/+9
2016-05-12Fix crash due to setting Thread.name after thread start.Roger Kirkman1-2/+3
2016-04-07CR safari. Remove gratuitious CRs in some filesMelanie Thielker1-173/+173
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
2015-12-27Add locking around stats record fetch to resolve Mantis 7793.Robert Adams1-18/+21
2015-11-27 revert last change to watchdog timeouts, that should not be neededUbitUmarov1-26/+22
2015-11-27 change JobEngine stop code and add a extra check for thread removed on watch...UbitUmarov2-83/+73
2015-11-24If no job engine is started at all, keep checking it's status fromMelanie Thielker1-3/+2
2015-11-24try not to use Process.HasExit that is broken in some mono versionsUbitUmarov1-9/+12
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-09-10remove a avn thing before it gets into coreUbitUmarov1-11/+0
2015-09-06let extra stats travel side by side with viewers ones... try to fix damm arra...UbitUmarov1-9/+19
2015-09-05fix modifing m_threads on a foreach scanning itUbitUmarov1-1/+3
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-4/+4
2015-08-11Prevent a crash if "debug jobengine log" is entered without a log levelOren Hurvitz1-0/+6
2015-05-04Fixed a bug that would cause the sim extra stats reporter to fail in reportin...Steven Zielinski1-1/+1
2015-05-04Fixed vocabulary in a comment to match the code.Steven Zielinski1-1/+1
2015-05-01Fixed a bug that would cause the sim extra stats reporter to fail in reportin...Steven Zielinski1-1/+5
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-04-21Phase 2 additons with Frame Dilation metric.Robert Louden1-9/+10
2015-04-21Moved over metrics from previous OpenSim 0.8.0.3 repository (this new reposit...Glenn Martin1-0/+47
2015-02-25On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo...Justin Clark-Casey (justincc)1-2/+13
2015-02-18Abbreviate the stats by removing unneeded and redundant elements. Human reada...Melanie Thielker3-3/+68
2015-02-04Fix bug in JobEngine where an attempt to restart after stop would trigger an ...Justin Clark-Casey (justincc)1-1/+2
2015-01-12Add the missing deleted and re-added JobEngine class from the previous commit...Justin Clark-Casey (justincc)1-0/+329
2015-01-12Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)2-322/+74
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