Skip to content

Commit 09b86c2

Browse files
Add annotations due to upgrade to Rally 0.4.0
1 parent 9564acf commit 09b86c2

12 files changed

+104
-42
lines changed

external/pages/geonames/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
charts.totalTimes = chartingLib.renderChart('indexing_total_times', 'Total times', 'Time [min]', annotationSource);
3434
charts.mergeParts = chartingLib.renderChart('merge_parts', 'Merge Times, By Part', 'Time [min]', annotationSource);
3535
charts.segmentMemory = chartingLib.renderChart('segment_total_memory', 'Segment total heap used', 'Heap used [MB]', annotationSource);
36-
charts.cpuUsage = chartingLib.renderChart('indexing_cpu_usage', 'Indexing CPU usage', 'CPU usage [%]', annotationSource)
36+
charts.cpuUsage = chartingLib.renderChart('indexing_cpu_usage', 'Indexing CPU usage', 'CPU usage [%]', 'indexing_cpu_usage_annotations.json')
3737
charts.diskUsage = chartingLib.renderChart('disk_usage', 'Index disk usage', '[GB]', annotationSource),
3838
charts.segmentCounts = chartingLib.renderChart('segment_counts', 'Index segment counts', 'Segment count', annotationSource),
39-
charts.queryLatency = chartingLib.renderChart('search_latency_queries', 'Search Latency', '99th Percentile Latency [ms]', annotationSource),
39+
charts.queryLatency = chartingLib.renderChart('search_latency_queries', 'Search Latency', '99th Percentile Latency [ms]', 'search_latency_queries_annotations.json'),
4040
charts.statsLatency = chartingLib.renderChart('search_latency_stats', 'Stats Latency', '99th Percentile Latency [ms]', annotationSource),
4141
charts.gcTimes = chartingLib.renderChart('gc_times', 'GC times', 'Total GC runtime [s]', 'gc_times_annotations.json')
4242

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[{
2-
"series": "Append / default settings",
3-
"x": "2000-01-01",
2+
"series": "Defaults (%)",
3+
"x": "2016-08-31 02:00:01",
44
"shortText": "A",
5-
"text": "Template for an annotation"
5+
"text": "Changed benchmarking approach: Cannot determine CPU usage per phase. May be added later again"
66
}]
Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
1-
[{
2-
"series": "Append / default settings",
3-
"x": "2000-01-01",
4-
"shortText": "A",
5-
"text": "Template for an annotation"
6-
}]
1+
[
2+
{
3+
"series": "Append / default settings",
4+
"x": "2016-08-31 10:45:12",
5+
"shortText": "A",
6+
"text": "Changed benchmarking approach: 8 client threads (before), 8 client processes (now)"
7+
},
8+
{
9+
"series": "Append / 4G heap",
10+
"x": "2016-08-31 10:45:12",
11+
"shortText": "A",
12+
"text": "Changed benchmarking approach: 8 client threads (before), 8 client processes (now)"
13+
},
14+
{
15+
"series": "Append Fast / 4G heap",
16+
"x": "2016-08-31 10:45:12",
17+
"shortText": "A",
18+
"text": "Changed benchmarking approach: 8 client threads (before), 8 client processes (now)"
19+
},
20+
{
21+
"series": "Id Conflicts / 4G heap",
22+
"x": "2016-08-31 10:45:12",
23+
"shortText": "A",
24+
"text": "Changed benchmarking approach: 8 client threads (before), 8 client processes (now)"
25+
},
26+
{
27+
"series": "Append / 2 nodes",
28+
"x": "2016-08-31 10:45:12",
29+
"shortText": "A",
30+
"text": "Changed benchmarking approach: 8 client threads (before), 8 client processes (now)"
31+
},
32+
{
33+
"series": "Append / Verbose Index Writer",
34+
"x": "2016-08-31 10:45:12",
35+
"shortText": "A",
36+
"text": "Changed benchmarking approach: 8 client threads (before), 8 client processes (now)"
37+
}
38+
]
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
[{
2-
"series": "Append / default settings",
3-
"x": "2000-01-01",
4-
"shortText": "A",
5-
"text": "Template for an annotation"
6-
}]
1+
[
2+
{
3+
"series": "Scroll",
4+
"x": "2016-08-31 10:45:12",
5+
"shortText": "A",
6+
"text": "Change measurement approach: Show total latency instead of latency per scroll page"
7+
}
8+
]

