| Package | Description |
|---|---|
| org.palladiosimulator.probeframework.calculator |
Calculators attach themselves to (a set of) probes to transform their
measures to a measurement to be used further (e.g., for visualization or
recording).
|
| org.palladiosimulator.probeframework.calculator.internal |
The Probe Framework provides a factory class (@see DefaultCalculatorFactory)
to create calculator objects.
|
| org.palladiosimulator.probeframework.measurement |
This package contains data classes encapsulating probe-related measurements.
|
| org.palladiosimulator.probeframework.probes |
Probes specify which probe type they measure (using metrics such as "current time" or
"CPU state/queue size").
|
| org.palladiosimulator.probeframework.probes.example |
Provides mockups of measurable entities like resources and example probe strategies that
are able to measure these entites.
|
| Class and Description |
|---|
| Probe
This class is the abstract super class for all probe implementations.
|
| Class and Description |
|---|
| Probe
This class is the abstract super class for all probe implementations.
|
| Class and Description |
|---|
| Probe
This class is the abstract super class for all probe implementations.
|
| Class and Description |
|---|
| BasicTriggeredProbe
Implements the
doMeasure method by returning a BasicMeasurement, i.e.,
a measurement for a BaseMetricDescription. |
| EventProbe
Event probes measure as soon as an event is emitted for which they are registered.
|
| Probe
This class is the abstract super class for all probe implementations.
|
| TriggeredProbe
Triggered probes measure as soon as their
takeMeasurement method is invoked (with
optional context parameter of type RequestContext, e.g., the thread that triggered
the probe. |
| Class and Description |
|---|
| BasicEventProbe
Basic event probes refer to exactly one base metric description, thus, specializing the general
event probe.
|
| BasicObjectStateProbe
This class realizes a basic triggered probe that observes an object's state, thus, additionally
maintaining an
observeredStateObject member variable. |
| BasicTriggeredProbe
Implements the
doMeasure method by returning a BasicMeasurement, i.e.,
a measurement for a BaseMetricDescription. |
| EventProbe
Event probes measure as soon as an event is emitted for which they are registered.
|
| Probe
This class is the abstract super class for all probe implementations.
|
| TriggeredProbe
Triggered probes measure as soon as their
takeMeasurement method is invoked (with
optional context parameter of type RequestContext, e.g., the thread that triggered
the probe. |