Re: [hlds_linux] HLDS Server FPS will not go over 250 frames per second

2007-09-09 Thread Thomas h

Did you enable tickless? try disabling it again.

Regards
Thomas @ DSRack.dk


From: Brandon Cherup [EMAIL PROTECTED]
Reply-To: hlds_linux@list.valvesoftware.com
To: hlds_linux@list.valvesoftware.com
Subject: Re: [hlds_linux] HLDS Server FPS will not go over 250 frames per
second
Date: Sat, 8 Sep 2007 05:58:00 -0400

--
[ Picked text/plain from multipart/alternative ]
well, ive got it producing about 940 FPS a second, it drops down to 400
sometimes even 80... The problem im having now is that the server seems to
be on CRACK. the users RELOAD like crazy, everything is supery speedy...
what would cause this ?

On 9/7/07, Crazy Canucks [EMAIL PROTECTED] wrote:

 I am no Linux guru, but it may be a kernel timing issue as well.  I
 think you need to compile a 1000hz kernel do you not?  I understand
 pre-emptible and tickless also help.

 Drek

 Svensk Ljud  Ljus Produktion wrote:
  If you are running 1 gameserver on 2 cores then it will loose some
  because
  of switching between core 0 and 1.
  Its better to assign one gameserver to each core !
 
  start with-
  taskset -c 0 ./srcds_run
 
  - for core 0
 
  Peter
  - Original Message -
  From: extendhost.de [EMAIL PROTECTED]
  To: hlds_linux@list.valvesoftware.com
  Sent: Thursday, September 06, 2007 8:12 PM
  Subject: Re: [hlds_linux] HLDS Server FPS will not go over 250 frames
 per
  second
 
 
 
 
  ___
  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


_
Få de bedste søgeresultater med MSN Search:  http://search.msn.dk


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


RE: [hlds_linux] HLDS Server FPS will not go over 250 frames per second

2007-09-09 Thread Guy Watkins
Should his tickrate be set that high?
Normal is 33, 66 or 100.  1 seems crazy.

} -Original Message-
} From: [EMAIL PROTECTED] [mailto:hlds_linux-
} [EMAIL PROTECTED] On Behalf Of Brandon Cherup
} Sent: Thursday, September 06, 2007 10:06 PM
} To: hlds_linux@list.valvesoftware.com
} Subject: Re: [hlds_linux] HLDS Server FPS will not go over 250 frames per
} second
}
} --
} [ Picked text/plain from multipart/alternative ]
} Im having problems compiling my kernel to change the freq, ive have spent
} over 600 dollars in the past 2 days with remotes hands trying to get this
} to
} properly compile.
}
} On 9/6/07, Guy Watkins [EMAIL PROTECTED] wrote:
} 
}  grep CONFIG_HZ your config file
} 
}  My config file is: /boot/config-2.6.22.2-42.fc6
} 
}  Your fps can't exceed the above value.  I got this info from this group.
} 
}  Guy
} 
}  } -Original Message-
}  } From: [EMAIL PROTECTED] [mailto:hlds_linux-
}  } [EMAIL PROTECTED] On Behalf Of Brandon Cherup
}  } Sent: Wednesday, September 05, 2007 2:14 PM
}  } To: hlds_linux@list.valvesoftware.com
}  } Subject: [hlds_linux] HLDS Server FPS will not go over 250 frames per
}  } second
}  }
}  } --
}  } [ Picked text/plain from multipart/alternative ]
}  } I'm trying to run a 1000 fps server, yet i cant reach those specs. I
}  have
}  } a
}  } core 2 duo 2.4 ghz and running debian 4.0 ( kernel 2.8.16 ).
}  }
}  }  My server will only top out at 250, What am I doing wrong ?
}  }
}  }
}  } My current cmd line is as follows
}  }
}  }
}  } ./hlds_run -game cstrike -tickrate 1 +fps_max 1000 -pingboost 3
}  } +maxplayers 32 +map de_dust
}  } --
}  }
}  } ___
}  } 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] HLDS Server FPS will not go over 250 frames per second

2007-09-09 Thread Ian mu
--
[ Picked text/plain from multipart/alternative ]
Isn't it sys_ticrate for hlds_run (and tickrate for srcds ?), and hasn't
there been a problem for a long time using pingboost of 3 and high frequency
kernel (try changing it to 2 to test).

On 9/9/07, Guy Watkins [EMAIL PROTECTED] wrote:

 Should his tickrate be set that high?
 Normal is 33, 66 or 100.  1 seems crazy.

 } -Original Message-
 } From: [EMAIL PROTECTED] [mailto:hlds_linux-
 } [EMAIL PROTECTED] On Behalf Of Brandon Cherup
 } Sent: Thursday, September 06, 2007 10:06 PM
 } To: hlds_linux@list.valvesoftware.com
 } Subject: Re: [hlds_linux] HLDS Server FPS will not go over 250 frames
 per
 } second
 }
 } --
 } [ Picked text/plain from multipart/alternative ]
 } Im having problems compiling my kernel to change the freq, ive have
 spent
 } over 600 dollars in the past 2 days with remotes hands trying to get
 this
 } to
 } properly compile.
 }
 } On 9/6/07, Guy Watkins [EMAIL PROTECTED] wrote:
 } 
 }  grep CONFIG_HZ your config file
 } 
 }  My config file is: /boot/config-2.6.22.2-42.fc6
 } 
 }  Your fps can't exceed the above value.  I got this info from this
 group.
 } 
 }  Guy
 } 
 }  } -Original Message-
 }  } From: [EMAIL PROTECTED] [mailto:hlds_linux-
 }  } [EMAIL PROTECTED] On Behalf Of Brandon Cherup
 }  } Sent: Wednesday, September 05, 2007 2:14 PM
 }  } To: hlds_linux@list.valvesoftware.com
 }  } Subject: [hlds_linux] HLDS Server FPS will not go over 250 frames
 per
 }  } second
 }  }
 }  } --
 }  } [ Picked text/plain from multipart/alternative ]
 }  } I'm trying to run a 1000 fps server, yet i cant reach those specs. I
 }  have
 }  } a
 }  } core 2 duo 2.4 ghz and running debian 4.0 ( kernel 2.8.16 ).
 }  }
 }  }  My server will only top out at 250, What am I doing wrong ?
 }  }
 }  }
 }  } My current cmd line is as follows
 }  }
 }  }
 }  } ./hlds_run -game cstrike -tickrate 1 +fps_max 1000 -pingboost 3
 }  } +maxplayers 32 +map de_dust
 }  } --
 }  }
 }  } ___
 }  } 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