Raised This Month: $12 Target: $400
 3% 

Solved server wide choking


Post New Thread Reply   
 
Thread Tools Display Modes
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 01-26-2021 , 07:09   Re: server wide choking
Reply With Quote #21

I mean of course it depends on your connection.
If players cannot keep up with the server rates just try the default settings...
Code:
sv_minrate 16000
TomL. is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-26-2021 , 07:51   Re: server wide choking
Reply With Quote #22

@Sincronic, looking again your second pic.
net_graph shows that data packs go up to in: 2884 byte all the time.

This already tell you that, your server is sending huge amount of information. You either have:
- Crap map, with lot of triggers, logics or physic entities.
- Lot of models / skins / maybe bad plugins.


You have calculate your rates to corresponding max value 2000 byte with updaterate 128
What happen is, if you get higher packet size than 2000 byte -> server start split packets -> you get CHOKE and updaterate slows down.
= Simple term, server is sending huge amount data to you -> you are limiting your data receive.

You have two options.
Increase rate
Decrease updaterate (or tickrate)


For your current situation 2900 byte per packet

2900 byte x 128 updaterate = sv_minrate 371200

or

256000 rate / 2900 byte = sm_cvar sv_maxupdaterate 88
__________________
Do not Private Message @me
Bacardi is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-26-2021 , 08:55   Re: server wide choking
Reply With Quote #23

Quote:
Originally Posted by Sincronic View Post
@bacardi
I don't understand how it works after all. There are many servers with 32 players in 128 tickrate and there is no choke.
Simple, the more slots and more tickrate the more processing you need, so you need very good hardware.

And from what I could see you have 14 CSGO servers and all 128 tickrate, correct?

Besides the use of their mysql database in the same dedicated, FastDL that players use to download materials, models and sounds that may have been customized on their server.

Maps from what I saw you use another network in this case.

I believe it is easier for you to post here a print of how your machine's resources are, so we can help you to identify what can be. Log in to your dedicated ssh root and use the top command and take a print.

Use this command with all your servers connected and preferably when you see that you are having the problems you mentioned.

Here is a print of how the information should be: https://prnt.sc/xns3bn
paulo_crash is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:21.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode