... | ... | @@ -82,4 +82,30 @@ fieldCount: 10 (each field is 500 bytes)TODO: explain the mowgli-default securit |
|
|
|
|
|
YCSB Multi Phase
|
|
|
|
|
|
Plotting |
|
|
\ No newline at end of file |
|
|
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` |