mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +00:00
This test is all about tracking measured memory consumption vs. real memory consumption. To make this easier add additional diagnostics: * enable seastar heap profiler for the duration of the reads (seastar has to be compiled with `-DSEASTAR_HEAPPROF`). * Add a stats collector, which periodically collects stats such as non-LSA free/used memory, LSA free/used memory and memory tracked by the reader concurrency semaphore. These stats are written to a `.csv` file, allowing importing them into a spreadsheet and processing them.