Stats

The Stats view is a small runtime dashboard. It shows how Atlas itself, and the preview server it manages, are using memory and CPU, plus a few internal numbers. It is most useful when something feels slow and you want to see what is going on.

The Stats view

What it shows

  • Atlas process: memory (resident and heap) and CPU usage for the Atlas server, with a short history graph.
  • Preview server: the same metrics for your docs dev server when it is running, so you can spot a build that is eating resources.
  • Runtime info: the Bun version, platform, and how long Atlas has been up.

The graphs only update while the tab is open; Atlas pauses polling when you switch away, so it costs nothing in the background.

Note

These numbers are live and ephemeral. They reset when you restart Atlas, and nothing here is written to your repo.

Next steps

On this page