|
|
|
|
|
by jtagx
3724 days ago
|
|
I took the code from the blog post, set the parallelism to one and measured how many events the data generator is pushing into the CEP pattern matcher of Flink. My CPU: Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
Thoughput on one core ~ 650k events / second.
Code: https://github.com/rmetzger/cep-monitoring/tree/throughput |
|