12-27-2009, 03:20 AM
you wrote me an email before this post > if iam interest to pay 500 eur for that :-) thats not nice....
happy x-mas: more than 1000 fps :-)
|
12-27-2009, 03:20 AM
you wrote me an email before this post > if iam interest to pay 500 eur for that :-) thats not nice....
12-27-2009, 10:44 AM
I just noticed that some GSP's started to rent out servers with 2000 fps... but not with many slots... is it really good to run servers with over 1000fps? well im not gonna try to fix something thats not broken =) but this is gonna be very interesting xD
12-27-2009, 08:21 PM
@KaMiKaZe: some posts above and also in my wiki I make it very clear that I don't believe this will improve the server quality.
@Peter_Pan123: Sorry, that's life If it makes you feel better: I didn't plan to make it open source in those days.
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!) Do not ask technical questions via PM!
12-28-2009, 10:44 PM
(This post was last modified: 12-28-2009, 10:57 PM by Terrorkarotte.)
(12-27-2009, 08:21 PM)BehaartesEtwas Wrote: @KaMiKaZe: some posts above and also in my wiki I make it very clear that I don't believe this will improve the server quality.I ran some tests during the last days and i can say it does not make it better. You get a nicer graph thats all. Why I think so? For testing porpuse I ran it with 1010 fps an i gain a nice 1000fps flatline. I did that with orangebox games so that I could use the net_graph 4. On the same root there is a serevr with the same settings except the lib and the server sv is constant ~990. The fps Meter Tells me constant 992 fps on the machine. For tests i prefere host_profile 1 and net_graph 4 cause they are more accurate than the stats command. Now I checked the lib boosted server on the same machine. The fpsmetergraph was a 1000.5 fps flatline. BUT the sv value was jumping from 900 to 970. Looking into it with host_profile -> the same as result as with the net_graph 4. I repeated this with FPS 1000 value for the lib. Now I got identical fpsmeter graphs but the stability of the sv value was also worse with the lib. Playing on the server we could not notice any difference from 1k to 2k to 5k or even 10k fps. So my advise: If you run the root on your own do not use this lib, because the gameserver is less stabel, no matter which fps amount you use. You do not get any benefit from it. If you are a gameserver provider it will be "what the customer wants, the customer gets" But I would mark your "high FPS" offer as nonsense so that the customers do not feel betrayed, when they find out that the high fps brings no benefit. (12-24-2009, 05:56 AM)SBT Wrote: I have the script saved as BEpingboost.c located in / I guess you have a 64 bit system. The compilers can not compile in 32 bits. Thats what the -32 command orders. You have to install crosscompling libs, so that you also can compile in 32 bit. With Debian you need to do this: Code: apt-get update && apt-get install gcc-4.3-multilib gcc-multilib lib32bz2-1.0 lib32bz2-dev lib32gomp1 lib32z1-dev libbz2-dev libc6-dev-i386 zlib1g-dev (12-24-2009, 12:57 AM)scorpio2k2 Wrote: where can i found libBEpingboost.so.1.0.1 ???You can find it wherever you place it. It has no default directory. I placed it in /home/libBEpingboost.so.1.0.1 . (12-26-2009, 08:25 PM)BehaartesEtwas Wrote:Now lets see which company is honest and marks this "product" as nonsense and which only wants your money no matter what(12-26-2009, 06:10 PM)Peter_Pan123 Wrote: omg now it starts .... the fps fight of the hosting companys.... My guess: "rent our high ultra bla bla server" ^^
12-30-2009, 08:51 PM
beware that it's not the fps variations that are important but the time variation. the higher the fps the larger the fps variations get when having a constant time variation (simple math: fps are the inverse of the time). so it might not be as bad as it looks. I did not see any change in quality during some days of testing on my public servers. when running more servers than cpu-cores in the root the probability of fps drops increases with high fps of course, but that is negligible unless going to very high fps...
so this lib will not really change anything. it's just for those who want to try some techical tricks :-) Or maybe someone can modify it for some real use...
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!) Do not ask technical questions via PM!
hey BE,
is this lib considered to be stable or are there known crashs when using it? or does anyone else already have some experiences with this lib?
02-17-2010, 01:15 AM
it should run stable as long as you don't rise the fps too high. but I don't use it (because it's nonsense ), so it's not deeply tested by me.
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!) Do not ask technical questions via PM!
02-17-2010, 01:19 AM
no no, I did set it to 2000 and I'm running kernel 2.6.32-ck2 with 1000Hz timer and tickless disabled ... so it should run stable, shouldn't it? I mean there are even some GSPs using exactly this lib, right?
02-17-2010, 03:46 AM
I had a few crashes between 6 css servers running 24/7 for about a week (opposed to none at all),
Hope that helps, Christy
02-17-2010, 03:13 PM
but not with ck .... public or clanserver?
02-17-2010, 11:09 PM
02-18-2010, 09:07 AM
I threw this into my screen command and it worked just fine. Sends my rt kernel servers that used to run 1000fps to ~2500fps. Works great. Love it. Does changing the 4000 to anything higher do anything?
02-18-2010, 03:19 PM
i dont run ck because of the missing rt classes. and i dont use libs because its senseless.
08-05-2010, 05:14 AM
Hi people ^^
Excuse me for the question, but I was trying your boostfps file with success into a direct console but without success in a screen I tried many way to solve my problem, but everytime without success ... I already checked the way explained on your wiki : Quote:LD_PRELOAD with screen But without success too ... I'm actually using an first init file using "nice" feature who call the second final init including the full scrds options. So perhaps I can try something by including the LD_PRELOAD into my first init script ? Here it's my init script : Code: #!/bin/sh So if someone can explain me how use it ?
08-05-2010, 08:32 PM
you probably need to do that in /etc/init.d/N1-GAMING-CSS-WAR1
can you show us the file?
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!) Do not ask technical questions via PM! |
« Next Oldest | Next Newest »
|