02-14-2010, 04:14 AM
Switched from Debian to openSUSE.One thing to say ... IT'S GREAT ! With default kernel (250 hz),even if my server has 100-150 FPS, the pings are the same as in 1000 hz kernel !..and far more stable
Now i'm just chageing the timer fv from 250 to 1000 + preemptible rcu , hope it does the magic I'll come back with a graph with my new measurements !
By the way,can someone show me a script in purpose tu start multiple servers on tha same machine ( with posibility of chageing the startup line for each server ) just like a batch file in windows ? :
Eg:
start /low /min hlds.exe -console -game cstrike -insecure -heapsize 32000 +exec server1.cfg
PING 1.1.1.1 -n 5 -w 1
start /low /min hlds.exe -console -game cstrike -insecure -heapsize 32000 +exec server2.cfg
PING 1.1.1.1 -n 5 -w 1
start /low /min hlds.exe -console -game cstrike -insecure -heapsize 32000 +exec server3.cfg
PING 1.1.1.1 -n 5 -w 1
start /low /min hlds.exe -console -game cstrike -insecure -heapsize 32000 +exec server4.cfg
...something like that but for linux[/align]
Now i'm just chageing the timer fv from 250 to 1000 + preemptible rcu , hope it does the magic I'll come back with a graph with my new measurements !
By the way,can someone show me a script in purpose tu start multiple servers on tha same machine ( with posibility of chageing the startup line for each server ) just like a batch file in windows ? :
Eg:
start /low /min hlds.exe -console -game cstrike -insecure -heapsize 32000 +exec server1.cfg
PING 1.1.1.1 -n 5 -w 1
start /low /min hlds.exe -console -game cstrike -insecure -heapsize 32000 +exec server2.cfg
PING 1.1.1.1 -n 5 -w 1
start /low /min hlds.exe -console -game cstrike -insecure -heapsize 32000 +exec server3.cfg
PING 1.1.1.1 -n 5 -w 1
start /low /min hlds.exe -console -game cstrike -insecure -heapsize 32000 +exec server4.cfg
...something like that but for linux[/align]