console icon indicating copy to clipboard operation
console copied to clipboard

console: aggregate metrics from the datastream

Open hawkw opened this issue 4 years ago • 1 comments

it would be cool if the console could also aggregate metrics from the incoming data and compute percentiles of stats like scheduler latency, active tasks, and poll/idle durations over a rolling time window. we could display histograms or sparklines in the UI, as well as just displaying numeric values; tui has sparklines, bar charts and line charts that might be useful...

hawkw avatar May 05 '21 21:05 hawkw

I like the idea of using sparklines to show this information. Something that would be really cool would be to provide a perf report like UI where you can dig into hot spots to narrow down which task is causing a particular parent task to slow down. And would we want the time window to be dynamically configurable?

bIgBV avatar May 06 '21 19:05 bIgBV