Re: [hlds_linux] 99% in rcon stats, but not in top

2007-10-03 Thread Dan E
--
[ Picked text/plain from multipart/alternative ]
Well, I did find the culprit for FPS fluctuations: apparently, srcds does not 
like you typing these commands straight into console.  Typing them from rcon 
gives me a VERY consistent 500FPS with low CPU usage (different kernel now) and 
6 bots.  Same effect on both Windows and Linux on same hardware.

So the moral of the story is: don't type anything in local console :D

Dan E <[EMAIL PROTECTED]> wrote: --
[ Picked text/plain from multipart/alternative ]
I can't check right now (in a few hours or by tomorrow I can let you know), but 
I did do some testing on a fresh 2k3 Ent SP2 install.  Nothing else on it.  
Fired up the server, set the affinity to cpu 2, and put 6 bots with CSSDM.  
With CPU usage this low, why is the FPS fluctuating so friggin much?!

http://img146.imageshack.us/img146/905/fluctuatingfpswi9.jpg

Gary Stanley  wrote: At 01:33 PM 10/2/2007, Dan E wrote:
>--
>[ Picked text/plain from multipart/alternative ]
>Xeon 2.8 533FSB.
>
>I put the original comparison of top vs. rcon stats in the OP.  But
>to summarize, rcon stats with 6 bots = 99 constant, top would be
>around 30-50 depending on what was going on.  Empty, top reports
>almost no usage, rcon stats reports about 27%.

What timecounter are you using?

"grep timer /proc/interrupts" or "dmesg|egrep time.c"




___
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] 99% in rcon stats, but not in top

2007-10-02 Thread Dan E
--
[ Picked text/plain from multipart/alternative ]
I can't check right now (in a few hours or by tomorrow I can let you know), but 
I did do some testing on a fresh 2k3 Ent SP2 install.  Nothing else on it.  
Fired up the server, set the affinity to cpu 2, and put 6 bots with CSSDM.  
With CPU usage this low, why is the FPS fluctuating so friggin much?!

http://img146.imageshack.us/img146/905/fluctuatingfpswi9.jpg

Gary Stanley <[EMAIL PROTECTED]> wrote: At 01:33 PM 10/2/2007, Dan E wrote:
>--
>[ Picked text/plain from multipart/alternative ]
>Xeon 2.8 533FSB.
>
>I put the original comparison of top vs. rcon stats in the OP.  But
>to summarize, rcon stats with 6 bots = 99 constant, top would be
>around 30-50 depending on what was going on.  Empty, top reports
>almost no usage, rcon stats reports about 27%.

What timecounter are you using?

"grep timer /proc/interrupts" or "dmesg|egrep time.c"




___
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] 99% in rcon stats, but not in top

2007-10-02 Thread Gary Stanley

At 01:33 PM 10/2/2007, Dan E wrote:

--
[ Picked text/plain from multipart/alternative ]
Xeon 2.8 533FSB.

I put the original comparison of top vs. rcon stats in the OP.  But
to summarize, rcon stats with 6 bots = 99 constant, top would be
around 30-50 depending on what was going on.  Empty, top reports
almost no usage, rcon stats reports about 27%.


What timecounter are you using?

"grep timer /proc/interrupts" or "dmesg|egrep time.c"




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


Re: [hlds_linux] 99% in rcon stats, but not in top

2007-10-02 Thread Dan E
--
[ Picked text/plain from multipart/alternative ]
Xeon 2.8 533FSB.

I put the original comparison of top vs. rcon stats in the OP.  But to 
summarize, rcon stats with 6 bots = 99 constant, top would be around 30-50 
depending on what was going on.  Empty, top reports almost no usage, rcon stats 
reports about 27%.

Gary Stanley <[EMAIL PROTECTED]> wrote: At 11:34 AM 10/2/2007, Dan E wrote:
>--
>[ Picked text/plain from multipart/alternative ]
>Wouldn't that just hide the problem, not fix it?  There's obviously
>something amiss, as the FPS is not constant either.  I'm putting 2k3
>on different disks to see if that makes a difference... we'll find out shortly.

What kind of xeons?

