Posts: 14
Threads: 3
Joined: Sep 2008
Reputation:
0
Ive just got the new server in the datacenter and the final spec is as follows.
1x Xeon Quadcore E5405 2.0ghz 12mb cache (soon to be Dual Processor Setup)
4gb Corsair Server ECC registered memory.
Ive got two 32 player servers running at the moment how much further do you think i should push it?
Kind Regards Greg Langford
Posts: 14
Threads: 3
Joined: Sep 2008
Reputation:
0
Bandwidth should not be a problem it is currently connected to a 100mbit port which should provide 100mbit throughput out onto the web.
My allocated monthly transfer is 3TB but i can add more when required. I will try 128 slots and see what the CPU load is like. Im adding another CPU at the end of this month and another 4gb of ram just to cover my self if i ever want to use the server for anything else that could be memory intensive.
Thanks for the advice so far i shall keep you all updated on the progress.
Kind Regards Greg Langford
Posts: 841
Threads: 58
Joined: Jul 2007
Reputation:
7
Colodedi, what company are you using to host your server?
Posts: 14
Threads: 3
Joined: Sep 2008
Reputation:
0
The datacenter is Bluesquare in maidenhead i think its bluesquare 2 i cant remember what it said on the building when i delivered it last night. There are 3 bluesquare data centers on the same industrial estate and im pretty sure it was number 2
Posts: 841
Threads: 58
Joined: Jul 2007
Reputation:
7
this data center is in england, sigh.
Posts: 14
Threads: 3
Joined: Sep 2008
Reputation:
0
I will be looking to expand to USA and European data centers when i have established a customer base in the UK if you are interested in any game sevices i can take your email address and send you a mail when i have got services that are based your side of the pond?
Posts: 2,270
Threads: 45
Joined: May 2007
Reputation:
11
Please don't advertise until you get 30 constructive posts please!
realchamp Wrote:Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Posts: 14
Threads: 3
Joined: Sep 2008
Reputation:
0
i dont want to sound blunt but i have not advertised anything yet
Posts: 2,270
Threads: 45
Joined: May 2007
Reputation:
11
It was mighty close to getting to that, "If you are interested in any game services I can take your email address and send you a mail when I have got services that are based your side of the pond?"
realchamp Wrote:Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Posts: 14
Threads: 3
Joined: Sep 2008
Reputation:
0
10-06-2008, 12:37 AM
(This post was last modified: 10-06-2008, 12:39 AM by ColoDedi.)
Maybe it was close but not precise we must have a different opinions on the matter but that i believe is beyond the scope of this topic.
Anyway onto more important issues. I have now got two game servers running as a test one is a 16 slot half life 2 deathmatch server and the other is a 32 player day of defeat source server.
Im currently in the process of using rrdtool and qstat to graph cpu usage against how many players are on a server to give me a rough idea. Obviously there could be issues when a service such as yum updates a software package beacuse this could create spikes in cpu usage.
If it helps anyone i have created the following command which uses the qstat application that returns information about a game server.
./qstat -a2s SERVERNAME : PORT | tail -n 1 | awk '{print $2}' | tr -d "/MAXPLAYERS"
This should return the amount of players currently on the server. Give it a try and let me know if there are any issues with it.