external/pages/geopoint/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
charts.indexingThroughput = chartingLib.renderChart('indexing_throughput', 'Indexing throughput', 'Mean Throughput [docs/s]', 'indexing_throughput_annotations.json');
3333
charts.totalTimes = chartingLib.renderChart('indexing_total_times', 'Total times', 'Time [min]', annotationSource);
3434
charts.segmentMemory = chartingLib.renderChart('segment_total_memory', 'Segment total heap used', 'Heap used [MB]', annotationSource);
35-
charts.cpuUsage = chartingLib.renderChart('indexing_cpu_usage', 'Indexing CPU usage', 'CPU usage [%]', annotationSource)
35+
charts.cpuUsage = chartingLib.renderChart('indexing_cpu_usage', 'Indexing CPU usage', 'CPU usage [%]', 'indexing_cpu_usage_annotations.json')
3636
charts.diskUsage = chartingLib.renderChart('disk_usage', 'Index disk usage', '[GB]', annotationSource),
3737
charts.segmentCounts = chartingLib.renderChart('segment_counts', 'Index segment counts', 'Segment count', annotationSource),
3838
charts.queryLatency = chartingLib.renderChart('search_latency_queries', 'Search Latency', '99th Percentile Latency [ms]', annotationSource),
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[{
2-
"series": "Append / default settings",
3-
"x": "2000-01-01",
2+
"series": "Defaults (%)",
3+
"x": "2016-08-31 02:00:01",
44
"shortText": "A",
5-
"text": "Template for an annotation"
5+
"text": "Changed benchmarking approach: Cannot determine CPU usage per phase. May be added later again"
66
}]
Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
1-
[{
2-
"series": "Append / default settings",
3-
"x": "2000-01-01",
4-
"shortText": "A",
5-
"text": "Template for an annotation"
6-
}]
1+
[
2+
{
3+
"series": "Append / default settings",
4+
"x": "2016-08-31 10:45:12",
5+
"shortText": "A",
6+
"text": "Changed benchmarking approach: 8 client threads (before), 8 client processes (now)"
7+
},
8+
{
9+
"series": "Append / 4G heap",
10+
"x": "2016-08-31 10:45:12",
11+
"shortText": "A",
12+
"text": "Changed benchmarking approach: 8 client threads (before), 8 client processes (now)"
13+
},
14+
{
15+
"series": "Append Fast / 4G heap",
16+
"x": "2016-08-31 10:45:12",
17+
"shortText": "A",
18+
"text": "Changed benchmarking approach: 8 client threads (before), 8 client processes (now)"
19+
},
20+
{
21+
"series": "Id Conflicts / 4G heap",
22+
"x": "2016-08-31 10:45:12",
23+
"shortText": "A",
24+
"text": "Changed benchmarking approach: 8 client threads (before), 8 client processes (now)"
25+
},
26+
{
27+
"series": "Append / 2 nodes",
28+
"x": "2016-08-31 10:45:12",
29+
"shortText": "A",
30+
"text": "Changed benchmarking approach: 8 client threads (before), 8 client processes (now)"
31+
}
32+
]

