AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   [Release] XiRates - Calculate Server Rates and Maximum Amount of Slots (https://forums.alliedmods.net/showthread.php?t=252493)

Kia 12-04-2014 04:15

[Release] XiRates - Calculate Server Rates and Maximum Amount of Slots
 
Hello everybody,

I would like to introduce a new tool I have written, it is called XiRates.
With XiRates you can calculate the recommended rates for your servers (Note: There is currently no cap implemented, so depending on your machine it may show values that are not possible in HLDS to reach, but still valid to use).
As an extra, which might make some of you happy, it calculates the recommended amount of slots your machine can host (Calculates from CPU, RAM and Internet Connection).

Always take the lowest value from that.

How calculations are done:

sv_maxrate = ((Speed in MBit/s * 0.95 * 125) * 125) / Slots you want to host
Recommended Slots based on Connection: (Speed in MBit/s * 0.95 * 125) / 41
Recommended Slots based on RAM: RAM in MB * 0.95 / 40
Recommended Slots based on CPU (1 Core): CPU Speed in MHz * 0.95 / 87
Recommanded Slots based on CPU (2+ Core): (CPU Speed in MHz * 0.95 / 87) * (Amount of Cores * 3.36)

Note to experts: Please review those calculations and tell me if there is something to fix.
Sources for those calculations are Dreks Calculator, Valve's Support Page and some other HLDS forum.

FAQ

Q: Why is Source disabled?
A: Because I did not implement any calculations for that.

Q: Why you did not make a website for that?
A: Because I did want to. :)

Q: Are you sure all those values are correct?
A: Hell no.

Q: The tool showed me three slot recommendations and I did not read the thread, which one to choose?
A: The one with the lowest number.

Screenshots:

http://i.epvpimg.com/N8pId.png
http://i.epvpimg.com/xYP0g.png

Download: Via GitHub.

Obada 12-04-2014 05:48

Re: [Release] XiRates - Calculate Server Rates and Maximum Amount of Slots
 
Thanks man, been looking for this :P

Since people say the old one is out dated.

Kia 12-04-2014 07:35

Re: [Release] XiRates - Calculate Server Rates and Maximum Amount of Slots
 
No problem. Will push an update soon.

Fr33m@n 12-04-2014 14:22

Re: [Release] XiRates - Calculate Server Rates and Maximum Amount of Slots
 
No windows XP support ?

Kia 12-04-2014 15:27

Re: [Release] XiRates - Calculate Server Rates and Maximum Amount of Slots
 
I can't say if it works with Windows XP.

Fr33m@n 12-04-2014 19:15

Re: [Release] XiRates - Calculate Server Rates and Maximum Amount of Slots
 
well, it doesn't work with it.

Kia 12-05-2014 00:11

Re: [Release] XiRates - Calculate Server Rates and Maximum Amount of Slots
 
Do you get any error or something?

iGANGNAM 12-05-2014 02:19

Re: [Release] XiRates - Calculate Server Rates and Maximum Amount of Slots
 
what is meaning of having more cores? it can take only 1 core anyway :|

sv_minrate 0
sv_maxrate 231934
sv_minupdaterate 4
sv_maxupdaterate 773

for example those are unreal, why use that much?

Kia 12-05-2014 02:58

Re: [Release] XiRates - Calculate Server Rates and Maximum Amount of Slots
 
It's what you max. theo. could use. Maximum maxrate is 100k anyway.

klippy 12-05-2014 05:13

Re: [Release] XiRates - Calculate Server Rates and Maximum Amount of Slots
 
Code:

MetroToolTip1.SetToolTip(MetroLabel6, "Your Upload Speed in MBit/s. 10 MBit/s = 1 MB / s")
Isn't 1MB actually 8MBit?

Too bad I can't test it, I would like, but I am using LUbuntu. Good job anyway. :)


All times are GMT -4. The time now is 16:38.

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