A local Windows performance recorder and viewer.
Telltale runs quietly in the background, sampling every process on your machine, and gives you a browser-based UI to explore the data across multiple time scales, from the last hour to the last year.
Telltale ships as two standalone executables. A background collector samples every running process, recording per-process CPU, memory, I/O, threads, and handles, along with machine-wide CPU, memory, disk, network, and GPU metrics, into a local SQLite database. A viewer hosts a browser-based app for browsing that data, with interactive charts you can drill into from year down to day.
Telltale is free, open source, and self-hosted on your own machine. Everything it records stays in a local database; nothing is uploaded anywhere. Fork it, extend it, or contribute back.