Resource Monitor
See exactly which resources cost you performance while the server runs.
How it works
Section titled “How it works”With your server running, the monitor reports, per resource:
- CPU usage
- Memory consumption
Sort by impact so the worst offenders rise to the top.
Finding bottlenecks
Section titled “Finding bottlenecks”- Start your server from CfxKit.
- Open Resource Monitor in the sidebar.
- Sort by CPU or memory and look at the top entries.
- 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