- min (average e2e latency)
- min (max e2e latency)
- min (variance e2e latency)
- min (deviation from time constraints)
- max (input throughput)
- max (output throughput)
The metrics are not identical - in latency there is a difference if the metrics is to minimize average latency or minimize maximal latency. For example, in Java the maximal latency can suffer from garbage collection that will make it untypically high, while "real-time Java" implementations that smooth the garbage collection minimize the maximum latency, but the price is that the average latency may grow. Throughput can be measured by input or output events, which are not really identical. Each of these goal functions indicates different kind of optimization, and this is just by looking at two parameters of throughput and latency...
This poses two interesting questions: will there be partition of the market according to optimization capabilities, or will be able to generate adaptive software that will be able to be tuned to multiple optimization ? more about performance metrics - later.
1 comment:
Hi Opher - sounds like a need for an EPTS Working Group on CEP Metrics. I wonder if the NSWC would contribute their work to date?
Cheers
Post a Comment