aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-09Remove useless executable bit that Windows adds.onefang7-0/+0
2019-11-20cosmeticsUbitUmarov2-25/+23
2019-10-22remove some more useless NULL argumentsUbitUmarov1-3/+3
2019-10-22remove some useless NULL argumentsUbitUmarov4-10/+10
2019-08-20Massive console refactor. Greatly simplify interface.Melanie4-17/+17
2019-06-04Warnings--onefang2-3/+3
2019-05-19Remove useless executable bit that Windows adds.onefang3-0/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang15-446/+558
2018-12-28now break several things at same time... sog/sop updates, threads options,...UbitUmarov1-52/+16
2018-12-03avoid a data copyUbitUmarov1-6/+3
2018-12-02stats heap allocation rate can negativeUbitUmarov1-10/+7
2018-07-14add a disabled logUbitUmarov1-0/+3
2018-01-24avoid some large unnecessary stringsUbitUmarov1-1/+1
2018-01-17pesty warningsUbitUmarov1-4/+0
2018-01-15shut up some pesty warningsUbitUmarov1-1/+1
2017-06-16 framework main thread pool is always active and in use ( even id hard to ↵UbitUmarov1-1/+7
catch) so show in on show stats. Disable ServerStatsCollector by default, since most don't use it, Adicionally it uses shared framework performance counters system that may be affected if a region crashs
2017-06-14main generic use JobEngine also does not need a permanent thread.. actually ↵UbitUmarov1-1/+1
doesn't even seem to be in use
2017-06-13make JobEngine be a workitem of mail pool (smartThread), with the option to ↵UbitUmarov1-48/+41
release thread after a idle time, so is free to do other service elsewhere
2017-06-13add option for Fireandforget not timeout (our access to main smartThreadPool)UbitUmarov1-5/+3
2017-06-09only silent remove threads from watch list if they stopped ( ie still ↵UbitUmarov1-4/+2
consider aborted etc )
2017-05-26missing file change.. actually use watchdog threads on assetsconnector andUbitUmarov1-2/+5
avoid null refs on JobEngine
2017-05-26change wrong watchdog stopped thread check code, and don't log itUbitUmarov1-3/+10
2017-05-25move assetsconnector threads to whatchdog; Abort all alive threads known to ↵UbitUmarov2-0/+25
watchdog before exit
2017-05-23 stop a few more threads on exitUbitUmarov1-1/+5
2017-02-01Secure sim stats with an (optional) password.Melanie Thielker1-0/+13
There is way too much in these stats to expose them to the world, at least for some of us.
2017-01-05Massive tab and trailing space cleanupMelanie Thielker12-83/+83
2016-11-22 close a resource on jobengine.close()UbitUmarov1-1/+2
2016-11-07Fix file execute permissions, coz Windows.David Walter Seikel3-0/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel19-175/+2442
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
Signed-off-by: Diva Canto <diva@metaverseink.com>
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
replace anymore.
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 ↵UbitUmarov2-83/+73
watchdog timeout checks
2015-11-24If no job engine is started at all, keep checking it's status fromMelanie Thielker1-3/+2
bombing
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
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
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 ↵UbitUmarov1-9/+19
array indexes all over the place
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
scenepresence)
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 ↵Steven Zielinski1-1/+1
reporting stats. The bug was caused by the current process threads which can return null references. Test Plan: Tested on windows using opensim standalone and the json stats. Reviewers: rlouden, ssirigam, clattin, martin, kboswell Reviewed By: rlouden, ssirigam, clattin, martin, kboswell Differential Revision: http://cr.irl.ucf.edu/D277