MRTGStatsDispatcher.java

Diff Revision Date Message Lines Author Branch
1.39 11 Feb 11

- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install

+80 -71 Patrick Brunner MAIN
1.38 11 Feb 11

- checkstyle configuration ... ... [X] organizing import - smoke test passed: mvn clean package install

+1 -1 Patrick Brunner MAIN
1.37 11 Feb 11

- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install

+113 -117 Patrick Brunner MAIN
1.36 06 May 10

get rid of corespring factory call in MetgStatsDispatcher

+11 -19 schnider MAIN
1.35 27 Mar 10

OLAT-4632 CodeReview and Commit always adapt the BaseSecurityManager.getIdentitiesByPowerSearch.. It is not an option to filter in java the result of the getIdentitiesByPowerSearch. Even if this leads to a bigger changeset. thanks to BPS providing this feature

+1 -1 Patrick Brunner MAIN
1.34 15 Mar 10

config and startup refactoring to spring only

+7 -7 schnider MAIN
1.33 19 Nov 09

OLAT-4635: removing unused jars and solving transient dependency issues

+1 -2 schnider MAIN
1.32 22 Apr 09

merged branch-OLAT-HEAD-UZH-3892 into MAIN branch (note: this is already merged into 6-1-1 branch)

+173 -1 eglis MAIN
1.31 10 Mar 09

OLAT-3892: debugging removed

-9 eglis MAIN
1.30 10 Mar 09

OLAT-3892: debugging

+9 eglis MAIN
1.29 10 Mar 09

wording

+2 -2 eglis MAIN
1.28 10 Mar 09

OLAT-3892: stacktraces replaced with a less dramatic logInfo

+2 -2 eglis MAIN
1.27 10 Mar 09

logwarn-thresholds defined for all 4 probes

+5 eglis MAIN
1.26 09 Mar 09

OLAT-3892: dbQuery list stats typo

+2 -2 eglis MAIN
1.25 09 Mar 09

OLAT-3892: dbQuery list stats added

+30 -2 eglis MAIN
1.24 09 Mar 09

OLAT-3892: jms delivery stats added and a 2nd doInSync variant - plus split all up in avg, max, num

+120 -41 eglis MAIN
1.23 09 Mar 09

OLAT-3892: doInSync and dispatch stats changed: not returning -1 values if no requests since last call

+24 -4 eglis MAIN
1.22 09 Mar 09

OLAT-3892: doInSync and dispatch stats changed: first value is max since last call, second value is avg since last call

+10 -4 eglis MAIN
1.21 06 Mar 09

OLAT-3892: adding 'doInSync' statistics using codepoints - enables codepoints by default!

+18 eglis MAIN
1.20 06 Mar 09

OLAT-3892: adding 'dispatch' statistics using codepoints - enables codepoints by default!

+1 -1 eglis MAIN
1.19 06 Mar 09

OLAT-3892: adding 'dispatch' statistics using codepoints - enables codepoints by default!

+37 -1 eglis MAIN
1.18 17 Sep 08

OLAT-3466: removed OLATContext from olat_config.xml and moved to Spring stuff

+18 -18 schnider MAIN
1.17 25 Aug 08

OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004"

+1 -1 Alexander Schneider MAIN
1.16 16 Apr 08

OLAT-3029: enhanced mrtg-statistics to view users logged in since day/week/month/6 months or a specified date

+51 -1 rhaag MAIN
1.15 07 Jan 08

OLAT-2434 Merging BPS Custom Fields branch (AKA User Properties) to HEAD. Cleaning up of locales and other issues directly on HEAD.

+1 -1 gnaegi MAIN
1.14 07 Sep 07

merge 2433-BRANCH into HEAD (final step)

+2 -2 Patrick Brunner MAIN
1.13 19 Jul 07

OLAT-2435 Added configurable OR or AND join support in security manager powersearch method and fixed ajax user search to find users not only by lastname but also by login, firstname, email, instemail and instid

+1 -1 gnaegi MAIN
1.12 19 Jul 07

olat-2143: clean up IM stuff

+2 -1 schnider MAIN
1.11 28 Jun 07

OLAT-2074 - removed supernumerous "\n", leads to errors in olatdata/logs/monitoring.log

+2 -2 Alexander Schneider MAIN
1.10 27 Jun 07

OLAT-2074 - removed supernumerous "\n", leads to the error in olatdata/logs/monitoring.log - the currentErrorCount is never less than the lastErrorCount, so the errorDifference can not be less than 0. removing the if-block (errorDifference < 0)

+2 -4 Alexander Schneider MAIN
1.9 11 Jun 07

OLAT-2316: Work in progress,Remove logon-denied security group.

