- 15 Nov, 2017 1 commit
-
-
- 08 Nov, 2017 1 commit
-
-
Lagt till stöd för att hantera TNS connection strängar, testat att det funkar. PDB namnet visas nu korrekt i JavaMonWeb för OraMon då getDBName() returnerar PDB namnet om det är en PDB
Christian Gerdes authored
-
- 01 Nov, 2017 1 commit
- 11 Oct, 2017 1 commit
-
-
- 13 Sep, 2017 1 commit
-
-
- 06 Sep, 2017 1 commit
-
-
- 03 May, 2017 1 commit
-
-
3 columns boxes for interval and precision less debug info smaller font compact name of tabs
Christian Gerdes authored
-
- 26 Apr, 2017 1 commit
-
-
action buttons in OraMon.jsp. Name of DB is now set in OraMonREST/getMetrics Some cleanup of code Changed the order of counters to have the most interresting first OraMonREST/getData and getMetrics now support new style connection strings Added a find() method to both Registry implementations Both getData methods (Ora and Jmx) now support to be called without :username:password in connection string if the monitor already exists
Christian Gerdes authored
-
- 19 Apr, 2017 1 commit
- 12 Apr, 2017 1 commit
-
-
- 05 Apr, 2017 2 commits
-
-
- 29 Mar, 2017 3 commits
-
-
-
-
mätvärden ibland. Dessa ignoreras nu. Ny CPU mätare (xNIWT) som beräknar CPU förbrukning exklusive Non Idle Wait Time.
Christian Gerdes authored
-
- 22 Mar, 2017 1 commit
-
-
(causes negative deltas and incorrect high delta values). Also added support to get CPU Usage without Non Idle Wait Time in percent. Some optimizations in the code to minimize sql calls.
Christian Gerdes authored
-
- 15 Feb, 2017 1 commit
-
-
- 08 Feb, 2017 1 commit
-
-
Dock räknar den fel på Allocation Rate när heap size minskar från föregående sampling.
Christian Gerdes authored
-
- 01 Feb, 2017 1 commit
-
-
- 25 Jan, 2017 1 commit
- 18 Jan, 2017 1 commit
-
-
- 21 Dec, 2016 1 commit
-
-
- 20 Oct, 2016 1 commit
-
-
- 19 Oct, 2016 2 commits
-
-
- 03 Oct, 2016 1 commit
-
-
high to fit into a java.lang.Long and change the value to Long.MAX_VALUE instead. This occurred on the stats value named "prefetch clients - default" on some systems (value was a 22 byte number).
Christian Gerdes authored
-
- 31 Aug, 2016 2 commits
-
-
- 25 May, 2016 1 commit
-
-
- 27 Apr, 2016 2 commits
- 20 Apr, 2016 1 commit
-
-
- 09 Mar, 2016 4 commits
-
-
- 26 Feb, 2016 1 commit
-
-
och undvika avrundningar i både LongDelta, Collector och OraMon. Skapat en ny klass DoubleDelta som kan hantera värden från Oracle med decimaler, behövdes för att mäta LOAD från OSSTAT. Testat med både piloop och cpuloop i oracle sql (som tar en hel cpu) och mätvärden ser ut att stämma bra.
Christian Gerdes authored
-
- 19 Feb, 2016 1 commit
-
-
hantera flera tabeller i OraMon. Skapat räknare för busy percent och load. Load är dock en double i oracle tabellen och vi läser den som en long just nu så load fungerar inte. Busy percent fungerar dock fint. Även rättat en bug i getData genom att göra escape på citattecken då den returnerar oracle felmeddelanden (som kan innehålla citat tecken).
Christian Gerdes authored
-
- 12 Feb, 2016 2 commits
-
-
innehåller en enkel wget metod som kan anropas för att hämta en url och få resultatet som en sträng. Denna kan användas från en SiteScope Custom Monitor för att göra ett REST anrop mot OraMonREST.
WFLG authored