CPU usage
#4

Quote:
Originally Posted by SoLetsGO
Посмотреть сообщение
No.

3000/sec just means, that you passed 3000 units (x,y,z) in 1 second which is set as limit for you.
This can happen if you port a player from 0,0,0 to 4000,4000,10000 or whatever.
To solve this, you can delete this teleportation or the better solution is to increase your ackslimit.
In your "server.cfg" you might find "ackslimit 3000". Just increase the value (f.e.: 6000).
If it is not in your server.cfg, then you can just add it to the server.cfg.

Regards
ackslimit has nothing to do with teleportation or in-game units, it's how many network messages were sent to/from the client.

This can be caused by a poorly written script that sends lots of information to the client frequently, or a laggy client so that they're delayed and send lots of messages in a large block, or you might just have lots of players and lots of things happening on your server.

You can raise the ackslimit in server.cfg, try "ackslimit 5000" and see if the problem persists.

As for seeing which functions take the most time to execute, Zeex made an excellent profiler plugin which does exactly that.
Reply


Messages In This Thread
CPU usage - by Nin9r - 16.05.2016, 09:18
Re: CPU usage - by Naresh - 17.05.2016, 04:50
Re: CPU usage - by SoLetsGO - 17.05.2016, 09:55
Re: CPU usage - by ev0lution - 17.05.2016, 10:35
Re: CPU usage - by Nin9r - 19.05.2016, 08:53
Re: CPU usage - by Naresh - 19.05.2016, 09:03
Re: CPU usage - by Nin9r - 19.05.2016, 10:07
Re: CPU usage - by jacobwallace - 20.05.2016, 17:01

Forum Jump:


Users browsing this thread: 1 Guest(s)