external/pages/percolator/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
charts.indexingThroughput = chartingLib.renderChart('indexing_throughput', 'Indexing throughput', 'Mean Throughput [docs/s]', 'indexing_throughput_annotations.json');
3333
charts.totalTimes = chartingLib.renderChart('indexing_total_times', 'Total times', 'Time [min]', annotationSource);
3434
charts.segmentMemory = chartingLib.renderChart('segment_total_memory', 'Segment total heap used', 'Heap used [MB]', annotationSource);
35-
charts.cpuUsage = chartingLib.renderChart('indexing_cpu_usage', 'Indexing CPU usage', 'CPU usage [%]', annotationSource)
35+
charts.cpuUsage = chartingLib.renderChart('indexing_cpu_usage', 'Indexing CPU usage', 'CPU usage [%]', 'indexing_cpu_usage_annotations.json')
3636
charts.diskUsage = chartingLib.renderChart('disk_usage', 'Index disk usage', '[GB]', annotationSource),
3737
charts.segmentCounts = chartingLib.renderChart('segment_counts', 'Index segment counts', 'Segment count', annotationSource),
3838
charts.queryLatency = chartingLib.renderChart('search_latency_queries', 'Search Latency', '99th Percentile Latency [ms]', annotationSource),
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[{
2-
"series": "Append / default settings",
3-
"x": "2000-01-01",
2+
"series": "Defaults (%)",
3+
"x": "2016-08-31 02:00:01",
44
"shortText": "A",
5-
"text": "Template for an annotation"
5+
"text": "Changed benchmarking approach: Cannot determine CPU usage per phase. May be added later again"
66
}]

external/pages/pmc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
charts.indexingThroughput = chartingLib.renderChart('indexing_throughput', 'Indexing throughput', 'Mean Throughput [docs/s]', 'indexing_throughput_annotations.json');
3333
charts.totalTimes = chartingLib.renderChart('indexing_total_times', 'Total times', 'Time [min]', annotationSource);
3434
charts.segmentMemory = chartingLib.renderChart('segment_total_memory', 'Segment total heap used', 'Heap used [MB]', annotationSource);
35-
charts.cpuUsage = chartingLib.renderChart('indexing_cpu_usage', 'Indexing CPU usage', 'CPU usage [%]', annotationSource)
35+
charts.cpuUsage = chartingLib.renderChart('indexing_cpu_usage', 'Indexing CPU usage', 'CPU usage [%]', 'indexing_cpu_usage_annotations.json')
3636
charts.diskUsage = chartingLib.renderChart('disk_usage', 'Index disk usage', '[GB]', annotationSource),
3737
charts.segmentCounts = chartingLib.renderChart('segment_counts', 'Index segment counts', 'Segment count', annotationSource),
38-
charts.queryLatency = chartingLib.renderChart('search_latency_queries', 'Search Latency', '99th Percentile Latency [ms]', annotationSource),
38+
charts.queryLatency = chartingLib.renderChart('search_latency_queries', 'Search Latency', '99th Percentile Latency [ms]', 'search_latency_queries_annotations.json'),
3939
charts.statsLatency = chartingLib.renderChart('search_latency_stats', 'Stats Latency', '99th Percentile Latency [ms]', annotationSource),
4040
charts.gcTimes = chartingLib.renderChart('gc_times', 'GC times', 'Total GC runtime [s]', 'gc_times_annotations.json')
4141

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[{
2-
"series": "Append / default settings",
3-
"x": "2000-01-01",
2+
"series": "Defaults (%)",
3+
"x": "2016-08-31 02:00:01",
44
"shortText": "A",
5-
"text": "Template for an annotation"
5+
"text": "Changed benchmarking approach: Cannot determine CPU usage per phase. May be added later again"
66
}]
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
[{
2-
"series": "Append / default settings",
3-
"x": "2000-01-01",
4-
"shortText": "A",
5-
"text": "Template for an annotation"
6-
}]
1+
[
2+
{
3+
"series": "Scroll",
4+
"x": "2016-08-31 10:45:12",
5+
"shortText": "A",
6+
"text": "Change measurement approach: Show total latency instead of latency per scroll page"
7+
}
8+
]

0 commit comments

Comments
 (0)