spark icon indicating copy to clipboard operation
spark copied to clipboard

Continuous background profiling

Open lucko opened this issue 2 years ago • 0 comments

  • Continuously profile in the background to pick up historic performance issues
  • Use a low sampling interval to reduce impact on server
  • Opt-in, off by default (??)

Challenges

  • Memory usage - needs to be fairly lightweight, can we periodically serialize & write to disk?
  • Discarding old data
  • How should the data be presented?
  • Chunk data into ~5min blocks to allow for timings-like graph?

lucko avatar Aug 07 '22 18:08 lucko