+2 -2 guretzki MAIN
1.8 08 May 07

OLAT-2298 fixing thread count to show only http processors and not all VM threads

+13 -2 gnaegi MAIN
1.7 27 Feb 07

OLAT-2170 Adding support to monitor user accounts and courses

+28 -1 gnaegi MAIN
1.6 29 Jan 07

OLAT-2074 fixing wrong calculation of error number statistic

+1 -1 gnaegi MAIN
1.5 22 Jan 07

OLAT-2074 Adding monitoring for VM memory, threads and error messages. Includes new index page that allows configuration which monitoring values should be displayed.

+56 -3 gnaegi MAIN
1.4 28 Nov 06

olat-1965 merge from branch to head

+2 -2 fjost MAIN
1.3 29 Sep 06

OLAT-1796 update to apache 2.0 license boiler plate

+20 -12 Patrick Brunner MAIN
1.2 16 Jun 06

OLAT-1509 Main benefit of this refactoring: - resolve depenendicies of FullChiefController to InstantMessaging - add facility to inject any SpringController into the upper right corner and the footer place - remove parts (90%) of olat.core's dependencies to the org.olat.xxx - introduction of a SpringController, a controller instantiatiable by spring, neede was a init(Ureq, WControl) method which must be overriden by the implementor. - spring used to register path - handlers / dispatchers - spring used to inject a controller for the place in the rigth upper corner of the fullchiefcontroller -> e.g. instant messaging, print, logout, help links are no longer provided by the olat.core They come from the surrounding webapplication instead. - spring used to inject a controller for the footer's place - Requests for the MRTG and setting a maintenance message via http request and token are wrapped by a Dispatcher - setting the maintenance message is no longer done be looping over all controllers, it broadcasted over a channel to the connected FullChiefControllers - the Version.java is an interface now, and injected via spring. If the surrounding webapplication does not provide a Version the Version of the olat.core is used. -moving around some language keys, as some methods and classes have been moved around.

+118 Patrick Brunner MAIN
1.1 14 Jun 06

file MRTGStatsDispatcher.java was initially added on branch OLAT-HEAD-JGS_UNIZH-1509_pbwork.

deleted Patrick Brunner MAIN
1.2.6.1 29 Jun 06

OLAT-1530: Merge HEAD into BRANCH-1530

Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.2.2.1 19 Jun 06

OLAT-1562:Merge HEAD into Branch.

guretzki OLAT-4_2_0-UNIZH-1562
1.2.10.1 21 Jul 06

merges from HEAD

gnaegi OLAT-4_2_0-goodsolutions-1232
1.2.22.1 10 Oct 06

MERGE HEAD TO BRANCH 5.0.x prepare for 5.0.1

+20 -12 Patrick Brunner OLAT-5_0_x-BRANCH
1.3.4.1 16 Nov 06

OLAT-1965

+2 -2 fjost OLAT-5_0_y-BRANCH
1.3.6.2 30 Jan 07

merge Head to Branch ( target: HEAD common source: mergeHeadTo1879_1 )

+57 -4 Patrick Brunner OLAT-5_1_0-BPS-1879
1.3.6.1 12 Dec 06

merge head into branch

+2 -2 leberle OLAT-5_1_0-BPS-1879
1.3.10.1 12 Dec 06

merge head into branch

+2 -2 leberle OLAT-5_1_0-BPS-1914
1.5.2.1 29 Jan 07

OLAT-2074 fixing wrong calculation of error number statistic

+1 -1 gnaegi OLAT-5_1_x-BRANCH
1.16.2.1 20 Aug 08

OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004"

+1 -1 Alexander Schneider OLAT-6_0_x-BRANCH
1.31.4.1 18 Mar 09

OLAT-3892: merged from OLAT-HEAD-UZH-3892

+173 -1 eglis OLAT-6_1_x-BRANCH
1.17.2.1 25 Sep 08

OLAT-1229: mostly only updates to stay in sync with the HEAD extended logging from HEAD calls to new api in this branch updated file to generate reporting table updated file to generate postgresql-database in general

+18 -18 blaw OLAT-HEAD-BPS-1229
1.2.16.2 15 Jun 07

OLAT-1595 : mergeOLAT-5_1_xToBranch

+58 -5 ikroll OLAT-HEAD-BPS-1595
1.2.16.1 05 Oct 06

http://bugs.olat.org/jira/browse/OLAT-1595 OLAT-1595: Merge HEAD into BRANCH (work in progress)

+20 -12 ikroll OLAT-HEAD-BPS-1595
1.3.8.4 06 Jan 08

OLAT-2434 Merging HEAD to CF branch, adding database migration script. There are some classes I had to patch in the core to make this branch work, I will commit them directly to HEAD when merging the branch back to HEAD, so this branch will not compile out of the box.

