Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • G getting-started
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mowgli
  • getting-started
  • Wiki
  • Scalability Evaluation

Scalability Evaluation · Changes

Page history
Update Scalability Evaluation authored Mar 08, 2019 by Daniel Seybold's avatar Daniel Seybold
Show whitespace changes
Inline Side-by-side
Scalability-Evaluation.md
View page @ cb7443c5
......@@ -83,3 +83,29 @@ fieldCount: 10 (each field is 500 bytes)TODO: explain the mowgli-default securit
YCSB Multi Phase
Plotting
In order to generate plots to visualize the results you can use the processing call http://MOWGLI_IP:8282/#/default/processingBoxplotPost
You need to specify a plot name and a map of absolute evaluation result folders and labels (not more than 5 characters) .
Example:
```
plotName: icpe
[
{
"resultFolder": "/opt/evaluation-results/sensorstorage/ec2/cassandra/myConfig1",
"label": "conf1"
},
{
"resultFolder": "/opt/evaluation-results/sensorstorage/ec2/cassandra/myConfig2",
"label": "conf2"
},
{
"resultFolder": "/opt/evaluation-results/sensorstorage/ec2/cassandra/myConfig3",
"label": "conf3"
}
]
```
You will find the plot under `/opt/evaluation-results/sensorstorage/plotName.pdf`
Clone repository
  • Add Certificates
  • Availability Evaluation
  • Deploy Workload API
  • Execute Evaluation Scenario
  • Get VM Templates
  • Performance Evaluation
  • Scalability Evaluation
  • Troubleshooting
  • Home