Hi,
I would like to use the monitor= keyword but I cannot get it to work. Appreciate any help
Thanks,
Bob
[root@host1 saturation]# /mnt/cpocdata/bin/vdbench/vdbench -d25 dt=400GB dc=0 -f /mnt/cpocdata/bin/vdbench/runfiles/rnd-write -o /mnt/cpocdata/results/saturation/400GB-rnd-write-6 -s
Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
Vdbench distribution: vdbench50403 Mon May 04 9:22:37 MDT 2015
For documentation, see 'vdbench.pdf'.
11:50:59.773 input argument scanned: '-d25'
11:50:59.774 input argument scanned: 'dt=400GB'
11:50:59.775 input argument scanned: 'dc=0'
11:50:59.775 input argument scanned: '-f/mnt/cpocdata/bin/vdbench/runfiles/rnd-write'
11:50:59.775 input argument scanned: '-o/mnt/cpocdata/results/saturation/400GB-rnd-write-6'
11:50:59.775 input argument scanned: '-s'
11:51:04.803 Obtaining network information about host=host2 took more than 5 seconds: 5005 milliseconds.
11:51:04.872
11:51:04.872 Unknown keyword: monitor
11:51:04.872
java.lang.RuntimeException: Unknown keyword: monitor
at Vdb.common.failure(common.java:315)
at Vdb.RD_entry.readParms(RD_entry.java:583)
at Vdb.Vdbmain.parseParameterLines(Vdbmain.java:678)
at Vdb.Vdbmain.main(Vdbmain.java:567)
[root@host1 saturation]# cat /mnt/cpocdata/bin/vdbench/runfiles/rnd-write
*
* GLOBALS
*
*
* HOST DEFINITIONS
*
include=hosts
*
* STORAGE DEVICE DEFINITIONS
*
include=luns
*
* WORKLOAD DEFINITIONS
*
include=workloads
*
* RUN DEFINITIONS
*
include=run
monitor=/mnt/cpocdata/scripts/monitor.txt
rd=RndWrite,wd=RndWrite,sd=sd-$dt-$dc-host*,forthreads=22,startcmd=("/mnt/cpocdata/scripts/vdbench_run_hook.sh $output&",master)
[root@host1 saturation]#