+2 -2 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.3.8.3 19 Jul 07

OLAT-2434 BPS-CF update branch to current HEAD development after fixing power search method and ajax user search

+3 -2 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.3.8.2 18 Jul 07

OLAT-2434 BPS-CF update branch to current HEAD development after user delete state refactoring

+1 -1 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.3.8.1 17 Jul 07

OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes

+93 -4 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.18.4.2 18 May 09

OLAT-3766 cpeditor: Update BRANCH from HEAD

+173 -1 gwassmann OLAT-HEAD-FRENTIX-3766-CPEDITOR
1.18.4.1 23 Apr 09

OLAT-3766 Update IMS CP Branch to HEAD

+193 -1 gnaegi OLAT-HEAD-FRENTIX-3766-CPEDITOR
1.31.8.1 10 Jun 09

OLAT-3946 podcast: merge from head and some other changes

+173 -1 gwassmann OLAT-HEAD-FRENTIX-3946-Podcast
1.2.8.1 03 Nov 06

Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD

+20 -12 gnaegi OLAT-HEAD-JGS-1577
1.1.2.1 14 Jun 06

work in progress

+118 Patrick Brunner OLAT-HEAD-JGS_UNIZH-1509_pbwork
1.10.2.2 19 Jul 07

OLAT-2385 - forth time merge MAIN HEAD with the OLAT-HEAD-UZH-2385 BRANCH (common base version is Temp_lavinia_1, merged with Temp_lavinia_2, where Temp_lavinia_2 is the latest tag on MAIN HEAD)

+2 -1 lavinia OLAT-HEAD-UZH-2385
1.10.2.1 02 Jul 07

First time merge MAIN HEAD to Branch OLAT-HEAD-UZH-2385, where common starting point is Root-OLAT-HEAD-UZH-2385

+2 -2 lavinia OLAT-HEAD-UZH-2385
1.31.2.10 18 Mar 09

OLAT-3892: reset added

+2 -1 eglis OLAT-HEAD-UZH-3892
1.31.2.9 18 Mar 09

OLAT-3892: detailed stats about 'the rest'

+40 eglis OLAT-HEAD-UZH-3892
1.31.2.8 18 Mar 09

OLAT-3892: complementary table 'THEREST' introduced

+10 eglis OLAT-HEAD-UZH-3892
1.31.2.7 18 Mar 09

OLAT-3892: complementary table 'THEREST' introduced

+1 -1 eglis OLAT-HEAD-UZH-3892
1.31.2.6 18 Mar 09

OLAT-3892: forgot to reset

+6 eglis OLAT-HEAD-UZH-3892
1.31.2.5 18 Mar 09

OLAT-3892: dbquerylist stats split up by table

+55 eglis OLAT-HEAD-UZH-3892
1.31.2.4 17 Mar 09

OLAT-3892: jms queued time aded

+21 -1 eglis OLAT-HEAD-UZH-3892
1.31.2.3 17 Mar 09

OLAT-3892: log levels increased to meaningful values again

+4 -4 eglis OLAT-HEAD-UZH-3892
1.31.2.2 17 Mar 09

OLAT-3892: jms waiting time aded

+20 eglis OLAT-HEAD-UZH-3892
1.31.2.1 17 Mar 09

OLAT-3892: jms processing time aded

+25 -5 eglis OLAT-HEAD-UZH-3892
1.11.2.3 05 Sep 07

olat_2433 avoid full page refresh and course launch (now: only when custom css) -> to not break the iframe history for back button usage - interface slowbandwidth simulator (work in progress) for slow modem/browsers testing

+1 -1 fjost OLAT-HEAD-UZH-OLAT_2433
1.11.2.2 30 Aug 07

olat-2433

+3 -2 fjost OLAT-HEAD-UZH-OLAT_2433
1.11.2.1 18 Jul 07

OLAT-2433 work in progress....

+1 -1 fjost OLAT-HEAD-UZH-OLAT_2433
1.18.2.1 28 May 09

OLAT-3674: merge head to branch

+365 -1 rhaag OLAT-HEAD_FRENTIX-3674
1.4.4.1 23 Jan 07

- Form Infrastructure 0.8 - merge HEAD (tmpMergeHeadTo1983_1) to Branch common base was mergHeadTo1983

+56 -3 Patrick Brunner OLAT_5_1_-UZH-1983
1.35.4.1 22 Jun 10

updating to current head

+11 -19 thomasw OLAT_6_4_0-BPS-Onyx_Integration
1.33.2.1 20 Jan 10

merge with head

+7 -7 schnider tmpOLAT-HEAD-640-until-2010-03-10