Uses of Package
kieker.monitoring.sampler.oshi.samplers
Package | Description |
---|---|
kieker.monitoring.sampler.oshi |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.monitoring.sampler.oshi.samplers |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
-
Classes in kieker.monitoring.sampler.oshi.samplers used by kieker.monitoring.sampler.oshi.samplers Class Description AbstractOshiSampler Eases the implementation ofISampler
s which collect system-level sensor data via thecom.github.oshi
API and store this data asIMonitoringRecord
s viaWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord)
.