03-03-2009, 02:08 AM
Hello,
I was doing an upgrading and patching of my kernel over these guide:
http://wiki.fragaholics.de/index.php/EN:Linux_Kernel_Optimization
First I would like to gratified with you, best guide ever for CS server admins. I got 1000FPS on server for first time. Finnaly
But now I would like to stabilize FPS, because I have some drops for 5 to 10 fps. I am stacked at these point: http://wiki.fragaholics.de/index.php/EN:Linux_Kernel_Optimization#Eliminate_small_Variations_with_.22idler.22
with idler.c
First for starting these script. Do I have to put it in background? Like these:
~# nice ./idler &
With & at the end? to put it in background?
Second, in the guide it writes like these:
How I can run these process with low priority?
And for last and third, when I start these script I think it gets a bit too much CPU? Or is these normal?
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
6861 root 30 10 1604 268 216 R 86 0.0 0:15.56 idler
Thank you!
I was doing an upgrading and patching of my kernel over these guide:
http://wiki.fragaholics.de/index.php/EN:Linux_Kernel_Optimization
First I would like to gratified with you, best guide ever for CS server admins. I got 1000FPS on server for first time. Finnaly
But now I would like to stabilize FPS, because I have some drops for 5 to 10 fps. I am stacked at these point: http://wiki.fragaholics.de/index.php/EN:Linux_Kernel_Optimization#Eliminate_small_Variations_with_.22idler.22
with idler.c
First for starting these script. Do I have to put it in background? Like these:
~# nice ./idler &
With & at the end? to put it in background?
Second, in the guide it writes like these:
Code:
You should run the program at low priority to aviod slowing down your system:
nice ./idler
How I can run these process with low priority?
And for last and third, when I start these script I think it gets a bit too much CPU? Or is these normal?
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
6861 root 30 10 1604 268 216 R 86 0.0 0:15.56 idler
Thank you!