-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathreadme.txt
More file actions
75 lines (45 loc) · 1.93 KB
/
readme.txt
File metadata and controls
75 lines (45 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/*
*
* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
*/
/*
* Author: Henk Vandenbergh.
*/
Readme file for vdbench50402: Wednesday, October 8, 2014 01:58:26 PM MDT
Note to those who have installed Vdbench up until vdbench500rc8:
================================================================
Due to the fact that Vdbench is going open source the Vdbench installer
no longer is needed. All that is needed is an untar or unzip of the
downloaded file and you're ready to go.
It does mean however that if you used the installer to place the proper
java executable file name in the 'vdbench' or 'vdbench.bat' script, you'll have
to now do this manually.
Java requirements:
==================
You need at a minimum java 1.5.0
Follow the Java installation instructions.
If you don't have the proper Java installed download the JRE
(Java Runtime Environment) from www.sun.com, minimum 1.5.0
Note: You don't have to replace the current default Java version; Java can run
from your own private directories.
Documentation:
==============
You will find vdbench.pdf in your install directory, and there are several
'example' parameter files also in the install directory.
How to start vdbench?
=====================
A very quick test can be done without ever having to create a Vdbench parameter file.
Just run:
./vdbench -t
And Vdbench will run the following very simple workload:
*
* This sample parameter file first creates a temporary file
* if this is the first time the file is referenced.
* It then does a five second 4k 50% read, 50% write test.
*
sd=sd1,lun=/var/tmp/quick_vdbench_test,size=10m
wd=wd1,sd=sd1,xf=4k,rdpct=50
rd=rd1,wd=wd1,iorate=100,elapsed=5,interval=1
After this point your favorite browser to ../vdbench/output/summary.html to
look at the reports that vdbench creates.
You'll find sample parameter files example1 - example7 in the installation directory.