Modifier and Type | Method and Description |
---|---|
static PackageInfo |
Runtime.Jmx.getPackageInfo(String className) |
static void |
Runtime.Jmx.restart() |
Modifier and Type | Method and Description |
---|---|
static PackageInfo |
Runtime.Jmx.getPackageInfo(String className) |
Modifier and Type | Method and Description |
---|---|
void |
RestartableServiceImpl.awaitRunning() |
void |
RestartableServiceImpl.awaitTerminated() |
Throwable |
RestartableServiceImpl.failureCause() |
int |
LifoThreadPoolExecutorSQP.getCoreThreadCount() |
int |
LifoThreadPool.getCoreThreadCount() |
int |
LifoThreadPoolExecutorSQP.getMaxIdleTimeMillis() |
int |
LifoThreadPool.getMaxIdleTimeMillis() |
int |
LifoThreadPoolExecutorSQP.getMaxThreadCount() |
int |
LifoThreadPool.getMaxThreadCount() |
int |
LifoThreadPoolExecutorSQP.getNrQueuedTasks() |
int |
LifoThreadPool.getNrQueuedTasks() |
String |
LifoThreadPoolExecutorSQP.getPoolName() |
String |
LifoThreadPool.getPoolName() |
int |
LifoThreadPoolExecutorSQP.getQueueSizeLimit() |
int |
LifoThreadPool.getQueueSizeLimit() |
int |
LifoThreadPoolExecutorSQP.getThreadCount() |
int |
LifoThreadPool.getThreadCount() |
int |
LifoThreadPoolExecutorSQP.getThreadPriority() |
int |
LifoThreadPool.getThreadPriority() |
boolean |
LifoThreadPoolExecutorSQP.isDaemonThreads() |
boolean |
LifoThreadPool.isDaemonThreads() |
boolean |
RestartableServiceImpl.isRunning() |
boolean |
LifoThreadPoolExecutorSQP.isShutdown() |
boolean |
LifoThreadPoolExecutorSQP.isTerminated() |
void |
RestartableServiceImpl.jmxStart() |
void |
RestartableServiceImpl.jmxStop() |
void |
MutableLifoThreadPool.setCoreThreadCount(int coreThreadCount) |
void |
LifoThreadPoolExecutorSQP.setCoreThreadCount(int coreThreadCount) |
void |
MutableLifoThreadPool.setDaemonThreads(boolean daemonThreads) |
void |
LifoThreadPoolExecutorSQP.setDaemonThreads(boolean daemonThreads) |
void |
MutableLifoThreadPool.setMaxIdleTimeMillis(int maxIdleTimeMillis) |
void |
LifoThreadPoolExecutorSQP.setMaxIdleTimeMillis(int maxIdleTimeMillis) |
void |
MutableLifoThreadPool.setMaxThreadCount(int maxThreadCount) |
void |
LifoThreadPoolExecutorSQP.setMaxThreadCount(int maxThreadCount) |
void |
MutableLifoThreadPool.setQueueSizeLimit(int queueSizeLimit) |
void |
LifoThreadPoolExecutorSQP.setQueueSizeLimit(int queueSizeLimit) |
void |
MutableLifoThreadPool.setThreadPriority(int threadPriority) |
void |
LifoThreadPoolExecutorSQP.setThreadPriority(int threadPriority) |
com.google.common.util.concurrent.Service.State |
RestartableServiceImpl.state() |
Modifier and Type | Method and Description |
---|---|
int |
JdbcSemaphore.availablePermits() |
void |
JdbcHeartBeat.beat() |
List<OwnerPermits> |
JdbcSemaphore.getDeadOwnerPermits(int wishPermits) |
long |
JdbcHeartBeat.getIntervalMillis() |
int |
JdbcSemaphore.getJdbcTimeoutSeconds() |
long |
JdbcHeartBeat.getLastRunDB() |
long |
JdbcHeartBeat.getLastRunNanos() |
String |
JdbcHeartBeat.getLastRunTimeStampString() |
void |
JdbcSemaphore.increasePermits(int nrPermits) |
boolean |
JdbcSemaphore.isIsHealthy() |
int |
JdbcSemaphore.permitsOwned() |
void |
JdbcSemaphore.reducePermits(int nrPermits) |
int |
JdbcSemaphore.releaseDeadOwnerPermits(int wishPermits)
Attempts to release permits for this semaphore owned by dead owners.
|
int |
JdbcHeartBeat.removeDeadHeartBeatRows(long timeoutSeconds) |
void |
JdbcHeartBeat.removeDeadHeartBeatRowsAsyncNoReturn(long timeoutSeconds) |
int |
JdbcSemaphore.totalPermits() |
void |
JdbcSemaphore.updatePermits(int nrPermits) |
Modifier and Type | Method and Description |
---|---|
int |
JdbcSemaphore.releaseDeadOwnerPermits(int wishPermits)
Attempts to release permits for this semaphore owned by dead owners.
|
int |
JdbcHeartBeat.removeDeadHeartBeatRows(long timeoutSeconds) |
void |
JdbcHeartBeat.removeDeadHeartBeatRowsAsyncNoReturn(long timeoutSeconds) |
Modifier and Type | Method and Description |
---|---|
static String |
ThreadUsageSampler.getCurrentAliveThreadInfo() |
static String |
ThreadUsageSampler.getPeakThreadInfo() |
static boolean |
ThreadUsageSampler.isStarted() |
static boolean |
CpuUsageSampler.isStarted() |
static void |
CpuUsageSampler.start(int sampleTime) |
static void |
ThreadUsageSampler.start(int sampleTime,
boolean withStackTraces) |
static void |
ThreadUsageSampler.stop() |
static void |
CpuUsageSampler.stop() |
Modifier and Type | Method and Description |
---|---|
static void |
CpuUsageSampler.start(int sampleTime) |
static void |
ThreadUsageSampler.start(int sampleTime,
boolean withStackTraces) |
static void |
ThreadUsageSampler.start(int sampleTime,
boolean withStackTraces) |
Modifier and Type | Method and Description |
---|---|
void |
ScalableMeasurementRecorder.clear() |
void |
ScalableMeasurementRecorderSource.clear() |
String |
DirectStoreAccumulator.getInfo() |
String |
DirectStoreMultiAccumulator.getInfo() |
DirectStoreAccumulator.RecordedValue |
DirectStoreAccumulator.getLastRecorded() |
long[] |
DirectStoreMultiAccumulator.getLastRecorded() |
String |
ScalableMeasurementRecorder.getMeasurementsAsString() |
String |
ScalableMeasurementRecorderSource.getMeasurementsAsString() |
String |
DirectStoreAccumulator.getUnitOfMeasurement() |
Modifier and Type | Method and Description |
---|---|
void |
TSDBTxtMeasurementStore.flush() |
void |
TSDBMeasurementStore.flush() |
String |
TSDBMeasurementStore.getTableAsCsv(String tableName) |
String[] |
TSDBMeasurementStore.getTables() |
Modifier and Type | Method and Description |
---|---|
String |
TSDBMeasurementStore.getTableAsCsv(String tableName) |
Modifier and Type | Method and Description |
---|---|
static long |
OpenFilesSampler.getErrorThreshold() |
static String |
OpenFilesSampler.getLsof() |
static String |
OpenFilesSampler.getWarnLsofDetail() |
static long |
OpenFilesSampler.getWarnThreshold() |
static boolean |
OpenFilesSampler.isStarted() |
static void |
OpenFilesSampler.start(long sampleTimeMillis,
boolean shutdownOnError) |
static void |
OpenFilesSampler.stop() |
Modifier and Type | Method and Description |
---|---|
static void |
OpenFilesSampler.start(long sampleTimeMillis,
boolean shutdownOnError) |
static void |
OpenFilesSampler.start(long sampleTimeMillis,
boolean shutdownOnError) |
Modifier and Type | Method and Description |
---|---|
static long |
GCUsageSampler.getGCTime() |
static boolean |
MemoryUsageSampler.isStarted() |
static boolean |
GCUsageSampler.isStarted() |
static void |
GCUsageSampler.start(int sampleTime) |
static void |
MemoryUsageSampler.start(int sampleTimeMilis,
int accumulateIntervalMillis) |
static void |
MemoryUsageSampler.stop() |
static void |
GCUsageSampler.stop() |
Modifier and Type | Method and Description |
---|---|
static void |
GCUsageSampler.start(int sampleTime) |
static void |
MemoryUsageSampler.start(int sampleTimeMilis,
int accumulateIntervalMillis) |
static void |
MemoryUsageSampler.start(int sampleTimeMilis,
int accumulateIntervalMillis) |
Modifier and Type | Method and Description |
---|---|
List<String> |
TimeSeriesDatabase.generateCharts(int width,
int height)
Deprecated.
|
List<String> |
TimeSeriesDatabase.generateCharts(long startTimeMillis,
long endTimeMillis,
int width,
int height)
Deprecated.
Quantized recorders will have min, max avg charts and distribution charts generated.
|
Modifier and Type | Method and Description |
---|---|
void |
Sampler.clear() |
File |
Sampler.dumpToFile() |
File |
Sampler.dumpToFile(String id)
Dumps the sampled stacks to file.
|
int |
Sampler.getDumpTimeMillis() |
int |
Sampler.getSampleTimeMillis() |
boolean |
Sampler.isStopped() |
void |
Sampler.setDumpTimeMillis(int dumpTimeMillis) |
void |
Sampler.setSampleTimeMillis(int sampleTimeMillis) |
void |
Sampler.start() |
void |
Sampler.stop() |
Modifier and Type | Method and Description |
---|---|
File |
Sampler.dumpToFile(String id)
Dumps the sampled stacks to file.
|
Copyright © 2018 SPF4J. All rights reserved.