In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

You are here: Big Brother Bot ForumSupport ForumsInstallation Support (Moderator: MordyT)B3 is extremely slow
Pages: [1]   Go Down
  Print  
Author Topic: B3 is extremely slow  (Read 488 times) Bookmark and Share
Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Gameservers: UrT
Posts: 20
Offline Offline
« on: September 26, 2010, 04:04:03 AM »

Hey,yestarday i started b3 normally hosted at my pc.Commands are working normally but are really slow (3-4 seconds).Thats my server.cfg options:
set g_log "games.log" //name of the logfile. Empty ("") means no log. Log will be in the q3ut4 folder in windows. Linux uses ~/.q3a/q3ut4
set g_logsync "2" //enables/disables direct writing to the log file instead of buffered
set g_loghits "1" //log every single hit. Creates very big logs
set g_logroll "0" //create new log every now and then, instead of always using the same one
set logfile "1" //additional logging in seperate qconsole.log file. 1=buffered, 2=synced
set g_cahtime "60" //Interval in seconds of awarding points for flags in Capture and Hold gamemode
set sv_log_damage "1"

My b3.xml is:
<?xml version="1.0"?>
<configuration>
  <settings name="b3">
    <set name="parser">iourt41</set>
    <set name="database">mysql://root:*******@localhost/b3</set>
    <set name="bot_name">-[.X-p.]-^7:</set>
    <set name="bot_prefix">^1-[.X-p.]^7:-</set>
    <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
    <set name="time_zone">CST</set>
    <set name="log_level">10</set>
    <set name="logfile">c://program files/BigBrotherBot_1.3.3/b3.log</set>
  </settings>
  <settings name="server">
    <set name="rcon_password">********</set>
    <set name="port">27015</set>
    <set name="game_log">http://ftp://server3061:********@ftp.verygames.net/games/quake3/q3ut4/.quake3/q3ut4/games.log</set>
    <set name="public_ip">77.111.251.22</set>
    <set name="rcon_ip">77.111.251.22</set>
    <set name="punkbuster">off</set>
  </settings>
  <settings name="autodoc">
    <set name="type">xml</set>
    <set name="maxlevel">100</set>
    <set name="destination">5</set>
  </settings>
  <settings name="messages">
    <set name="kicked_by">%s^7 was kicked by %s^7 %s</set>
    <set name="kicked">%s^7 was kicked %s</set>
    <set name="banned_by">%s^7 was banned by %s^7 %s</set>
    <set name="banned">%s^7 was banned %s</set>
    <set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %s</set>
    <set name="temp_banned">%s^7 was temp banned for %s^7 %s</set>
    <set name="unbanned_by">%s^7 was un-banned by %s^7 %s</set>
    <set name="unbanned">%s^7 was un-banned %s</set>
  </settings>
  <settings name="plugins">
    <set name="external_dir">C:\\Program Files\BigBrotherBot_1.3.3\extplugins</set>
  </settings>
  <plugins>
    <plugin name="admin" config="@b3/conf/plugin_admin.xml"/>
    <plugin name="stats" config="@b3/conf/plugin_stats.xml"/>
    <plugin name="status" config="@b3/conf/plugin_status.xml"/>
    <plugin name="poweradminurt"  config="@b3/conf/poweradminurt.xml"/>
<plugin name="xlrstats" config="@b3/conf/xlrstats.xml"/>
<plugin name="punkbuster" config="@b3/conf/plugin_punkbuster.xml"/>
<plugin name="pingwatch" config="@b3/conf/plugin_pingwatch.xml"/>
  </plugins>
</configuration>

The b3.log can be found here http://www.text-upload.com/read.php?id=8514&c=9508629

Thanks at all.
« Last Edit: September 26, 2010, 09:51:51 AM by iShOxX » Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Online Online
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #1 on: September 26, 2010, 08:38:07 AM »

Hi, post your b3.log
Logged

Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Gameservers: UrT
Posts: 20
Offline Offline
« Reply #2 on: September 26, 2010, 09:52:19 AM »

I already did but from wrong i writed it b3.xml not b3.log..
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Online Online
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #3 on: September 26, 2010, 10:00:43 AM »

Ok, I see it now Smiley

Your b3.log is very short. It shows no issue in the initialization phase but it shows very little info about actual game play.
We need to see people connecting, kills and a few admin commands to get an idea of how bad is your situation.
Logged

Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Gameservers: UrT
Posts: 20
Offline Offline
« Reply #4 on: September 26, 2010, 10:13:33 AM »

Ok i will send you my b3 after 2 hours of running.

Here it is : http://pastebin.com/8v86EFwX
« Last Edit: September 26, 2010, 10:51:00 AM by iShOxX » Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Online Online
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #5 on: September 26, 2010, 11:46:54 AM »

from what I can gather on Google looking for b3 and verygames, I found out that other people also have a 4-5 sec lag when they try to read gamelog files over FTP from Verygames.
There is nothing wrong with your B3 installation or configuration, this seems to be a limitation on the verygames side
« Last Edit: September 26, 2010, 02:52:42 PM by Courgette » Logged

Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Gameservers: UrT
Posts: 20
Offline Offline
« Reply #6 on: September 26, 2010, 11:53:52 AM »

Ok thanks at all
Logged
Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Gameservers: UrT
Posts: 20
Offline Offline
« Reply #7 on: September 27, 2010, 04:23:21 AM »

Is there a way i can speed up it?I deleted headshots sytem and its pretty faster now.What can i do for a faster one?
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Online Online
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #8 on: September 27, 2010, 04:50:40 AM »

I don't know. What I suspect is that verygames FTP server enforces some kind on limitation, but this is just a guess
Logged

Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal