Posts: 5
Threads: 3
Joined: Mar 2011
Reputation:
0
03-21-2011, 07:40 PM
Hello,
I would like to know, how is it possible to get the right cs server's fps ?
I have read somewhere, that rcon stats via hlsw is not the right one method.
Also, could anybody explain, how much can be the maximum overall cpu usage to get stable fps without drops ?
Any help will be highly appreciated.
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
as long as the fps are below 1000.0 stats displays the correct value. only at larger fps, the displayed value will always be 1000.0. you can read the real fps in that case using host_speeds 1, but that works only directly at the server console, not via rcon (hlsw etc.).
there is no valid way to obtain the real cpu usage, so nobody will be able to answer your second question. cpu usage is just nothing reliable in case of game servers.
Posts: 5
Threads: 3
Joined: Mar 2011
Reputation:
0
Ok, is there any tutorial how to check fps from local server directly, how this server should be started ?
(I'm using ./hlds_run.. command)
Posts: 5
Threads: 3
Joined: Mar 2011
Reputation:
0
I have added host_speeds 1 to run command and got it. Thank you!
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
beware: host_speeds prints the fps at every frame, that can also induce lag. don't use it in a production server!