Re: [hlds_linux] 1.6 FPS drops

2007-04-24 Thread Jonathan

I removed the SMT and multi core scheduler support from the kernel
and the FPS seems to be more stable now. Another thing i noticed is
that disabling ACPI seems to limit performance.

23 apr 2007 kl. 22.27 skrev Jonathan Selander:


Doesn't that just taskset the shell which executes the script? Or does
it apply to other processes executed from the script as well?

I tried it a couple of hours ago but didn't notice any difference in
performance.

Svensk Ljud  Ljus Produktion skrev:

I have a script to lanch the server and iI did add this  taskset -
c 0
./srcds_run .

Peter

- Original Message -
From: Jonathan [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Sent: Monday, April 23, 2007 6:35 PM
Subject: Re: [hlds_linux] 1.6 FPS drops



Was that using tasket? Did you modify hlds_run to launch it using
taskset
or how did you do?


have you tried to bind the running server to only one core ?
I did that yesterday, and it works better..

peter

- Original Message -
From: Jonathan [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Sent: Monday, April 23, 2007 1:35 PM
Subject: [hlds_linux] 1.6 FPS drops



Hi, I've created a new kernel with the 2.6.21-rc6 using the
dynamic
ticks and high timer options, which really improved the
performance
of my server. I need to run the servers at 1000 FPS because it
appeals to customers. The hardware is dual quad-core xeon 2.66ghz
with 8gb fully-buffered memory. The FPS is generally at
980-1000, but
sometimes it drops to around 500.

This happens with only one, completely idle server running on the
machine. Perhaps i don't need to care about this, but i'd
really like
to know what can cause these drops to happen? Apparently the
CPU is
able to keep it at a steady 1000 FPS, and since there's nothing
else
running i don't see why it should drop to ~500.

___
To unsubscribe, edit your list preferences, or view the list
archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list
archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux





___
To unsubscribe, edit your list preferences, or view the list
archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list
archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list
archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] 1.6 FPS drops

2007-04-23 Thread Svensk Ljud Ljus Produktion

have you tried to bind the running server to only one core ?
I did that yesterday, and it works better..

peter

- Original Message -
From: Jonathan [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Sent: Monday, April 23, 2007 1:35 PM
Subject: [hlds_linux] 1.6 FPS drops



Hi, I've created a new kernel with the 2.6.21-rc6 using the dynamic
ticks and high timer options, which really improved the performance
of my server. I need to run the servers at 1000 FPS because it
appeals to customers. The hardware is dual quad-core xeon 2.66ghz
with 8gb fully-buffered memory. The FPS is generally at 980-1000, but
sometimes it drops to around 500.

This happens with only one, completely idle server running on the
machine. Perhaps i don't need to care about this, but i'd really like
to know what can cause these drops to happen? Apparently the CPU is
able to keep it at a steady 1000 FPS, and since there's nothing else
running i don't see why it should drop to ~500.

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] 1.6 FPS drops

2007-04-23 Thread Svensk Ljud Ljus Produktion

I have a script to lanch the server and iI did add this  taskset -c 0
./srcds_run .

Peter

- Original Message -
From: Jonathan [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Sent: Monday, April 23, 2007 6:35 PM
Subject: Re: [hlds_linux] 1.6 FPS drops



Was that using tasket? Did you modify hlds_run to launch it using taskset
or how did you do?


have you tried to bind the running server to only one core ?
I did that yesterday, and it works better..

peter

- Original Message -
From: Jonathan [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Sent: Monday, April 23, 2007 1:35 PM
Subject: [hlds_linux] 1.6 FPS drops



Hi, I've created a new kernel with the 2.6.21-rc6 using the dynamic
ticks and high timer options, which really improved the performance
of my server. I need to run the servers at 1000 FPS because it
appeals to customers. The hardware is dual quad-core xeon 2.66ghz
with 8gb fully-buffered memory. The FPS is generally at 980-1000, but
sometimes it drops to around 500.

This happens with only one, completely idle server running on the
machine. Perhaps i don't need to care about this, but i'd really like
to know what can cause these drops to happen? Apparently the CPU is
able to keep it at a steady 1000 FPS, and since there's nothing else
running i don't see why it should drop to ~500.

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux





___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] 1.6 FPS drops

2007-04-23 Thread Jonathan Selander

Doesn't that just taskset the shell which executes the script? Or does
it apply to other processes executed from the script as well?

I tried it a couple of hours ago but didn't notice any difference in
performance.

Svensk Ljud  Ljus Produktion skrev:

I have a script to lanch the server and iI did add this  taskset -c 0
./srcds_run .

Peter

- Original Message -
From: Jonathan [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Sent: Monday, April 23, 2007 6:35 PM
Subject: Re: [hlds_linux] 1.6 FPS drops



Was that using tasket? Did you modify hlds_run to launch it using
taskset
or how did you do?


have you tried to bind the running server to only one core ?
I did that yesterday, and it works better..

peter

- Original Message -
From: Jonathan [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Sent: Monday, April 23, 2007 1:35 PM
Subject: [hlds_linux] 1.6 FPS drops



Hi, I've created a new kernel with the 2.6.21-rc6 using the dynamic
ticks and high timer options, which really improved the performance
of my server. I need to run the servers at 1000 FPS because it
appeals to customers. The hardware is dual quad-core xeon 2.66ghz
with 8gb fully-buffered memory. The FPS is generally at 980-1000, but
sometimes it drops to around 500.

This happens with only one, completely idle server running on the
machine. Perhaps i don't need to care about this, but i'd really like
to know what can cause these drops to happen? Apparently the CPU is
able to keep it at a steady 1000 FPS, and since there's nothing else
running i don't see why it should drop to ~500.

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux





___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux