You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -161,23 +161,23 @@ It eliminates the need to manually edit `config/config.toml` and ensures all key
161
161
**The Snapshot Inspector** provides an interactive viewer for exploring serialized benchmark snapshots (.pkl, .pkl.gz) generated by the CLI or batch runner.
162
162
It allows developers to quickly audit workload state, review load-factor metadata, and filter individual keys without manually unpacking pickle files.
163
163
164
-
<imgwidth="1276"height="932"alt="Screenshot 2025-10-06 at 1 22 40 AM"src="https://github.com/user-attachments/assets/184e9e1c-b0e6-49ad-a210-4d186700194c" />
The Workload DNA visualizer provides an interactive graphical analysis of workload structure and hash-map distribution characteristics.
176
176
It translates raw workload CSV statistics into color-coded histograms that reveal key distribution, probe depth, and entropy patterns in real time.
177
177
178
-
<imgwidth="1283"height="953"alt="Screenshot 2025-10-06 at 1 23 33 AM"src="https://github.com/user-attachments/assets/2d6db110-4023-40e2-ac2a-cf20a733e52d" />
178
+
<imgwidth="1283"height="953"alt="Workload DNA - Distribution Histograms"src="https://github.com/user-attachments/assets/2d6db110-4023-40e2-ac2a-cf20a733e52d" />
179
179
180
-
<imgwidth="1274"height="945"alt="Screenshot 2025-10-06 at 1 23 45 AM"src="https://github.com/user-attachments/assets/6e951c30-4a15-4e55-ae1e-c4b3a64b32f4" />
180
+
<imgwidth="1274"height="945"alt="Workload DNA - Entropy Analysis"src="https://github.com/user-attachments/assets/6e951c30-4a15-4e55-ae1e-c4b3a64b32f4" />
-`--probe-json trace.json` loads a trace on startup; press `p` to reload after re-exporting from the CLI.
358
358
-**IDE tip**: if you launch this from PyCharm/VSC, make sure the run configuration includes the `--metrics-endpoint` argument; otherwise the script will print the usage banner and exit.
0 commit comments