Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YCSB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adnan Ahmad
YCSB
Commits
2bf107f9
Commit
2bf107f9
authored
9 years ago
by
Jaemyoun
Browse files
Options
Downloads
Patches
Plain Diff
modify README.md
parent
cb8d34bf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rados/README.md
+11
-11
11 additions, 11 deletions
rados/README.md
with
11 additions
and
11 deletions
rados/README.md
+
11
−
11
View file @
2bf107f9
...
...
@@ -19,9 +19,9 @@ LICENSE file.
This section describes how to run YCSB on RADOS of Ceph.
### 1. Start
Ceph
### 1. Start
RADOS
After you start your Ceph cluster, check your cluster’s health first. You can check on the health of your
Ceph
cluster with the following:
After you start your Ceph cluster, check your cluster’s health first. You can check on the health of your cluster with the following:
ceph health
...
...
@@ -38,18 +38,18 @@ Git clone YCSB and compile:
### 4. Configuration Parameters
-
`rados.configfile`
-
The
P
ath of Ceph configuration file
-
Default is '/etc/ceph/ceph.conf'
-
The
p
ath of
the
Ceph configuration file
-
Default
value
is '/etc/ceph/ceph.conf'
-
`rados.id`
-
The user
ID
to access t
o pools in order to read and write data
-
Default is 'admin'
-
The user
id
to access t
he RADOS service
-
Default
value
is 'admin'
-
`rados.pool`
-
The pool name to be used for
the
benchmark
-
Default is 'data'
-
The pool name to be used for benchmark
-
Default
value
is 'data'
Or, y
ou can set configs with the shell command, EG:
Y
ou can set config
uration
s with the shell command, EG:
./bin/ycsb load rados -s -P workloads/workloada -p "rados.configfile=/etc/ceph/ceph.conf" -p "rados.id=admin" -p "rados.pool=data" > outputLoad.txt
...
...
@@ -57,8 +57,8 @@ Or, you can set configs with the shell command, EG:
Load the data:
./bin/ycsb load r
edi
s -s -P workloads/workloada > outputLoad.txt
./bin/ycsb load r
ado
s -s -P workloads/workloada > outputLoad.txt
Run the workload test:
./bin/ycsb run r
edi
s -s -P workloads/workloada > outputRun.txt
./bin/ycsb run r
ado
s -s -P workloads/workloada > outputRun.txt
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment