Raised This Month: $32 Target: $400
 8% 

[CSGO] Bad server performance with good specs


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dankcue
New Member
Join Date: Apr 2019
Old 04-12-2019 , 05:56   [CSGO] Bad server performance with good specs
Reply With Quote #1

server cant even handle 4 players smoothly



specs: Cpu: Intel Xeon (Skylake, IBRS) 4vcpus, 2,1ghz
16gb ram
click



sv screenshot (goes up to 21)
click

server.cfg
Code:
hostname "***"
rcon_password ***
sv_password 
sv_setsteamaccount ***
sv_downloadurl "***"


sv_allowdownload 1
sv_allowupload 1
maxplayers 32


rate 102.4
cl_cmdrate 102.4
cl_updaterate 102.4
sv_staminamax 0
sv_staminajumpcost 0
sv_staminalandcost 0
sv_staminarecoveryrate 0
sv_airaccelerate 1000
sv_enablebunnyhopping 1
mp_weapons_allow_map_placed 1
mp_endmatch_votenextmap 0
mp_endmatch_votenextleveltime 0
bot_quota 1
sv_hibernate_when_empty 0
sv_allow_votes 0
sv_friction 4
sv_accelerate 5
mp_match_end_restart 0
mp_match_end_changelevel 1
sv_pure 0
mp_autoteambalance 0
sv_clamp_unsafe_velocities 0
mp_limitteams 0

mp_autokick 0
mp_ignore_round_win_conditions 1

sm_cvar bot_controllable 0

sv_timebetweenducks 0
mp_do_warmup_period 0
mp_warmuptime 0

sv_maxvelocity 3500
sv_ladder_scale_speed 1

sm_cvar sv_footsteps 1
sv_min_jump_landing_sound 260

sv_holiday_mode 0

shavit_replay_botplususe 0

sv_tags "bhop"

exec banned_user.cfg
exec banned_ip.cfg

sv_maxrate 0
sv_minrate 192000
sm_cvar sv_maxcmdrate 102.4
sv_mincmdrate 102.4
sv_minupdaterate 102.4
sm_cvar sv_maxupdaterate 102.4

sv_allowdownload 1

sm_flashlight_lookatweapon 1
sm_flashlight_return 1

sv_prime_accounts_only 1

sm_forcetimelimit_enable 1

rcon_password "***"

sv_server_graphic1 "graphic1.png"

tv_enable 1
tv_delay 0
tv_advertise 0
perfomance.cfg
Code:
# Hibernation
sm_cvar sv_hibernate_ms 0
sm_cvar sv_hibernate_ms_vgui 0
sm_cvar sv_hibernate_postgame_delay 0
sm_cvar sv_hibernate_when_empty 0

# Network / Throughput
sm_cvar sv_parallel_sendsnapshot 1
sm_cvar sv_enable_delta_packing 1
sm_cvar sv_maxunlag 0.1
sm_cvar net_maxcleartime 0.001
sm_cvar net_minroutable 1000
sm_cvar net_earliertempents 1
sm_cvar net_compresspackets 0

# Ragdolls / Props
sm_cvar g_ragdoll_important_maxcount 1
sm_cvar g_ragdoll_maxcount 1
sm_cvar phys_enable_experimental_optimizations 1
sm_cvar prop_active_gib_limit 1
sm_cvar prop_active_gib_max_fade_time 1
sm_cvar sv_turbophysics 1

# CPU Tweaks
sm_cvar fps_max 0
sm_cvar host_framerate 0
sm_cvar host_syncfps 0
sm_cvar pvs_min_player_distance 1
sm_cvar sv_alternateticks 1
sm_cvar sv_force_transmit_ents 0
sm_cvar sv_force_transmit_players 0
sm_cvar sv_forcepreload 1
sm_cvar sv_stats 0
sm_cvar sv_parallel_packentities 1
sm_cvar sv_multiplayer_maxtempentities 1

# Experimental Async / MultiThreading
sm_cvar occlusion_test_async 1
sm_cvar host_threaded_sound 1
sm_cvar host_threadmode 2
sm_cvar sv_threaded_init 1
sm_cvar mod_load_anims_async 1
sm_cvar mod_load_mesh_async 1
sm_cvar mod_load_vcollide_async 1
sm_cvar vprof_server_thread 1
sm_cvar g_ai_threadedgraphbuild 1
thanks in advance
dankcue is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 04-12-2019 , 12:00   Re: [CSGO] Bad server performance with good specs
Reply With Quote #2

"good specs"
"2.1 ghz"

I don't think anyone would consider that good specs, but when you say with 4 players, does that include bots? Bots are more expensive than normal players. You also have to remember you're running a lower frequency processor with virtualization, so your actual performance is probably even lower than normal. SRCDS is primarily single-threaded, so regardless of additional cores, you won't see an improvement.
__________________

Last edited by sneaK; 04-12-2019 at 12:01.
sneaK is offline
dankcue
New Member
Join Date: Apr 2019
Old 04-12-2019 , 17:47   Re: [CSGO] Bad server performance with good specs
Reply With Quote #3

yeah i just noticed that with the cpu..

replay bot from shavits-bhoptimer. but i found a fix for it, there was a plugin that send errors everytime when someone was in the start zone. its a bit better now
dankcue is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 04-12-2019 , 20:50   Re: [CSGO] Bad server performance with good specs
Reply With Quote #4

That CP is like sneaK says pretty bad for CSGO servers. BUT I swear im seeing people complain about high SV on other servers as well the last month. I think the latest CSGO updates messed something up. I see high SV in MM too.
Ejziponken is offline
Zuby24
Member
Join Date: Apr 2017
Location: Romania/Bucharest
Old 04-13-2019 , 07:36   Re: [CSGO] Bad server performance with good specs
Reply With Quote #5

I am using an old Intel Xeon X5690 with 128 tickrate 24 players no problem it can handle....
So if you want better performance i will go with linux (debian stable with RT kernel), OpenGamePanel (as web frontend) and you should assign all cores to your server. I suggest to use 64 tickrate (since 2.1 ghz is a little bit lower).
Good Luck!
__________________
Zuby24 is offline
dankcue
New Member
Join Date: Apr 2019
Old 04-13-2019 , 08:45   Re: [CSGO] Bad server performance with good specs
Reply With Quote #6

thanks for the replies

im gonna stay like this, i got a cvar which just writing errors constantly if someone was in the timer start zone.. its kinda fixed, even the sv is a bit higher than usual, it works and u dont really feel it.
dankcue is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 04-15-2019 , 18:33   Re: [CSGO] Bad server performance with good specs
Reply With Quote #7

You should get a stronger cpu or even better use dedicated cpu cores.

Last edited by TomL.; 04-15-2019 at 18:34.
TomL. is offline
Reply



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 23:57.


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