For the complete documentation index, see llms.txt. This page is also available as Markdown.

Live Servers

Watch real-time CPU, memory, sessions, threads, and GC heap from the servers running your application — on the Dashboard, any time you need it.

Dashboard → Live Servers shows real-time telemetry from the servers running your application. It is a live view: data streams only while you watch and is not stored.

Each reporting server appears as a card with a live indicator and charts for:

  • CPU — current utilization.

  • Memory — total process memory.

  • Sessions — active user sessions.

  • Memory / session — memory divided by active sessions.

  • Threads — thread count.

  • GC heap (MB) — managed heap size over time.

Several servers can report into the same project — for example a developer machine and a staging server side by side.

Connect a server

Live Servers uses the same telemetry agent as load testing — set it up once in Settings → Telemetry and you get both: see Server telemetry for the framework snippets. Once the agent runs in your application, the server appears here within seconds of starting.

Open Live Servers while a load test runs to watch CPU, memory, and sessions respond as virtual users replay your features.

Last updated

Was this helpful?