Skip to content

Resource Monitor

Track the performance of every resource on your server in real time.

How It Works

CfxKit monitors resource performance when your server is running:

  • CPU usage per resource
  • Memory consumption per resource
  • Sort by highest impact to find bottlenecks

Finding Performance Issues

  1. Start your server from CfxKit
  2. Open Resource Monitor in the sidebar
  3. Look for resources with high CPU or memory usage
  4. Click a resource to see detailed stats

Common performance issues:

  • Resources running heavy loops without proper Wait() calls
  • Large database queries running on every frame
  • Unused resources still loaded and consuming memory

Built by Boltise