Package | Description |
---|---|
org.javasimon.jdbc4.jmx |
Work in progress: MX beans specific to Simon JDBC driver.
|
org.javasimon.jmx |
JMX capabilities for Simons.
|
Modifier and Type | Method and Description |
---|---|
StopwatchSample |
JdbcMXBeanImpl.getSqlCommandStat(String cmdId) |
StopwatchSample |
JdbcMXBean.getSqlCommandStat(String cmd)
Retrieves summary data about all executed SQL commands of eneterd type (for instance
summary data of all executed selects).
|
StopwatchSample |
JdbcMXBeanImpl.getSqlStat(String sqlId) |
StopwatchSample |
JdbcMXBean.getSqlStat(String sql)
Retrieves summary data about all same executed SQLs (for instance
summary data of all executed
select * from foo where bar => 0 ). |
Modifier and Type | Method and Description |
---|---|
StopwatchSample |
SimonManagerMXBeanImpl.getIncrementStopwatchSample(String name,
String key) |
StopwatchSample |
SimonManagerMXBean.getIncrementStopwatchSample(String name,
String key)
Samples increment in Stopwatch values since the previous call of this method with the
same key.
|
StopwatchSample |
SimonManagerMXBeanImpl.getStopwatchSample(String name) |
StopwatchSample |
StopwatchMXBeanImpl.sample() |
StopwatchSample |
StopwatchMXBean.sample() |
StopwatchSample |
StopwatchMXBeanImpl.sampleIncrement(String key) |
StopwatchSample |
StopwatchMXBean.sampleIncrement(String key) |
Modifier and Type | Method and Description |
---|---|
List<StopwatchSample> |
SimonManagerMXBeanImpl.getIncrementStopwatchSamples(String key) |
List<StopwatchSample> |
SimonManagerMXBean.getIncrementStopwatchSamples(String key)
Increment sample all Stopwatches.
|
List<StopwatchSample> |
SimonManagerMXBeanImpl.getIncrementStopwatchSamples(String namePattern,
String key) |
List<StopwatchSample> |
SimonManagerMXBean.getIncrementStopwatchSamples(String namePattern,
String key)
Increment sample all Stopwatches whose name matches given pattern.
|
List<StopwatchSample> |
SimonManagerMXBeanImpl.getStopwatchSamples() |
List<StopwatchSample> |
SimonManagerMXBean.getStopwatchSamples()
Sample all Stopwatches.
|
List<StopwatchSample> |
SimonManagerMXBeanImpl.getStopwatchSamples(String namePattern) |
List<StopwatchSample> |
SimonManagerMXBean.getStopwatchSamples(String namePattern)
Sample all Stopwatches whose name matches given pattern.
|
Copyright © 2019. All rights reserved.