What does 'top' say, in comparison to what is showing in rcon stats?
I wouldn't trust what rcon stats shows you for cpu usage anyways.


___
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] 99% in rcon stats, but not in top

2007-10-02 Thread Gary Stanley

At 11:34 AM 10/2/2007, Dan E wrote:

--
[ Picked text/plain from multipart/alternative ]
Wouldn't that just hide the problem, not fix it?  There's obviously
something amiss, as the FPS is not constant either.  I'm putting 2k3
on different disks to see if that makes a difference... we'll find out shortly.


What kind of xeons?

What does 'top' say, in comparison to what is showing in rcon stats?
I wouldn't trust what rcon stats shows you for cpu usage anyways.


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


Re: [hlds_linux] 99% in rcon stats, but not in top

2007-10-02 Thread Einar S. Idsø
The CPU-usage reported by srcds is kernel_hz/100 * actual_cpu_usage.
Normally game-hosts run at 1000Hz, so you'll get 10x the actual value.
And then it caps at 100%. So even at 10% CPU-usage you'll get 100%
reported by srcds.

The new orangebox srcds doesn't do this, however.

Cheers,
Einar

Dan E wrote:
> --
> [ Picked text/plain from multipart/alternative ]
> I recently acquired two dual Xeon 2.8 servers that I'm trying to get srcds 
> running on CentOS 5.  I've tried many different configurations, but srcds 
> acts very strangely.  rcon stats with 6 bots in DM will report 99% usage, 
> empty reports 26%.   But top disagrees.  I have it bound to CPU1, nothing 
> else on it.  Any ideas as to what could cause it?
>
> Hyperthreading disabled.  I've tried with and without dynamic ticks, 1500hz, 
> 1000hz, etc.  I've just never seen anything like this :(
>
> CPU   InOut   Uptime  Users   FPSPlayers
> 99.90  0.00  0.00   0 0  148.46   6
>
> top - 06:57:34 up 2 min,  2 users,  load average: 0.00, 0.00, 0.00
> Tasks: 119 total,   2 running, 117 sleeping,   0 stopped,   0 zombie
> Cpu0  :  0.1%us,  0.7%sy,  0.0%ni, 99.2%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
> Cpu1  : 33.9%us,  0.5%sy,  0.0%ni, 64.7%id,  0.8%wa,  0.1%hi,  0.0%si,  0.0%st
> Mem:   3116040k total,   451784k used,  2664256k free,16500k buffers
> Swap:  2031608k total,0k used,  2031608k free,   290488k cached
>
>   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
>  2970 srcds 20   0  146m  73m  14m R   38  2.4   0:11.61 srcds_i686
>
> --
>
> ___
> 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] 99% in rcon stats, but not in top

2007-10-02 Thread Dan E
--
[ Picked text/plain from multipart/alternative ]
Wouldn't that just hide the problem, not fix it?  There's obviously something 
amiss, as the FPS is not constant either.  I'm putting 2k3 on different disks 
to see if that makes a difference... we'll find out shortly.

Gary Stanley <[EMAIL PROTECTED]> wrote: At 10:56 AM 10/2/2007, Dan E wrote:
>--
>[ Picked text/plain from multipart/alternative ]
>I recently acquired two dual Xeon 2.8 servers that I'm trying to get
>srcds running on CentOS 5.  I've tried many different
>configurations, but srcds acts very strangely.  rcon stats with 6
>bots in DM will report 99% usage, empty reports 26%.   But top
>disagrees.  I have it bound to CPU1, nothing else on it.  Any ideas
>as to what could cause it?
>
>Hyperthreading disabled.  I've tried with and without dynamic ticks,
>1500hz, 1000hz, etc.  I've just never seen anything like this :(
>
>CPU   InOut   Uptime  Users   FPSPlayers
>99.90  0.00  0.00   0 0  148.46   6

+sv_stats 0


-- Gary Stanley ([EMAIL PROTECTED] | [EMAIL PROTECTED])

Q: Because it reverses the logical flow of conversation.
A: Why is top-posting (putting a reply at the top of the message) frowned upon?
Let's not play "Jeopardy-style quoting"



