Re: [perf-discuss] filebench batch mode problem

2009-04-27 Thread Ted Battershill
Drew, You nailed it. I had filebench in /opt/bin. Ln -s solved that. Thanks, Ted -- This message posted from opensolaris.org ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] filebench batch mode problem

2009-04-16 Thread Andrew Wilson
Ted, The thisrun.f file looks fine. It is not ignoring runtime, as it is putting in a "sleep 60", which does causes it to run for 60 seconds. It sounds like go_filebench isn't running at all. You might try running thisrun.f directly from the shell: $thisrun.f See what happens. You do have

[perf-discuss] filebench batch mode problem

2009-04-16 Thread Ted Battershill
I have filebench 1.4.4 compiled (32-bit with gcc 4.3.3) on Solaris 10, and go_filebench seems to be working fine. However, the batch mode runs and immediately returns without runnning anything. It seems as if the runtime variable is ignored, but I'm not seeing any error messages. bash-3.00$ fil