Package com.illumon.iris.db.util
Class PerformanceQueries
java.lang.Object
com.illumon.iris.db.util.PerformanceQueries
@ScriptApi public class PerformanceQueries extends Object
Java performance monitoring queries. Contains an amalgamation of methods and classes meant to read the internal logs logged by Deephaven, process them into a more human readable form
and generate a set of useful aggregations and views for reporting and diagnosing query performance and usage issues.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PerformanceQueries.PerformanceOverview
static class
PerformanceQueries.PersistentQueryStatusMonitor
-
Field Summary
Fields Modifier and Type Field Description static boolean
PERF_QUERY_BY_INTERNAL_PARTITION
-
Constructor Summary
Constructors Constructor Description PerformanceQueries()
-
Method Summary
Modifier and Type Method Description static Double
getCycleTime(String LogEntry, Integer LTMCycleReportType)
static Integer
getLTMType(String LogEntry)
-
Field Details
-
PERF_QUERY_BY_INTERNAL_PARTITION
public static final boolean PERF_QUERY_BY_INTERNAL_PARTITION
-
-
Constructor Details
-
PerformanceQueries
public PerformanceQueries()
-
-
Method Details