-
Benchpoint's argument is counter-intuative. You must be in the directory with the profile and specify the path name without the '.prof' suffix. Otherwise you bail out of benchmark on line 421:
[dbzone01:/opt/filebench/config] root# filebench filemacro.prof
ERROR: couldn't open profile at /opt/filebench/bin/filebench line 421.
Additional help should be output at this point to help...
2008-07-17 23:52:55 UTC in Filebench
-
Two PERL scripts are installed, bin/filebench and bin/benchpoint. The benchpoint script incorperates problems that do not exist in bin/filebench, however there is a very small amount of difference between the two.
I'd propose one of the following:
1) Dump benchpoint completely.
2) Replace "benchpoint" (benchpoint/bin/benchpoint in the source) with the existing filebench PERL Script...
2008-07-17 22:59:07 UTC in Filebench
-
Benchpoint takes, as an argument, the location of the profile you with to use. The default profiles are stored in /opt/filebench/config, which is counter-intuitive. Furthermore if you supply the full file name and path it is stripped without your knowing it:
## Make sure arguments are okay
if(@ARGV != 1) {
print "Usage: benchpoint \n";
exit(1);
}
$PROFILENAME =...
2008-07-17 22:39:37 UTC in Filebench
-
$ grep ARC filebench-1.3.3/solaris/pkg/pkginfo.in
ARCH=i386
This indeed is hardcoded. Spereate pkginfo's or a transformation during build is required.
2008-07-17 21:26:36 UTC in Filebench
-
Links are defined in pkgmap:
root@ultra filebench$ grep isaexec pkgmap
1 l none filebench/bin/davenet=/usr/lib/isaexec
1 l none filebench/bin/fastsu=/usr/lib/isaexec
1 l none filebench/bin/gnuplot=/usr/lib/isaexec
1 l none filebench/bin/go_filebench=/usr/lib/isaexec
1 l none filebench/bin/statit=/usr/lib/isaexec
root@ultra filebench$ cat pkginfo
ARCH=i386
root@ultra filebench$...
2008-07-17 21:10:14 UTC in Filebench
-
technikolor committed patchset 12141 of module e17 to the Enlightenment CVS repository, changing 1 files.
2005-12-08 10:07:58 UTC in Enlightenment
-
technikolor committed patchset 11706 of module e17 to the Enlightenment CVS repository, changing 1 files.
2005-11-09 10:58:09 UTC in Enlightenment
-
technikolor committed patchset 11702 of module e17 to the Enlightenment CVS repository, changing 1 files.
2005-11-09 07:56:20 UTC in Enlightenment
-
technikolor committed patchset 11458 of module e17 to the Enlightenment CVS repository, changing 1 files.
2005-10-30 07:42:48 UTC in Enlightenment
-
technikolor committed patchset 11455 of module e17 to the Enlightenment CVS repository, changing 1 files.
2005-10-30 07:21:19 UTC in Enlightenment