diff options
| author | Stefan Boberg <[email protected]> | 2023-10-20 13:25:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-20 13:25:58 +0200 |
| commit | 733dce4c722f101635d60709613d7c97c3bd30df (patch) | |
| tree | 548cfddd0329a2be1e11ddb0b08ce4ec7b238950 /src/zenserver/cache/cachedisklayer.cpp | |
| parent | clean up GcContributor and GcStorage to be pure interfaces (#485) (diff) | |
| download | zen-733dce4c722f101635d60709613d7c97c3bd30df.tar.xz zen-733dce4c722f101635d60709613d7c97c3bd30df.zip | |
Cache (rpc) activitity recording improvements (#482)
this adds a new RPC recording path aimed at more continuous recording and analysis of recorded sessions
the new strategy is implemented alongside the original in order to retain the ability to read the older format
the main difference between v2 and v1 is that the new strategy splits the recording into segments which are independent from each other. This is done to enable long running sessions with automatic disk cleanup (not implemented yet), appending to an existing recording (not implemented) and/or partial analysis and processing. The recorder will start a new segment when some criteria is fulfilled, including the number of files in the segment directory, disk footprint etc
Diffstat (limited to 'src/zenserver/cache/cachedisklayer.cpp')
0 files changed, 0 insertions, 0 deletions