Re: How to get throughput and processing latency when testing Flink with hibench?

2021-05-17 Thread Nicolaus Weidner
Hi, Flink allows to enable latency tracking [1] and exposes several metrics that might be what you are looking for [2, look for e.g. "numRecordsIn" or "numBytesIn"]. You can query these metrics using the REST API [3] or by registering a metrics reporter [4] that exposes them. As noted in the other

How to get throughput and processing latency when testing Flink with hibench?

2021-05-17 Thread penguin.
When using hibench to test Flink, the jobs submitted are built-in applications of hibench, that is, the code logic of programs like wordcount cannot be changed. How can I get the throughput and processing delay of Flink? In addition, in the /report/hibench.report file of hibench, we can't get t