06-06-2006, 08:43 AM
How do you get it to tell you the server fps and tick rate and stuff like that.
Show fps
|
06-06-2006, 08:43 AM
How do you get it to tell you the server fps and tick rate and stuff like that.
06-06-2006, 09:49 AM
I dont think it will display the ticrate automatically. You can set up an advert to display the ticrate during play. to get the fps to show type stats in the console.
06-06-2006, 08:57 PM
You can see the tickrate by entering the game with a client.
client must have rate set to 30000, so you allow enough bandwidth to come in. Then type net_graph 3 inside the client console, go back to the game and you will see fps stats, ping, and other networking stuff. Look where it says In: <number> <number/k> <number/s> The third one, number/s is the tickrate the server is currently running on. you can see fps by typing stats via rcon on the client or on the server
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS) Free to join, Live support! (When available) http://forums.srcds.com/viewtopic/5114
06-07-2006, 05:37 AM
oops i thought he meant server side.
06-07-2006, 07:13 AM
(This post was last modified: 06-07-2006, 07:15 AM by distant911.)
in console type the following commands:
rcon_password yourpasswordhere rcon stats stats will return something that looks like this: 12:26:02 CPU In Out Uptime Users FPS Players 2.20 0.00 0.00 322 0 501.00 0 In the example above, 501.00 is the server side FPS. The only way to tell what Tickrate the server is, is to type net_graph 3 in console. The far right numbers should be around 100, if they are not, then you don't have your rates set correctly. cl_updaterate 101 and cl_cmdrate 101. Set those and see if they are around 100. To enable your server to run at 100tickrate, just add -tickrate 100 to the command line when you start it. Let me know if you have any other questions.
06-07-2006, 08:31 AM
hexitnow Wrote:oops i thought he meant server side. He did but I just explained the client side
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS) Free to join, Live support! (When available) http://forums.srcds.com/viewtopic/5114
06-08-2006, 01:00 PM
Ok cool thanks guys, I only get like 50fps server side. Its kind of sad.
06-08-2006, 05:13 PM
You can increase Timer stuff or something to get your FPS up.
I've read a few threads about it, I'm not a Linux guy so i'm not sure how to do it. Just look in a few threads about FPS on Linux and you will find out. If not ask again
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS) Free to join, Live support! (When available) http://forums.srcds.com/viewtopic/5114
06-09-2006, 02:52 AM
what kernel are you using? sounds like you have to recompile to to 1000hz to get higher fps.
06-09-2006, 08:44 AM
Idk what kernel its the most resent one. I really dont know much about recompiling.
06-09-2006, 10:55 AM
If you type "uname -r" in the shell, it should show the kernel version.
06-09-2006, 02:21 PM
i used this guide (blatently stolen from webhostingtalk.com and i give the original poster full credit), i've done it on 5 machines running either fedora or centos without issues. but i take no responsibility if you jack up your machine doing this.
Quote:cd /usr/src/ |
« Next Oldest | Next Newest »
|