| 
Kieker 1.9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISampler | |
|---|---|
| kieker.monitoring.core.controller | |
| kieker.monitoring.core.sampler | |
| kieker.monitoring.sampler.sigar.samplers | |
| Uses of ISampler in kieker.monitoring.core.controller | 
|---|
| Methods in kieker.monitoring.core.controller with parameters of type ISampler | |
|---|---|
 ScheduledSamplerJob | 
MonitoringController.schedulePeriodicSampler(ISampler sampler,
                        long initialDelay,
                        long period,
                        TimeUnit timeUnit)
 | 
 ScheduledSamplerJob | 
SamplingController.schedulePeriodicSampler(ISampler sensor,
                        long initialDelay,
                        long period,
                        TimeUnit timeUnit)
Schedules the given ISampler with given initial delay, and period. | 
 ScheduledSamplerJob | 
ISamplingController.schedulePeriodicSampler(ISampler sampler,
                        long initialDelay,
                        long period,
                        TimeUnit timeUnit)
Schedules the given ISampler with given initial delay, and period. | 
| Uses of ISampler in kieker.monitoring.core.sampler | 
|---|
| Constructors in kieker.monitoring.core.sampler with parameters of type ISampler | |
|---|---|
ScheduledSamplerJob(IMonitoringController monitoringController,
                    ISampler sensor)
Constructs a new ScheduledSamplerJob with the given parameters. | 
|
| Uses of ISampler in kieker.monitoring.sampler.sigar.samplers | 
|---|
| Classes in kieker.monitoring.sampler.sigar.samplers that implement ISampler | |
|---|---|
 class | 
AbstractSigarSampler
Eases the implementation of ISamplers which collect system-level sensor data via the Sigar API and store this data as
 IMonitoringRecords via
 WriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) . | 
 class | 
CPUsCombinedPercSampler
Logs the combined (i.e., User + Sys + Nice + Wait) cpu utilization for each CPU in the system, retrieved via CpuPerc.getCombined(), as ResourceUtilizationRecords via
 IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) . | 
 class | 
CPUsDetailedPercSampler
Logs detailed utilization statistics for each CPU in the system, retrieved from CpuPerc, as CPUUtilizationRecords via
 IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) . | 
 class | 
MemSwapUsageSampler
Logs memory and swap statistics retrieved from Mem and Swap,
 as MemSwapUsageRecords via IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) . | 
  | 
Kieker 1.9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||