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

[Orangebox] Server Rates/Performance CVARS


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
daveyboye
Senior Member
Join Date: Aug 2008
Old 03-04-2013 , 14:56   [Orangebox] Server Rates/Performance CVARS
Reply With Quote #1

I wanted to create a thread to where server owners can compare their server rates and performance cvars. That way people can tinker with what works best. Please include your game server type, what host you are with, what operating system you are on, and your maxplayers.

I operate [____Skul`Shock____] for HL2DM
Nuclear Fallout Servers with Higher CPU Priority and Hyperaccelerating
Windows Server 2008
Maxplayers - 16

Code:
//////////////////////////////////// Rates//////////////////////////////////////
sv_lan 0
sv_unlag 1
sv_maxunlag .5
sv_minrate 100000
sv_maxrate 0
sv_minupdaterate 33
sv_maxupdaterate 66
sv_mincmdrate 33
sv_maxcmdrate 66
sv_client_cmdrate_difference 1
sv_client_predict 1
sv_client_interpolate 1
sv_client_min_interp_ratio -1
sv_client_max_interp_ratio -1
sv_max_queries_sec 10
sv_max_queries_sec_global 60
sv_parallel_packentities 0
sv_parallel_sendsnapshot 0
net_splitpacket_maxrate 100000
fps_max 0
daveyboye is offline
Snaggle
AlliedModders Donor
Join Date: Jul 2010
Location: England
Old 03-04-2013 , 15:00   Re: [Orangebox] Server Rates/Performance CVARS
Reply With Quote #2

This could be handy: http://www.reece-eu.net/drekrates.php

Though I'm not sure if things have changed or not, that link may not be accurate. And it seems to be for home servers?

Last edited by Snaggle; 03-04-2013 at 15:01.
Snaggle is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 03-04-2013 , 19:53   Re: [Orangebox] Server Rates/Performance CVARS
Reply With Quote #3

They have shown to make a dramatic difference for me. It neutralizes everything. It's better to narrow your minimum and maximum cvars so server is putting out almost the same information to all players. It really aids in smooth gameplay and also better hit registry. Also, minimizing ques also helps prevent against game server specific DDOS and flooding of the server.
daveyboye is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 03-04-2013 , 23:10   Re: [Orangebox] Server Rates/Performance CVARS
Reply With Quote #4

Quote:
Originally Posted by matr1x View Post
Believe me, friend. Half, if not most, of what you just said is pure mockery.
can somebody please just tempban this troll? I think he's trolled enough today already.


For any new member or non acknowledged member that is trying to figure out the rates:

It's very important to balance them in your gameserver because it has a big influence in the CPU usage and the bandwidth usage other than ingame performances. You will notice those things when you start having a big and populated server, when the server is not any bigger than 24 players or so, unless you have a single-core slow cpu, you shouldn't notice big differences.

Hitreg is highly related to the rates too because it relies on how many updates the gameserver receives and sends from/to the client. The more updates you have, the better it is. (requires more bandwidth and CPU)


source: Years of experience with srcds
__________________

Last edited by nikooo777; 03-04-2013 at 23:10.
nikooo777 is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 03-05-2013 , 00:18   Re: [Orangebox] Server Rates/Performance CVARS
Reply With Quote #5

Quote:
Originally Posted by nikooo777 View Post
It's very important to balance them in your gameserver because it has a big influence in the CPU usage and the bandwidth usage other than ingame performances. You will notice those things when you start having a big and populated server, when the server is not any bigger than 24 players or so, unless you have a single-core slow cpu, you shouldn't notice big differences.

Hitreg is highly related to the rates too because it relies on how many updates the gameserver receives and sends from/to the client. The more updates you have, the better it is. (requires more bandwidth and CPU)


source: Years of experience with srcds
Agreed, I've had to change my rates many times when switching providers. You have to learn your providers shared hosting and see how much resources your server is taking up and how many other resources are being taken up by other servers. I sure do miss the day I ran my own dedicated box and my servers were the only ones on there. We maxed out everything when it came to rates . I'm hoping this thread will become a place people can share their rates/performance cvars with what kind of environment they are in. Just trying to help out other server owners. I've been operating Skul`Shock since 2006 and wanted to give back to the larger community.

Last edited by daveyboye; 03-05-2013 at 00:19.
daveyboye is offline
cool_myll
SourceMod Donor
Join Date: Aug 2011
Old 03-05-2013 , 15:21   Re: [Orangebox] Server Rates/Performance CVARS
Reply With Quote #6

Quote:
// Min bandwidth rate allowed on server, 0 == unlimited
sv_minrate 30000

// Max bandwidth rate allowed on server, 0 == unlimited
sv_maxrate 30000

// Minimum updates per second that the server will allow
sv_minupdaterate 66

// Maximum updates per second that the server will allow
sv_maxupdaterate 66

sv_maxcmdrate 66
Arent those the max settings if your server can handle it?
__________________
cool_myll is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 03-05-2013 , 19:17   Re: [Orangebox] Server Rates/Performance CVARS
Reply With Quote #7

Quote:
Originally Posted by cool_myll View Post
Arent those the max settings if your server can handle it?
No, you can go higher with cmdrate and updaterate if your server has the tickrate hack. 30,000 is the maximum rate for sv_maxrate.
daveyboye is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 03-05-2013 , 23:05   Re: [Orangebox] Server Rates/Performance CVARS
Reply With Quote #8

alright here we go
Quote:
// bandwidth rates/settings
sv_minrate 40000
sv_maxrate 0
sv_minupdaterate 66
sv_mincmdrate 66
sv_maxupdaterate 67
sv_maxcmdrate 67
net_maxcleartime .01
net_splitpacket_maxrate 100000
fore newbies: Don't copy paste, they will likely not work for you, i am running those settings on a quadcore 8 threaded 3.3GHz and a Gbit network...
__________________
nikooo777 is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 03-05-2013 , 23:28   Re: [Orangebox] Server Rates/Performance CVARS
Reply With Quote #9

Quote:
Originally Posted by nikooo777 View Post
alright here we go


fore newbies: Don't copy paste, they will likely not work for you, i am running those settings on a quadcore 8 threaded 3.3GHz and a Gbit network...
What's the net_maxcleartime .01 cvar? Never heard of that one. Also, what game you running. I believe the orangebox engine is capped at 30,000 rate.
daveyboye is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 03-06-2013 , 08:18   Re: [Orangebox] Server Rates/Performance CVARS
Reply With Quote #10

Quote:
Originally Posted by daveyboye View Post
... Also, what game you running. I believe the orangebox engine is capped at 30,000 rate.
Nope, it isn't.
It's default rate value for players now, when they play game first time, if they don't know how use console or change rate settings.
Code:
"rate" = "50000" ( def. "30000" )
 archive
 - Max bytes/sec the host can receive data
Before OB update, default rate value was 10000, really LOW and cause choke and high pings etc. etc. when server run tickrate more than 33.
Those settings have stayed from HL2 game.

Sometimes even 30,000 is not enough in TF2 game, there happen lot of action when all players attack in same time.
----------------------
Spoiler
__________________
Do not Private Message @me
Bacardi 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 07:51.


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