Diagnosing your server
For a server to run best, it has to do as little as possible. Factors such as entitycount and the messages between these are important to consider. Too many of these factors will debilitate your server or even crash it.
Useful console commands
ent_messages_draw 1
- Will show Inputs and Outputs in realtime in the world.
physics_report_active
- Lists all active physics objects.
report_cliententitysim
- List all clientside simulations and time - will report and turn itself off.
report_clientthinklist
- List all clientside entities thinking and time - will report and turn itself off.
report_entities
- Lists all entities.
report_simthinklist
- Lists all simulating/thinking entities.
report_soundpatch
- Reports sound patch count.
report_touchlinks
- Lists all touchlinks.