Raised This Month: $ Target: $400
 0% 

Bandwidth Rates / Settings CSS


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
headhunterzcph
Member
Join Date: Nov 2012
Location: Danmark
Old 11-05-2012 , 17:05   Bandwidth Rates / Settings CSS
Reply With Quote #1

bandwidth rates / settings CSS
English:
Server os: Windows Server 2012 64-bit
Processor: Intel Core [TM] 2 Duo T7500 2.20GHZ processor
RAM: 4 GB DDR2
Game(s): Counter-Strike Source

20/2 Mbps


I just need to know how many slots should I run
and how much should I run with fps_max.


how to find the server settings bandwidth rates / settings
And where can I read about it
So on Internet.

I hope you can help me with this here big problem the lagger the whole time that at the not what I am must do?

Last edited by headhunterzcph; 11-06-2012 at 16:07.
headhunterzcph is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 11-05-2012 , 17:19   Re: Bandwidth Rates / Settings CSS
Reply With Quote #2

Why did you blank your other thread that was for the same issue?
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
headhunterzcph
Member
Join Date: Nov 2012
Location: Danmark
Old 11-06-2012 , 01:50   Re: Bandwidth Rates / Settings CSS
Reply With Quote #3

I came to write wrong.
I'll have more info it's not enough to write to me
headhunterzcph is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 11-06-2012 , 13:19   Re: Bandwidth Rates / Settings CSS
Reply With Quote #4

Quote:
Originally Posted by headhunterzcph View Post
I came to write wrong.
I'll have more info it's not enough to write to me
You could have just edited your post, also please re-read the forum rules, you agreed to them when you registered - which includes blanking out thread content.
__________________
asherkin is offline
headhunterzcph
Member
Join Date: Nov 2012
Location: Danmark
Old 11-06-2012 , 16:07   Re: Bandwidth Rates / Settings CSS
Reply With Quote #5

ok thanks for the help I did not know how to do it. and sorry
headhunterzcph is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 11-07-2012 , 06:55   Re: Bandwidth Rates / Settings CSS
Reply With Quote #6

Ok, I spam you something. And this is mine opinion, anyone else can share own info.


2Mbps upload, convert to kilo Bytes
(2 / 8) * 1000 = 250 KB/s

It depend a lot how well maps have builded and in the worst case,
are the majority of players present in the same place.

Looking from net_graph diagram we see how much "action" happend in every tick.
I have for now 5 bots around me shooting each other.
Looking peaks from diagram it reach close 400, and is mostly 300 continually.
Spoiler

So if we calculate (with cl_updaterate 66 what have 15ms delay between ticks)
300 * 66 updaterate = 19800
400 * 66 updaterate = 26400

One player could use momentarily 20KB/s ~ 27KB/s your server upload bandwidht (estimated).

So, upload 250 KB/s divided 20 ~ 27 KB/s, you could host 9~12 players.
Code:
sv_maxrate 30000
sv_minrate 20000
sv_maxupdaterate 66
sv_minupdaterate 20
sv_maxcmdrate 66
sv_mincmdrate 30
sv_client_cmdrate_difference 100

------


When limit players cl_updaterate to 20 (we have 50ms delay between ticks).
For now I have 10 bots around me shooting each other, peaks from diagram reach over 700.
Of cource because we have little big delay between ticks and in that 50ms happens a lot action.
Spoiler

So if we calculate again
700 * 20 updaterate = 14000
900 * 20 updaterate = 18000

One player could use momentarily 14KB/s ~ 18KB/s your server upload bandwidht (estimated).
Much less you see and where have more players around one player.

To share upload connection 250KB/s with 14 ~ 18 KB/s, you could host 13~17 players
Code:
sv_maxrate 25000
sv_minrate 20000
sv_maxupdaterate 20
sv_minupdaterate 20
sv_maxcmdrate 66
sv_mincmdrate 30
sv_client_cmdrate_difference 100
__________________
Do not Private Message @me

Last edited by Bacardi; 11-07-2012 at 06:56.
Bacardi is offline
headhunterzcph
Member
Join Date: Nov 2012
Location: Danmark
Old 11-09-2012 , 02:03   Re: Bandwidth Rates / Settings CSS
Reply With Quote #7

the lagg still what should I do omg help me :S

Last edited by headhunterzcph; 11-17-2012 at 09:12.
headhunterzcph 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 10:56.


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