Which OS is this happening on Doug?



On 6/4/08 12:05 PM, "Doug" <[EMAIL PROTECTED]> wrote:

> I am having a strange issue with filebench (which I think is caused by the
> profile).
> When I try to load a profile to run some checks in automated fashion, nothing
> seems to happen
> The output I get is as follows.
> <pre>parsing profile for config: large_db_oltp_8k_cached
> Running 
> /export/tmp/stats/balmoral-ufs-./sybaseCheck-Jun_4_2008-11h_57m_44s/large_db_o
> ltp_8k_cached/thisrun.f
> Generating html for
> /export/tmp/stats/balmoral-ufs-./sybaseCheck-Jun_4_2008-11h_57m_44s
> 
> parsing profile for config: large_db_oltp_8k_uncached
> Running 
> /export/tmp/stats/balmoral-ufs-./sybaseCheck-Jun_4_2008-11h_57m_44s/large_db_o
> ltp_8k_uncached/thisrun.f
> Generating html for
> /export/tmp/stats/balmoral-ufs-./sybaseCheck-Jun_4_2008-11h_57m_44s
> 
> </pre>
> As you can see from the timestamps they finish in no time.
> I don't see any error output at all.
> If I instead run go_filebench and load up the oltp.f file interactively, I get
> actual tests.
> Here is the profile I am trying to load automatically (I got the same
> behaviour with a very simple profile as well)
> <pre>
> #
> # CDDL HEADER START
> #
> # The contents of this file are subject to the terms of the
> # Common Development and Distribution License (the "License").
> # You may not use this file except in compliance with the License.
> #
> # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
> # or http://www.opensolaris.org/os/licensing.
> # See the License for the specific language governing permissions
> # and limitations under the License.
> #
> # When distributing Covered Code, include this CDDL HEADER in each
> # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
> # If applicable, add the following below this CDDL HEADER, with the
> # fields enclosed by brackets "[]" replaced with your own identifying
> # information: Portions Copyright [yyyy] [name of copyright owner]
> #
> # CDDL HEADER END
> #
> #
> # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
> # Use is subject to license terms.
> #
> # ident "@(#)filemacro.prof 1.1 07/10/03 SMI"
> 
> DEFAULTS {
> runtime = 120;
>         dir = /data;
>         stats = /export/tmp/stats;
> filesystem = ufs;
> description = "Sybase T3 disk perf check";
> }
> 
> 
> CONFIG large_db_oltp_8k_cached {
> personality = oltp;
> function = generic;
> cached = 1;
> directio = 0;
> iosize = 8k;
> nshadows = 200;
> ndbwriters = 10;
> usermode = 20000;
> filesize = 400m;
> memperthread = 1m;
> workingset = 0;
> }
> 
> CONFIG large_db_oltp_8k_uncached {
> personality = oltp;
> function = generic;
> cached = 0;
> directio = 1;
> iosize = 8k;
> nshadows = 200;
> ndbwriters = 10;
> usermode = 20000;
> filesize = 400m;
> memperthread = 1m;
> workingset = 0;
> }
> </pre>
> Where can I look for what is causing this?
> 
> Thanks.
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> perf-discuss mailing list
> perf-discuss@opensolaris.org

_______________________________________________
perf-discuss mailing list
perf-discuss@opensolaris.org

Reply via email to