Metrics
- enum pyJMT.Metrics(value)
An enumeration.
Valid values are as follows:
- NUM_CUSTOMERS = <Metrics.NUM_CUSTOMERS: 'Number of Customers'>
Represents the “Number of Customers” metric.
- QUEUE_TIME = <Metrics.QUEUE_TIME: 'Queue Time'>
Represents the “Queue Time” metric.
- RESPONSE_TIME = <Metrics.RESPONSE_TIME: 'Response Time'>
Represents the “Response Time” metric.
- RESIDENCE_TIME = <Metrics.RESIDENCE_TIME: 'Residence Time'>
Represents the “Residence Time” metric.
- ARRIVAL_RATE = <Metrics.ARRIVAL_RATE: 'Arrival Rate'>
Represents the “Arrival Rate” metric.
- THROUGHPUT = <Metrics.THROUGHPUT: 'Throughput'>
Represents the “Throughput” metric.
- UTILIZATION = <Metrics.UTILIZATION: 'Utilization'>
Represents the “Utilization” metric.
- EFFECTIVE_UTILIZATION = <Metrics.EFFECTIVE_UTILIZATION: 'Effective Utilization'>
Represents the “Effective Utilization” metric.
- DROP_RATE = <Metrics.DROP_RATE: 'Drop Rate'>
Represents the “Drop Rate” metric.
- BALKING_RATE = <Metrics.BALKING_RATE: 'Balking Rate'>
Represents the “Balking Rate” metric.
- RENEGING_RATE = <Metrics.RENEGING_RATE: 'Reneging Rate'>
Represents the “Reneging Rate” metric.
- RETRIAL_RATE = <Metrics.RETRIAL_RATE: 'Retrial Rate'>
Represents the “Retrial Rate” metric.
- RETRIAL_ORBIT_SIZE = <Metrics.RETRIAL_ORBIT_SIZE: 'Retrial Orbit Size'>
Represents the “Retrial Orbit Size” metric.
- RETRIAL_ORBIT_RESIDENCE_TIME = <Metrics.RETRIAL_ORBIT_RESIDENCE_TIME: 'Retrial Orbit Residence Time'>
Represents the “Retrial Orbit Residence Time” metric.
- POWER = <Metrics.POWER: 'Power'>
Represents the “Power” metric.
- RESPONSE_TIME_PER_SINK = <Metrics.RESPONSE_TIME_PER_SINK: 'Response Time per Sink'>
Represents the “Response Time per Sink” metric.
- THROUGHPUT_PER_SINK = <Metrics.THROUGHPUT_PER_SINK: 'Throughput per Sink'>
Represents the “Throughput per Sink” metric.
- FORK_JOIN_NUM_CUSTOMERS = <Metrics.FORK_JOIN_NUM_CUSTOMERS: 'Fork Join Number of Customers'>
Represents the “Fork Join Number of Customers” metric.
- FORK_JOIN_RESPONSE_TIME = <Metrics.FORK_JOIN_RESPONSE_TIME: 'Fork Join Response Time'>
Represents the “Fork Join Response Time” metric.