-
sfjuggernaut created the ejk don\'t use file release.
2009-03-17 18:03:58 UTC in Filebench
-
In the 'filebench' perl script (typically installed at /opt/filebench/bin/filebench), i set USE_XANADU to 1.
And in my profile i had:
DEFAULTS {
runtime = 20;
dir = /tmp;
stats = /tmp;
filesystem = tmpfs;
description = "seqread tmpfs";
}
CONFIG seqread1m {
function = generic_xanadu;
personality = multistreamread;
filesize = 40m;
iosize = 1m;
nthreads =...
2008-05-29 20:53:45 UTC in Filebench
-
Two issues have been reported:
1) /usr/ucb/cc doesn't compile filebench (though Sun Studio does)
2) 'cc' is being hard coded:
"
The root cause is in configure.in, which has the following code:
AC_PROG_CC([cc gcc])
...
case "$host_os$host_cpu" in
*solaris*sparc*)
CC=cc
...
*solaris*i386*)
CC=cc
...
*darwin*)
CC=cc
...
gnu*|linux*...
2008-05-05 19:10:51 UTC in Filebench
-
Currently in the build infrastructure, all of the workloads are listed in the workloads directory as well as in the workloads/build directory. We obviously shouldn't need both.
Someone who understands the automake files should fix this. Its most annoying as when you add a new workload, you have to make sure you add it twice.
2008-05-05 19:06:51 UTC in Filebench
-
The binary under amd64 is actually a 32bit binary:
heavy# file /opt/filebench/bin/amd64/go_filebench
/opt/filebench/bin/amd64/go_filebench: ELF 32-bit LSB executable 80386 Version 1 [FPU], dynamically linked, not stripped
heavy#
The build infrastructure needs to be updated.
2008-05-05 19:02:56 UTC in Filebench
-
Try grabbing a newer version of filebench, this has been cleaned up.
2008-05-05 18:58:56 UTC in Filebench
-
Try grabbing a newer version of filebench, as we are no longer using bz2. Let us know if that doesn't work out for you. Thanks!
2008-05-05 18:56:10 UTC in Filebench