___
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] 99% in rcon stats, but not in top

2007-10-02 Thread Gary Stanley

At 10:56 AM 10/2/2007, Dan E wrote:

--
[ Picked text/plain from multipart/alternative ]
I recently acquired two dual Xeon 2.8 servers that I'm trying to get
srcds running on CentOS 5.  I've tried many different
configurations, but srcds acts very strangely.  rcon stats with 6
bots in DM will report 99% usage, empty reports 26%.   But top
disagrees.  I have it bound to CPU1, nothing else on it.  Any ideas
as to what could cause it?

Hyperthreading disabled.  I've tried with and without dynamic ticks,
1500hz, 1000hz, etc.  I've just never seen anything like this :(

CPU   InOut   Uptime  Users   FPSPlayers
99.90  0.00  0.00   0 0  148.46   6


+sv_stats 0


-- Gary Stanley ([EMAIL PROTECTED] | [EMAIL PROTECTED])

Q: Because it reverses the logical flow of conversation.
A: Why is top-posting (putting a reply at the top of the message) frowned upon?
Let's not play "Jeopardy-style quoting"



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


Re: [hlds_linux] 99% in rcon stats, but not in top

2007-10-02 Thread rowan

I found FC6 works best
Dan E wrote:

--
[ Picked text/plain from multipart/alternative ]
I recently acquired two dual Xeon 2.8 servers that I'm trying to get srcds 
running on CentOS 5.  I've tried many different configurations, but srcds acts 
very strangely.  rcon stats with 6 bots in DM will report 99% usage, empty 
reports 26%.   But top disagrees.  I have it bound to CPU1, nothing else on it. 
 Any ideas as to what could cause it?

Hyperthreading disabled.  I've tried with and without dynamic ticks, 1500hz, 
1000hz, etc.  I've just never seen anything like this :(

CPU   InOut   Uptime  Users   FPSPlayers
99.90  0.00  0.00   0 0  148.46   6

top - 06:57:34 up 2 min,  2 users,  load average: 0.00, 0.00, 0.00
Tasks: 119 total,   2 running, 117 sleeping,   0 stopped,   0 zombie
Cpu0  :  0.1%us,  0.7%sy,  0.0%ni, 99.2%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu1  : 33.9%us,  0.5%sy,  0.0%ni, 64.7%id,  0.8%wa,  0.1%hi,  0.0%si,  0.0%st
Mem:   3116040k total,   451784k used,  2664256k free,16500k buffers
Swap:  2031608k total,0k used,  2031608k free,   290488k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 2970 srcds 20   0  146m  73m  14m R   38  2.4   0:11.61 srcds_i686

--

___
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


[hlds_linux] 99% in rcon stats, but not in top

2007-10-02 Thread Dan E
--
[ Picked text/plain from multipart/alternative ]
I recently acquired two dual Xeon 2.8 servers that I'm trying to get srcds 
running on CentOS 5.  I've tried many different configurations, but srcds acts 
very strangely.  rcon stats with 6 bots in DM will report 99% usage, empty 
reports 26%.   But top disagrees.  I have it bound to CPU1, nothing else on it. 
 Any ideas as to what could cause it?

Hyperthreading disabled.  I've tried with and without dynamic ticks, 1500hz, 
1000hz, etc.  I've just never seen anything like this :(

CPU   InOut   Uptime  Users   FPSPlayers
99.90  0.00  0.00   0 0  148.46   6

top - 06:57:34 up 2 min,  2 users,  load average: 0.00, 0.00, 0.00
Tasks: 119 total,   2 running, 117 sleeping,   0 stopped,   0 zombie
Cpu0  :  0.1%us,  0.7%sy,  0.0%ni, 99.2%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu1  : 33.9%us,  0.5%sy,  0.0%ni, 64.7%id,  0.8%wa,  0.1%hi,  0.0%si,  0.0%st
Mem:   3116040k total,   451784k used,  2664256k free,16500k buffers
Swap:  2031608k total,0k used,  2031608k free,   290488k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 2970 srcds 20   0  146m  73m  14m R   38  2.4   0:11.61 srcds_i686

--

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