| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicEventProbe<EventSourceType,V,Q extends javax.measure.quantity.Quantity>
Basic event probes refer to exactly one base metric description, thus, specializing the general
event probe.
|
class |
EventProbeList
Event probe lists group a list of subsumed, triggered probes that are triggered as soon as an
additional, dedicated event probe emits an event.
|
| Constructor and Description |
|---|
EventProbeList(org.palladiosimulator.metricspec.MetricDescription metricSetDescription,
EventProbe<?> eventProbe,
List<TriggeredProbe> subsumedProbes)
Default constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExampleTakeCPUDemandProbe
Measures a resource demand metric (in
SI.SECOND) by taking the demand emitted from an
active resource (event source), e.g., a CPU. |