Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
W
workload-API
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mowgli
workload-API
Commits
f1689a8c
Commit
f1689a8c
authored
Jul 12, 2019
by
Daniel Seybold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated readme
parent
3b2980e0
Pipeline
#51620
passed with stage
in 15 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
64 deletions
+10
-64
README.md
README.md
+10
-64
No files found.
README.md
View file @
f1689a8c
...
...
@@ -14,7 +14,7 @@ The API enables the execution of different DBMS workloads based on a JSON based
-
...
### Additional workloads
...
...
@@ -22,20 +22,18 @@ The API enables the execution of different DBMS workloads based on a JSON based
## Setup
##
Dev
Setup
####
From S
ource:
####
Get s
ource:
*NOT MAINTAINED ANYMORE*
1.
Use an Ubtunu 16.04 image
2.
Run the following commands as sudo:
1.
Java 1.8 required
2.
Workload binaries are required to test the execution of workloads, for more details check the Dockerfile!
3.
Start from source and access the dashboard at http://localhost:8181
```
bash
cd
/opt
&&
sudo
git clone https://omi-gitlab.e-technik.uni-ulm.de/mowgli/workload-API.git
cd
/opt/workload-API
sudo
./install/install.sh
git clone https://omi-gitlab.e-technik.uni-ulm.de/mowgli/workload-API.git
cd
workload-API
sudo
mvn jetty:run
```
...
...
@@ -64,61 +62,9 @@ and acces the basic WEB dashboard via
http://localhost:8181/index.html
```
## Start workload
YCSB template:
## Start a workload
```
{
"dbEndpoints": [
{
"ipAddress": "string",
"port": 0
}
],
"measurementConfig": {
"interval": 10,
"measurementType": "TIMESERIES"
},
"workloadConfig": {
"workloadType": "LOAD",
"workloadClass": "com.yahoo.ycsb.workloads.CoreWorkload",
"maxExecutionTime": 0,
"threadCount": 1,
"recordCount": 1000,
"insertStart": 0,
"insertCount": 0,
"operations": 1000,
"targetOps": 0,
"fieldCount": 10,
"fieldLength": 100,
"readAllFileds": true,
"readModifyWriteProportion": 0,
"requestdistribution": "UNIFORM",
"scanLengthDistribution": "UNIFORM",
"insertOrder": "ORDERED",
"readProportion": 0.95,
"updateProportion": 0.05,
"insertProportion": 0,
"scanProportion": 0,
"maxScanLength": 1000,
"coreWorkloadInsertionRetryLimit": 0,
"coreWorkloadInsertionRetryInterval": 0
},
"databaseConfig": {
"databaseBinding": "COUCHBASE2",
"endpointParameterName": "couchbase.host",
"tableParameterName": "couchbase.bucket",
"tableName": "ycsb",
"configPorperties": [
{
"name": "couchbase.persistTo",
"value": "0"
}
]
}
}
```
Check the
[
getting started guide
](
https://omi-gitlab.e-technik.uni-ulm.de/mowgli/getting-started
)
of the Mowgli framework!
------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment