client fps_max effect server performance?

Сообщения
65
Реакции
1
does client side fps_max effect server performance?

i have players with fps_max 600 or even fps_max 1000. (value with query_client_cvar)

  • does this high fps_max make the server lag?
  • how is the relation between server fps_max and the client fps_max ?
  • from my understanding the sv_maxupdaterate is what determines the requests/lag
  • i know fps_max can be faked, and as far as i know it is impossible to force a fps limit

my server settings are

Код:
sys_ticrate "10000"
fps_max "100.0"
sv_maxunlag "0.5" 

sv_minrate "20000" 
sv_maxrate "100000"
sv_minupdaterate "25"
sv_maxupdaterate "102"
 
Сообщения
106
Реакции
17
Помог
2 раз(а)
Hi, it's not affect client btw your server rate setup is very bad why? Because goldsrc is not designed for that much fps and you will get counter effect your server will use more resources as it should, make this changes and you will be fine.

Код:
sys_ticrate "1100"
//fps_max "100.0" // remove it
sv_maxunlag "0.5"

sv_minrate "20000"
sv_maxrate "100000"
sv_minupdaterate "20"
sv_maxupdaterate "102"
 
Сообщения
65
Реакции
1
thank you. I changed it now, and will test it, here is other settings. i have attached below some stats output, when my server fps is going between 800-100 fps shortly. what are the most common causes for these fps drops? you can see it doesnt lag with 28 p, but with 19 p suddenly it lags. (my host has ddos very often)

Код:
sv_echo_unknown_cmd "0"
sv_rcon_condebug "1"
sv_rehlds_movecmdrate_max_avg "1500"
sv_rehlds_movecmdrate_max_burst "-1"
sv_rehlds_stringcmdrate_max_avg "80"
sv_rehlds_stringcmdrate_max_burst "-1"

sv_unlagsamples 1
sv_unlagpush 0
mp_consistency "1"

NO LAG

Код:
CPU In Out Uptime Users FPS Players
20.60 291.35 589.36 81 138 873.53 28
stats
CPU In Out Uptime Users FPS Players
20.60 296.01 599.87 81 138 844.45 28
stats
CPU In Out Uptime Users FPS Players
20.60 304.57 622.17 81 138 699.40 28
stats
CPU In Out Uptime Users FPS Players
20.00 304.11 621.17 81 138 774.05 28
stats
CPU In Out Uptime Users FPS Players
20.00 310.24 631.02 81 138 822.03 28
stats
CPU In Out Uptime Users FPS Players
20.50 304.13 611.45 81 138 865.48 28
stats
CPU In Out Uptime Users FPS Players
20.50 297.50 598.01 81 138 770.39 28
stats
CPU In Out Uptime Users FPS Players
20.50 292.31 588.55 81 138 878.89 28



LAG

Код:
CPU In Out Uptime Users FPS Players
57.00 131.41 279.29 541 1271 524.00 19
stats
CPU In Out Uptime Users FPS Players
57.00 130.60 279.68 541 1271 341.73 19
stats
CPU In Out Uptime Users FPS Players
47.50 134.70 286.90 541 1271 717.95 19
stats
CPU In Out Uptime Users FPS Players
47.50 135.58 287.99 541 1271 740.73 19
stats
CPU In Out Uptime Users FPS Players
47.50 136.37 289.08 541 1271 165.91 19
stats
CPU In Out Uptime Users FPS Players
47.50 136.33 285.92 541 1271 766.06 19
stats
CPU In Out Uptime Users FPS Players
62.33 155.82 271.26 542 1275 274.17 15
stats
CPU In Out Uptime Users FPS Players
62.33 155.52 271.57 542 1275 225.11 15
stats
CPU In Out Uptime Users FPS Players
63.50 157.60 275.96 542 1275 250.38 15
stats
CPU In Out Uptime Users FPS Players
63.50 160.18 284.30 542 1275 299.99 15
stats
CPU In Out Uptime Users FPS Players
63.50 161.01 287.69 542 1275 745.31 15
stats
CPU In Out Uptime Users FPS Players
63.50 160.85 287.45 542 1275 208.50 15
stats
CPU In Out Uptime Users FPS Players
63.50 159.56 283.36 542 1275 173.48 15
stats
CPU In Out Uptime Users FPS Players
63.50 159.49 283.42 542 1275 177.98 15
stats
CPU In Out Uptime Users FPS Players
55.40 140.61 259.63 542 1275 357.48 14
stats
CPU In Out Uptime Users FPS Players
55.40 139.97 257.82 542 1275 230.58 14
stats
CPU In Out Uptime Users FPS Players
28.00 142.31 265.95 544 1276 876.49 14
 
Сообщения
65
Реакции
1
but now the default server value for fps_max is also
fps_max "100.0".
what is the best value here if I have
sys_ticrate "1100"
 
Сообщения
1
Реакции
0
Обратите внимание, если вы хотите заключить сделку с этим пользователем, он заблокирован
sys_ticrate 128
 
Сообщения
65
Реакции
1
i cannot change the command line, the host wants money for that... what does pingboost do?
 

ssx

Сообщения
272
Реакции
71
kaktuspo,
sv_minupdaterate "25" - it's very low value for modern servers, can be "choke" on client. And player with low value will be mini-teleport for enother players when move.

"does client side fps_max effect server performance? " - fpx_max no but high value of cl_cmdrate can flood client->server packets.
sv_rehlds_movecmdrate_max_avg, sv_rehlds_movecmdrate_max_burst, sv_rehlds_stringcmdrate_max_avg, sv_rehlds_stringcmdrate_max_burst should be protected from flooding.


Client:
rate 100000
cl_resend 2
cl_cmdbackup 2
cl_cmdrate 450
cl_updaterate 102
cl_dlmax 1024
ex_interp 0.065
fps_max 432

Server CS 1.6:
sys_ticrate 1050
sv_lan_rate 100000
sv_minrate 35000
sv_maxrate 100000
sv_maxupdaterate 102
sv_minupdaterate 40
sv_rehlds_movecmdrate_avg_punish "-1"
sv_rehlds_movecmdrate_burst_punish "-1"
sv_rehlds_stringcmdrate_avg_punish "-1"
sv_rehlds_stringcmdrate_burst_punish "-1"
 
Сообщения
1
Реакции
0
Обратите внимание, если вы хотите заключить сделку с этим пользователем, он заблокирован
Сообщения
199
Реакции
38
Предупреждения
1
Помог
3 раз(а)
Алексеич, :rofl: Жалко что все больше и больше у нас в мире таких у кого нет мозгов.
 
Сообщения
65
Реакции
1
which values do you recommend for?

Код:
sv_rehlds_movecmdrate_max_avg, sv_rehlds_movecmdrate_max_burst, sv_rehlds_stringcmdrate_max_avg, sv_rehlds_stringcmdrate_max_burst
 
Сообщения
199
Реакции
38
Предупреждения
1
Помог
3 раз(а)
kaktuspo,
sv_rehlds_movecmdrate_max_avg "6000" Максимальный средний уровень «move» команд для бана
sv_rehlds_movecmdrate_avg_punish "-1" Время в минутах, на которое игрок будет забанен
sv_rehlds_movecmdrate_max_burst "20000" Максимальное отклонение уровня «move» команд для бана
sv_rehlds_movecmdrate_burst_punish "-1" ремя в минутах, на которое игрок будет забанен
 
Последнее редактирование:
Сообщения
65
Реакции
1
I now have some players who get

SZ_GetSpace: overflow on XXX
WARNING: datagram overflowed for XXX

this player has: rate 20k ping 90ms fps 200 cmdrate 65 update 70

what is the problem?
 
Сообщения
199
Реакции
38
Предупреждения
1
Помог
3 раз(а)
I now have some players who get

SZ_GetSpace: overflow on XXX
WARNING: datagram overflowed for XXX

this player has: rate 20k ping 90ms fps 200 cmdrate 65 update 70

what is the problem?
Ты под всех клиентов сервер не настроишь , если только всем купишь норм железо и интернет
 
Сообщения
65
Реакции
1
sorry i use google translate and can not understand this sentence. do you mean his connection is bad?
 

Пользователи, просматривающие эту тему

Сейчас на форуме нет ни одного пользователя.
Сверху Снизу