Merge "Add "os_cloud_config" as a new context flag parameter" into stable/fraser
[yardstick.git] / dashboard / opnfv_yardstick_tc038.json
1 {
2   "__inputs": [
3     {
4       "name": "DS_YARDSTICK",
5       "label": "yardstick",
6       "description": "",
7       "type": "datasource",
8       "pluginId": "influxdb",
9       "pluginName": "InfluxDB"
10     }
11   ],
12   "__requires": [
13     {
14       "type": "grafana",
15       "id": "grafana",
16       "name": "Grafana",
17       "version": "4.4.3"
18     },
19     {
20       "type": "panel",
21       "id": "graph",
22       "name": "Graph",
23       "version": ""
24     },
25     {
26       "type": "datasource",
27       "id": "influxdb",
28       "name": "InfluxDB",
29       "version": "1.0.0"
30     }
31   ],
32   "annotations": {
33     "list": []
34   },
35   "editable": true,
36   "gnetId": null,
37   "graphTooltip": 0,
38   "hideControls": false,
39   "id": null,
40   "links": [],
41   "refresh": false,
42   "rows": [
43     {
44       "collapse": false,
45       "height": 340,
46       "panels": [
47         {
48           "aliasColors": {},
49           "bars": false,
50           "dashLength": 10,
51           "dashes": false,
52           "datasource": "yardstick",
53           "description": "Packets loss Per Million",
54           "fill": 1,
55           "id": 1,
56           "legend": {
57             "avg": false,
58             "current": false,
59             "max": false,
60             "min": false,
61             "show": true,
62             "total": false,
63             "values": false
64           },
65           "lines": true,
66           "linewidth": 1,
67           "links": [],
68           "nullPointMode": "null",
69           "percentage": false,
70           "pointradius": 5,
71           "points": true,
72           "renderer": "flot",
73           "seriesOverrides": [],
74           "spaceLength": 10,
75           "span": 12,
76           "stack": false,
77           "steppedLine": false,
78           "targets": [
79             {
80               "alias": "Packets loss Per Million",
81               "dsType": "influxdb",
82               "groupBy": [],
83               "measurement": "opnfv_yardstick_tc038",
84               "orderByTime": "ASC",
85               "policy": "default",
86               "query": "SELECT \"packets_received\"  * 100, \"packets_sent\", \"packetsize\" FROM \"opnfv_yardstick_tc001\" WHERE $timeFilter GROUP BY fill(null)",
87               "rawQuery": false,
88               "refId": "A",
89               "resultFormat": "time_series",
90               "select": [
91                 [
92                   {
93                     "params": [
94                       "ppm"
95                     ],
96                     "type": "field"
97                   }
98                 ]
99               ],
100               "tags": []
101             }
102           ],
103           "thresholds": [
104             {
105               "colorMode": "critical",
106               "fill": true,
107               "line": true,
108               "op": "gt",
109               "value": 1000
110             }
111           ],
112           "timeFrom": null,
113           "timeShift": null,
114           "title": "Packets loss Per Million",
115           "tooltip": {
116             "shared": true,
117             "sort": 0,
118             "value_type": "individual"
119           },
120           "type": "graph",
121           "xaxis": {
122             "buckets": null,
123             "mode": "time",
124             "name": null,
125             "show": true,
126             "values": []
127           },
128           "yaxes": [
129             {
130               "format": "ppm",
131               "label": null,
132               "logBase": 1,
133               "max": null,
134               "min": null,
135               "show": true
136             },
137             {
138               "format": "short",
139               "label": null,
140               "logBase": 1,
141               "max": null,
142               "min": null,
143               "show": true
144             }
145           ]
146         }
147       ],
148       "repeat": null,
149       "repeatIteration": null,
150       "repeatRowId": null,
151       "showTitle": false,
152       "title": "Dashboard Row",
153       "titleSize": "h6"
154     },
155     {
156       "collapse": false,
157       "height": 318,
158       "panels": [
159         {
160           "aliasColors": {},
161           "bars": true,
162           "dashLength": 10,
163           "dashes": false,
164           "datasource": "yardstick",
165           "fill": 1,
166           "id": 5,
167           "legend": {
168             "avg": false,
169             "current": false,
170             "max": false,
171             "min": false,
172             "show": true,
173             "total": false,
174             "values": false
175           },
176           "lines": false,
177           "linewidth": 1,
178           "links": [],
179           "nullPointMode": "null",
180           "percentage": false,
181           "pointradius": 5,
182           "points": false,
183           "renderer": "flot",
184           "seriesOverrides": [],
185           "spaceLength": 10,
186           "span": 12,
187           "stack": false,
188           "steppedLine": false,
189           "targets": [
190             {
191               "alias": "Flows",
192               "dsType": "influxdb",
193               "groupBy": [],
194               "measurement": "opnfv_yardstick_tc038",
195               "orderByTime": "ASC",
196               "policy": "default",
197               "refId": "A",
198               "resultFormat": "time_series",
199               "select": [
200                 [
201                   {
202                     "params": [
203                       "flows"
204                     ],
205                     "type": "field"
206                   }
207                 ]
208               ],
209               "tags": []
210             },
211             {
212               "alias": "Errors",
213               "dsType": "influxdb",
214               "groupBy": [],
215               "measurement": "opnfv_yardstick_tc038",
216               "orderByTime": "ASC",
217               "policy": "default",
218               "refId": "B",
219               "resultFormat": "time_series",
220               "select": [
221                 [
222                   {
223                     "params": [
224                       "errors"
225                     ],
226                     "type": "field"
227                   }
228                 ]
229               ],
230               "tags": []
231             }
232           ],
233           "thresholds": [],
234           "timeFrom": null,
235           "timeShift": null,
236           "title": "Pktgen flows / errors",
237           "tooltip": {
238             "shared": true,
239             "sort": 0,
240             "value_type": "individual"
241           },
242           "type": "graph",
243           "xaxis": {
244             "buckets": null,
245             "mode": "time",
246             "name": null,
247             "show": true,
248             "values": []
249           },
250           "yaxes": [
251             {
252               "format": "short",
253               "label": null,
254               "logBase": 2,
255               "max": null,
256               "min": null,
257               "show": true
258             },
259             {
260               "format": "short",
261               "label": null,
262               "logBase": 1,
263               "max": null,
264               "min": null,
265               "show": true
266             }
267           ]
268         }
269       ],
270       "repeat": null,
271       "repeatIteration": null,
272       "repeatRowId": null,
273       "showTitle": false,
274       "title": "Dashboard Row",
275       "titleSize": "h6"
276     },
277     {
278       "collapse": false,
279       "height": 426,
280       "panels": [
281         {
282           "aliasColors": {},
283           "bars": false,
284           "dashLength": 10,
285           "dashes": false,
286           "datasource": "yardstick",
287           "fill": 1,
288           "id": 2,
289           "legend": {
290             "avg": false,
291             "current": false,
292             "max": false,
293             "min": false,
294             "show": true,
295             "total": false,
296             "values": false
297           },
298           "lines": true,
299           "linewidth": 1,
300           "links": [],
301           "nullPointMode": "null",
302           "percentage": false,
303           "pointradius": 5,
304           "points": false,
305           "renderer": "flot",
306           "seriesOverrides": [],
307           "spaceLength": 10,
308           "span": 12,
309           "stack": false,
310           "steppedLine": false,
311           "targets": [
312             {
313               "alias": "Packets received",
314               "dsType": "influxdb",
315               "groupBy": [],
316               "measurement": "opnfv_yardstick_tc038",
317               "orderByTime": "ASC",
318               "policy": "default",
319               "refId": "A",
320               "resultFormat": "time_series",
321               "select": [
322                 [
323                   {
324                     "params": [
325                       "packets_received"
326                     ],
327                     "type": "field"
328                   }
329                 ]
330               ],
331               "tags": []
332             },
333             {
334               "alias": "Packets sent",
335               "dsType": "influxdb",
336               "groupBy": [],
337               "measurement": "opnfv_yardstick_tc038",
338               "orderByTime": "ASC",
339               "policy": "default",
340               "refId": "B",
341               "resultFormat": "time_series",
342               "select": [
343                 [
344                   {
345                     "params": [
346                       "packets_sent"
347                     ],
348                     "type": "field"
349                   }
350                 ]
351               ],
352               "tags": []
353             }
354           ],
355           "thresholds": [],
356           "timeFrom": null,
357           "timeShift": null,
358           "title": "Pktgen packets received / sent",
359           "tooltip": {
360             "shared": false,
361             "sort": 0,
362             "value_type": "individual"
363           },
364           "type": "graph",
365           "xaxis": {
366             "buckets": null,
367             "mode": "time",
368             "name": null,
369             "show": true,
370             "values": [
371               "total"
372             ]
373           },
374           "yaxes": [
375             {
376               "format": "short",
377               "label": null,
378               "logBase": 1,
379               "max": null,
380               "min": null,
381               "show": true
382             },
383             {
384               "format": "short",
385               "label": null,
386               "logBase": 1,
387               "max": null,
388               "min": null,
389               "show": false
390             }
391           ]
392         }
393       ],
394       "repeat": null,
395       "repeatIteration": null,
396       "repeatRowId": null,
397       "showTitle": false,
398       "title": "Dashboard Row",
399       "titleSize": "h6"
400     },
401     {
402       "collapse": false,
403       "height": 361,
404       "panels": [
405         {
406           "aliasColors": {},
407           "bars": true,
408           "dashLength": 10,
409           "dashes": false,
410           "datasource": "yardstick",
411           "fill": 1,
412           "id": 6,
413           "legend": {
414             "avg": false,
415             "current": false,
416             "max": false,
417             "min": false,
418             "show": true,
419             "total": false,
420             "values": false
421           },
422           "lines": false,
423           "linewidth": 1,
424           "links": [],
425           "nullPointMode": "null",
426           "percentage": false,
427           "pointradius": 5,
428           "points": false,
429           "renderer": "flot",
430           "seriesOverrides": [],
431           "spaceLength": 10,
432           "span": 12,
433           "stack": false,
434           "steppedLine": false,
435           "targets": [
436             {
437               "alias": "Packets per second",
438               "dsType": "influxdb",
439               "groupBy": [],
440               "measurement": "opnfv_yardstick_tc038",
441               "orderByTime": "ASC",
442               "policy": "default",
443               "refId": "A",
444               "resultFormat": "time_series",
445               "select": [
446                 [
447                   {
448                     "params": [
449                       "packets_per_second"
450                     ],
451                     "type": "field"
452                   }
453                 ]
454               ],
455               "tags": []
456             }
457           ],
458           "thresholds": [],
459           "timeFrom": null,
460           "timeShift": null,
461           "title": "Pktgen pps",
462           "tooltip": {
463             "shared": true,
464             "sort": 0,
465             "value_type": "individual"
466           },
467           "type": "graph",
468           "xaxis": {
469             "buckets": null,
470             "mode": "time",
471             "name": null,
472             "show": true,
473             "values": []
474           },
475           "yaxes": [
476             {
477               "format": "pps",
478               "label": null,
479               "logBase": 1,
480               "max": null,
481               "min": null,
482               "show": true
483             },
484             {
485               "format": "short",
486               "label": null,
487               "logBase": 1,
488               "max": null,
489               "min": null,
490               "show": true
491             }
492           ]
493         }
494       ],
495       "repeat": null,
496       "repeatIteration": null,
497       "repeatRowId": null,
498       "showTitle": false,
499       "title": "Dashboard Row",
500       "titleSize": "h6"
501     },
502     {
503       "collapse": false,
504       "height": 250,
505       "panels": [
506         {
507           "aliasColors": {},
508           "bars": false,
509           "dashLength": 10,
510           "dashes": false,
511           "datasource": "yardstick",
512           "fill": 1,
513           "id": 7,
514           "legend": {
515             "avg": false,
516             "current": false,
517             "max": false,
518             "min": false,
519             "show": true,
520             "total": false,
521             "values": false
522           },
523           "lines": true,
524           "linewidth": 1,
525           "links": [],
526           "nullPointMode": "null",
527           "percentage": false,
528           "pointradius": 5,
529           "points": false,
530           "renderer": "flot",
531           "seriesOverrides": [],
532           "spaceLength": 10,
533           "span": 12,
534           "stack": false,
535           "steppedLine": false,
536           "targets": [
537             {
538               "dsType": "influxdb",
539               "groupBy": [],
540               "measurement": "opnfv_yardstick_tc038",
541               "orderByTime": "ASC",
542               "policy": "default",
543               "refId": "A",
544               "resultFormat": "time_series",
545               "select": [
546                 [
547                   {
548                     "params": [
549                       "rtt.poseidon"
550                     ],
551                     "type": "field"
552                   }
553                 ]
554               ],
555               "tags": []
556             }
557           ],
558           "thresholds": [
559             {
560               "colorMode": "critical",
561               "fill": true,
562               "line": true,
563               "op": "gt",
564               "value": 10
565             }
566           ],
567           "timeFrom": null,
568           "timeShift": null,
569           "title": "Latency - Ping, 999999 rtt indicates ping error",
570           "tooltip": {
571             "shared": true,
572             "sort": 0,
573             "value_type": "individual"
574           },
575           "type": "graph",
576           "xaxis": {
577             "buckets": null,
578             "mode": "time",
579             "name": null,
580             "show": true,
581             "values": []
582           },
583           "yaxes": [
584             {
585               "format": "ms",
586               "label": null,
587               "logBase": 1,
588               "max": null,
589               "min": null,
590               "show": true
591             },
592             {
593               "format": "short",
594               "label": null,
595               "logBase": 1,
596               "max": null,
597               "min": null,
598               "show": true
599             }
600           ]
601         }
602       ],
603       "repeat": null,
604       "repeatIteration": null,
605       "repeatRowId": null,
606       "showTitle": false,
607       "title": "Dashboard Row",
608       "titleSize": "h6"
609     },
610     {
611       "collapse": false,
612       "height": 250,
613       "panels": [
614         {
615           "aliasColors": {},
616           "bars": false,
617           "dashLength": 10,
618           "dashes": false,
619           "datasource": "yardstick",
620           "fill": 1,
621           "id": 8,
622           "legend": {
623             "avg": false,
624             "current": false,
625             "max": false,
626             "min": false,
627             "show": true,
628             "total": false,
629             "values": false
630           },
631           "lines": true,
632           "linewidth": 1,
633           "links": [],
634           "nullPointMode": "null",
635           "percentage": false,
636           "pointradius": 5,
637           "points": false,
638           "renderer": "flot",
639           "seriesOverrides": [],
640           "spaceLength": 10,
641           "span": 12,
642           "stack": false,
643           "steppedLine": false,
644           "targets": [
645             {
646               "dsType": "influxdb",
647               "groupBy": [],
648               "measurement": "opnfv_yardstick_tc038",
649               "orderByTime": "ASC",
650               "policy": "default",
651               "refId": "A",
652               "resultFormat": "time_series",
653               "select": [
654                 [
655                   {
656                     "params": [
657                       "mpstat_average.cpu.%gnice"
658                     ],
659                     "type": "field"
660                   }
661                 ]
662               ],
663               "tags": []
664             },
665             {
666               "dsType": "influxdb",
667               "groupBy": [],
668               "measurement": "opnfv_yardstick_tc038",
669               "orderByTime": "ASC",
670               "policy": "default",
671               "refId": "B",
672               "resultFormat": "time_series",
673               "select": [
674                 [
675                   {
676                     "params": [
677                       "mpstat_average.cpu.%guest"
678                     ],
679                     "type": "field"
680                   }
681                 ]
682               ],
683               "tags": []
684             },
685             {
686               "dsType": "influxdb",
687               "groupBy": [],
688               "measurement": "opnfv_yardstick_tc038",
689               "orderByTime": "ASC",
690               "policy": "default",
691               "refId": "C",
692               "resultFormat": "time_series",
693               "select": [
694                 [
695                   {
696                     "params": [
697                       "mpstat_average.cpu.%iowait"
698                     ],
699                     "type": "field"
700                   }
701                 ]
702               ],
703               "tags": []
704             },
705             {
706               "dsType": "influxdb",
707               "groupBy": [],
708               "measurement": "opnfv_yardstick_tc038",
709               "orderByTime": "ASC",
710               "policy": "default",
711               "refId": "D",
712               "resultFormat": "time_series",
713               "select": [
714                 [
715                   {
716                     "params": [
717                       "mpstat_average.cpu.%idle"
718                     ],
719                     "type": "field"
720                   }
721                 ]
722               ],
723               "tags": []
724             },
725             {
726               "dsType": "influxdb",
727               "groupBy": [],
728               "measurement": "opnfv_yardstick_tc038",
729               "orderByTime": "ASC",
730               "policy": "default",
731               "refId": "E",
732               "resultFormat": "time_series",
733               "select": [
734                 [
735                   {
736                     "params": [
737                       "mpstat_average.cpu.%irq"
738                     ],
739                     "type": "field"
740                   }
741                 ]
742               ],
743               "tags": []
744             },
745             {
746               "dsType": "influxdb",
747               "groupBy": [],
748               "measurement": "opnfv_yardstick_tc038",
749               "orderByTime": "ASC",
750               "policy": "default",
751               "refId": "F",
752               "resultFormat": "time_series",
753               "select": [
754                 [
755                   {
756                     "params": [
757                       "mpstat_average.cpu.%nice"
758                     ],
759                     "type": "field"
760                   }
761                 ]
762               ],
763               "tags": []
764             },
765             {
766               "dsType": "influxdb",
767               "groupBy": [],
768               "measurement": "opnfv_yardstick_tc038",
769               "orderByTime": "ASC",
770               "policy": "default",
771               "refId": "G",
772               "resultFormat": "time_series",
773               "select": [
774                 [
775                   {
776                     "params": [
777                       "mpstat_average.cpu.%soft"
778                     ],
779                     "type": "field"
780                   }
781                 ]
782               ],
783               "tags": []
784             },
785             {
786               "dsType": "influxdb",
787               "groupBy": [],
788               "measurement": "opnfv_yardstick_tc038",
789               "orderByTime": "ASC",
790               "policy": "default",
791               "refId": "H",
792               "resultFormat": "time_series",
793               "select": [
794                 [
795                   {
796                     "params": [
797                       "mpstat_average.cpu.%steal"
798                     ],
799                     "type": "field"
800                   }
801                 ]
802               ],
803               "tags": []
804             },
805             {
806               "dsType": "influxdb",
807               "groupBy": [],
808               "measurement": "opnfv_yardstick_tc038",
809               "orderByTime": "ASC",
810               "policy": "default",
811               "refId": "I",
812               "resultFormat": "time_series",
813               "select": [
814                 [
815                   {
816                     "params": [
817                       "mpstat_average.cpu.%sys"
818                     ],
819                     "type": "field"
820                   }
821                 ]
822               ],
823               "tags": []
824             },
825             {
826               "dsType": "influxdb",
827               "groupBy": [],
828               "measurement": "opnfv_yardstick_tc038",
829               "orderByTime": "ASC",
830               "policy": "default",
831               "refId": "J",
832               "resultFormat": "time_series",
833               "select": [
834                 [
835                   {
836                     "params": [
837                       "mpstat_average.cpu.%usr"
838                     ],
839                     "type": "field"
840                   }
841                 ]
842               ],
843               "tags": []
844             }
845           ],
846           "thresholds": [],
847           "timeFrom": null,
848           "timeShift": null,
849           "title": "CPU Usage",
850           "tooltip": {
851             "shared": true,
852             "sort": 0,
853             "value_type": "individual"
854           },
855           "type": "graph",
856           "xaxis": {
857             "buckets": null,
858             "mode": "time",
859             "name": null,
860             "show": true,
861             "values": []
862           },
863           "yaxes": [
864             {
865               "format": "percent",
866               "label": null,
867               "logBase": 1,
868               "max": null,
869               "min": null,
870               "show": true
871             },
872             {
873               "format": "short",
874               "label": null,
875               "logBase": 1,
876               "max": null,
877               "min": null,
878               "show": true
879             }
880           ]
881         }
882       ],
883       "repeat": null,
884       "repeatIteration": null,
885       "repeatRowId": null,
886       "showTitle": false,
887       "title": "Dashboard Row",
888       "titleSize": "h6"
889     }
890   ],
891   "schemaVersion": 14,
892   "style": "dark",
893   "tags": [
894     "Compute"
895   ],
896   "templating": {
897     "list": []
898   },
899   "time": {
900     "from": "now/d",
901     "to": "now/d"
902   },
903   "timepicker": {
904     "refresh_intervals": [
905       "5s",
906       "10s",
907       "30s",
908       "1m",
909       "5m",
910       "15m",
911       "30m",
912       "1h",
913       "2h",
914       "1d"
915     ],
916     "time_options": [
917       "5m",
918       "15m",
919       "1h",
920       "6h",
921       "12h",
922       "24h",
923       "2d",
924       "7d",
925       "30d"
926     ]
927   },
928   "timezone": "",
929   "title": "opnfv_yardstick_tc038",
930   "version": 4
931 }