Thanks for moving the discussion to olio list.

I have tried 25 and 50 scale and non of them worked for me. Does the ramp
up/steady state/ramp down time also matters? I have attached the run.xml
file from my last test. Please let me know if you need more info.

Thanks
Shahnavaz


On Tue, Nov 25, 2008 at 10:57 AM, Akara Sucharitakul <
[EMAIL PROTECTED]> wrote:

> Can you please let me know the scale (number of concurrent users) you're
> loading the data and running this? Either of these can be contributing
> factors for such failed results. This is due to too small of a data set.
>
> I'd first try to load at a larger scale in any case.
>
> Yes, this is an Olio discussion. Project Olio is here:
> http://incubator.apache.org/olio/. The alias to use is
> [EMAIL PROTECTED] Thanks.
>
> -Akara
>
>
>
> [EMAIL PROTECTED] wrote:
>
>> Whenever i run the performance benchmark i always get the Failed result. I
>> dont see any error in any of the log file. The only fail item in the summary
>> is under Miscellaneous Statistics. It says "Average images on Tag Search
>> Results 6.15 >= 7  FAILED".
>>
>> Why is it failing? Do you need to tweak some parameter to make it pass? I
>> tried many values under Driver tab for RampUp,Steady State and Ramp Down but
>> the result is always "fail".
>>
>> I am using CentOS 5.2, Faban 091008 and latest olio. Thanks for your help.
>>
>> Shahnavaz
>>
>> P.S: Sorry, I dont know how to move this under olio(if it is olio issue),
>> i dont see it anywhere in sunsource.net site.
>>
>> ------------------------------------------------------
>>
>> http://faban.sunsource.net/ds/viewMessage.do?dsForumId=111&dsMessageId=89809
>>
>> To unsubscribe from this discussion, e-mail: [
>> [EMAIL PROTECTED]
>>
>
>
<?xml version="1.0" encoding="UTF-8"?>
<web20>
    <jvmConfig xmlns="http://faban.sunsource.net/ns/fabanharness";>
        <javaHome>/opt/jdk1.6.0_10</javaHome>
        <jvmOptions>-Xmx1g -Xms256m -XX:+DisableExplicitGC</jvmOptions>
    </jvmConfig>
    
    <fa:runConfig definition="com.sun.web20.driver.UIDriver" xmlns="http://faban.sunsource.net/ns/fabandriver"; xmlns:fa="http://faban.sunsource.net/ns/faban"; xmlns:fh="http://faban.sunsource.net/ns/fabanharness";>
        <fh:description>test 20</fh:description>
        
        <fa:hostConfig>
            <fa:host>bagvapp</fa:host>
            <fh:enabled>true</fh:enabled>
            <fh:cpus>0</fh:cpus>
            <fh:tools>vmstat 10</fh:tools>
            <fh:userCommands/>
        </fa:hostConfig>
        
        <fa:scale>25</fa:scale>
        
        <fa:runControl>
            <fa:rampUp>300</fa:rampUp>
            <fa:steadyState>400</fa:steadyState>
            <fa:rampDown>200</fa:rampDown>
        </fa:runControl>

        <outputDir>/opt/faban/output/Web20Driver.1V/</outputDir>
        
        <audit>false</audit>
        <threadStart>            
            <delay>200</delay>            
            <simultaneous>true</simultaneous>            
            <parallel>true</parallel>
        </threadStart>
        
        <stats>
            <maxRunTime>6</maxRunTime>
            <interval>30</interval>
        </stats>
        
        <runtimeStats enabled="false">
            <interval>5</interval>
        </runtimeStats>
        
        <driverConfig name="UIDriver">            
            <agents>2</agents>            
            <stats>
                <interval>30</interval>
            </stats>            
            <runtimeStats target="9988"/>
            <properties>
                <property name="serverType">php</property>
            </properties>
        </driverConfig>
    </fa:runConfig>
    
    <webServer>
        <fa:hostConfig xmlns="http://faban.sunsource.net/ns/fabanharness"; xmlns:fa="http://faban.sunsource.net/ns/faban";><fa:host>bagvapp</fa:host>
            <fa:hostPorts>bagvapp:80</fa:hostPorts>
            <enabled>true</enabled>
            <cpus>0</cpus>
            <tools>vmstat 10; ps -eo "pid pcpu time vsz rss nlwp args";</tools>           
            <userCommands/>            
        </fa:hostConfig>
        <type>apache</type>
        <hostBinPath>/usr/sbin</hostBinPath>
        <hostLogPath>/var/log/httpd</hostLogPath>
        <hostConfPath>/etc/httpd/conf</hostConfPath>
        <phpIniPath>/etc</phpIniPath>
    </webServer>
    <dbServer>
        <fa:hostConfig xmlns="http://faban.sunsource.net/ns/fabanharness"; xmlns:fa="http://faban.sunsource.net/ns/faban";>
            <fa:host>bagvapp</fa:host>
            <enabled>true</enabled>
            <cpus>0</cpus>
            <tools>vmstat 10; ps -eo "pid pcpu time vsz rss nlwp args";</tools>
            <userCommands/>
        </fa:hostConfig>
        <dbDriver>com.mysql.jdbc.Driver</dbDriver>
        <connectURL>jdbc:mysql://bagvapp/web20load?user=web20&amp;password=web20&amp;relaxAutoCommit=true&amp;sessionVariables=FOREIGN_KEY_CHECKS=0</connectURL>
        <autoCommit>true</autoCommit>
        <reloadDB>true</reloadDB>
        <scale>25</scale>
        <dbHomePath>/usr/bin</dbHomePath>
        <dbConfPath>/etc</dbConfPath>
    </dbServer>
    <dataStorage>
        <fa:hostConfig xmlns="http://faban.sunsource.net/ns/fabanharness"; xmlns:fa="http://faban.sunsource.net/ns/faban";>
            <fa:host>bagvapp</fa:host>
            <enabled>true</enabled>
            <cpus>0</cpus>
            <tools>NONE</tools>
            <userCommands/>
        </fa:hostConfig>
        <reloadMedia>false</reloadMedia>
        <mediaDir>/opt/filestore</mediaDir>
    </dataStorage>
    <cacheServers>
        <fa:hostConfig xmlns="http://faban.sunsource.net/ns/fabanharness"; xmlns:fa="http://faban.sunsource.net/ns/faban";><fa:host>bagvapp</fa:host>
            <fa:hostPorts>bagvapp:11212 bagvapp:11211</fa:hostPorts>
            <enabled>true</enabled>
            <cpus>0</cpus>
            <tools>NONE</tools>
            <userCommands/>
        </fa:hostConfig>
        <cacheBinPath>/opt/coolstack/bin</cacheBinPath>
    </cacheServers>
    
</web20>

Reply via email to