|
Kieker 1.5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IMonitoringController in kieker.monitoring.core.controller |
|---|
| Classes in kieker.monitoring.core.controller that implement IMonitoringController | |
|---|---|
class |
MonitoringController
|
| Methods in kieker.monitoring.core.controller that return IMonitoringController | |
|---|---|
static IMonitoringController |
MonitoringController.createInstance(Configuration configuration)
|
static IMonitoringController |
MonitoringController.getInstance()
|
| Uses of IMonitoringController in kieker.monitoring.core.sampler |
|---|
| Methods in kieker.monitoring.core.sampler with parameters of type IMonitoringController | |
|---|---|
void |
ISampler.sample(IMonitoringController monitoringController)
Triggers this ISampler to perform a measurement and to pass the data
to the given IMonitoringController. |
| Constructors in kieker.monitoring.core.sampler with parameters of type IMonitoringController | |
|---|---|
ScheduledSamplerJob(IMonitoringController monitoringController,
ISampler sensor)
Constructs a new ScheduledSamplerJob with the given parameters. |
|
| Uses of IMonitoringController in kieker.monitoring.probe.sigar.samplers |
|---|
| Methods in kieker.monitoring.probe.sigar.samplers with parameters of type IMonitoringController | |
|---|---|
void |
CPUsDetailedPercSampler.sample(IMonitoringController monitoringController)
|
void |
MemSwapUsageSampler.sample(IMonitoringController monitoringCtrl)
|
void |
CPUsCombinedPercSampler.sample(IMonitoringController monitoringController)
|
| Uses of IMonitoringController in kieker.monitoring.probe.spring.executions |
|---|
| Constructors in kieker.monitoring.probe.spring.executions with parameters of type IMonitoringController | |
|---|---|
OperationExecutionMethodInvocationInterceptor(IMonitoringController monitoringController)
This constructor is mainly used for testing, providing a custom IMonitoringController instead of using the singleton instance. |
|
| Uses of IMonitoringController in kieker.monitoring.writer |
|---|
| Methods in kieker.monitoring.writer with parameters of type IMonitoringController | |
|---|---|
void |
AbstractMonitoringWriter.setController(IMonitoringController controller)
|
void |
IMonitoringWriter.setController(IMonitoringController monitoringController)
Set the IMonitoringController controlling this writer. |
| Constructors in kieker.monitoring.writer with parameters of type IMonitoringController | |
|---|---|
AbstractAsyncThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue)
|
|
| Uses of IMonitoringController in kieker.monitoring.writer.filesystem.async |
|---|
| Constructors in kieker.monitoring.writer.filesystem.async with parameters of type IMonitoringController | |
|---|---|
AbstractFsWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
MappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile)
|
|
BinaryFsWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
MappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile)
|
|
FsWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
MappingFileWriter mappingFileWriter,
String path,
int maxEntiresInFile,
boolean autoflush)
|
|
| Uses of IMonitoringController in kieker.tools.logReplayer |
|---|
| Constructors in kieker.tools.logReplayer with parameters of type IMonitoringController | |
|---|---|
FilesystemLogReplayer(IMonitoringController monitoringController,
String[] inputDirs)
Normal replay mode (i.e., non-real-time). |
|
FilesystemLogReplayer(IMonitoringController monitoringController,
String[] inputDirs,
boolean realtimeMode,
int numRealtimeWorkerThreads)
|
|
FilesystemLogReplayer(IMonitoringController monitoringController,
String[] inputDirs,
boolean realtimeMode,
int numRealtimeWorkerThreads,
long ignoreRecordsBeforeTimestamp,
long ignoreRecordsAfterTimestamp)
|
|
|
Kieker 1.5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||