Package org.palladiosimulator.probeframework.probes.example
package org.palladiosimulator.probeframework.probes.example
Provides mockups of measurable entities like resources and example probe strategies that
are able to measure these entites.
-
ClassDescriptionRepresents an abstract active resource for demonstration purposes.Represents an abstract passive resource for demonstration purposes.Measures a resource demand metric (in
SI.SECOND
) by taking the demand emitted from an active resource (event source), e.g., a CPU.Measures an active resource state metric (dimensionless) by taking the current number of jobs within an active resource (observed state object), e.g., a CPU.Measures a point in time metric (inSI.SECOND
) by taking the current simulation time of a simulation (observed state object).Measures a passive resource state metric (dimensionless) by taking the number of free resources within a passive resource (observed state object), e.g., a connection pool.Represents a CPU active resource for demonstration purposes.Represents a mutex for demonstration purposes.Represents a simple simulation context for demonstration purposes.