Skip to content

Resource Monitor

See exactly which resources cost you performance while the server runs.

With your server running, the monitor reports, per resource:

  • CPU usage
  • Memory consumption

Sort by impact so the worst offenders rise to the top.

  1. Start your server from CfxKit.
  2. Open Resource Monitor in the sidebar.
  3. Sort by CPU or memory and look at the top entries.
  4. Click a resource for detailed stats.

Common culprits:

  • loops without a proper Wait()
  • heavy database queries running every frame
  • unused resources left started and holding memory