This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / dashboard / Yardstick-TC055-1469778724576
1 {
2   "id": 30,
3   "title": "Yardstick-TC055",
4   "originalTitle": "Yardstick-TC055",
5   "tags": [
6     "yardstick-tc"
7   ],
8   "style": "dark",
9   "timezone": "browser",
10   "editable": true,
11   "hideControls": false,
12   "sharedCrosshair": false,
13   "rows": [
14     {
15       "collapse": false,
16       "editable": true,
17       "height": "100px",
18       "panels": [
19         {
20           "content": "<h5 style=\"font-family:Verdana\"> <a style=\"color:#31A7D3\"><center>OPNFV_Yardstick_TC055 - Number of cores and threads, available memory size and cache size</center> </a></h5>\n<center>\n<p>Visualisation of Number of cores and threads, available memory size and cache size fetched from /proc/cpuinfo.\nFor more information see <a style=\"color:#31A7D3\"; href=\"http://artifacts.opnfv.org/yardstick/brahmaputra/docs/userguide/opnfv_yardstick_tc055.html\">TC055</a></p>\n</center>",
21           "editable": true,
22           "error": false,
23           "id": 2,
24           "isNew": true,
25           "links": [],
26           "mode": "html",
27           "span": 12,
28           "style": {},
29           "title": "",
30           "type": "text"
31         }
32       ],
33       "title": "New row"
34     },
35     {
36       "collapse": false,
37       "editable": true,
38       "height": "250px",
39       "panels": [
40         {
41           "aliasColors": {},
42           "bars": false,
43           "datasource": "yardstick-vtc",
44           "editable": true,
45           "error": false,
46           "fill": 0,
47           "grid": {
48             "leftLogBase": 1,
49             "leftMax": null,
50             "leftMin": 0,
51             "rightLogBase": 1,
52             "rightMax": null,
53             "rightMin": null,
54             "threshold1": null,
55             "threshold1Color": "rgba(216, 200, 27, 0.27)",
56             "threshold2": null,
57             "threshold2Color": "rgba(234, 112, 112, 0.22)"
58           },
59           "id": 3,
60           "isNew": true,
61           "leftYAxisLabel": "Number / Size",
62           "legend": {
63             "alignAsTable": true,
64             "avg": false,
65             "current": true,
66             "max": false,
67             "min": false,
68             "show": true,
69             "total": false,
70             "values": true
71           },
72           "lines": false,
73           "linewidth": 2,
74           "links": [],
75           "nullPointMode": "connected",
76           "percentage": false,
77           "pointradius": 2,
78           "points": true,
79           "renderer": "flot",
80           "seriesOverrides": [],
81           "span": 12,
82           "stack": false,
83           "steppedLine": false,
84           "targets": [
85             {
86               "alias": "$tag_pod_name - $tag_deploy_scenario - CPU_number",
87               "dsType": "influxdb",
88               "groupBy": [
89                 {
90                   "params": [
91                     "pod_name"
92                   ],
93                   "type": "tag"
94                 },
95                 {
96                   "params": [
97                     "deploy_scenario"
98                   ],
99                   "type": "tag"
100                 }
101               ],
102               "hide": false,
103               "measurement": "opnfv_yardstick_tc055",
104               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"deploy_scenario\"",
105               "refId": "A",
106               "resultFormat": "time_series",
107               "select": [
108                 [
109                   {
110                     "params": [
111                       "Cpu_number"
112                     ],
113                     "type": "field"
114                   }
115                 ]
116               ],
117               "tags": [
118                 {
119                   "key": "pod_name",
120                   "operator": "=~",
121                   "value": "/$POD$/"
122                 },
123                 {
124                   "condition": "AND",
125                   "key": "deploy_scenario",
126                   "operator": "=~",
127                   "value": "/$SCENARIO$/"
128                 }
129               ]
130             },
131             {
132               "alias": "$tag_pod_name - $tag_deploy_scenario - Core_number",
133               "dsType": "influxdb",
134               "groupBy": [
135                 {
136                   "params": [
137                     "pod_name"
138                   ],
139                   "type": "tag"
140                 },
141                 {
142                   "params": [
143                     "deploy_scenario"
144                   ],
145                   "type": "tag"
146                 }
147               ],
148               "hide": false,
149               "measurement": "opnfv_yardstick_tc055",
150               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"deploy_scenario\"",
151               "refId": "B",
152               "resultFormat": "time_series",
153               "select": [
154                 [
155                   {
156                     "params": [
157                       "Core_number"
158                     ],
159                     "type": "field"
160                   }
161                 ]
162               ],
163               "tags": [
164                 {
165                   "key": "pod_name",
166                   "operator": "=~",
167                   "value": "/$POD$/"
168                 },
169                 {
170                   "condition": "AND",
171                   "key": "deploy_scenario",
172                   "operator": "=~",
173                   "value": "/$SCENARIO$/"
174                 }
175               ]
176             },
177             {
178               "alias": "$tag_pod_name - $tag_deploy_scenario -  Thread_number",
179               "dsType": "influxdb",
180               "groupBy": [
181                 {
182                   "params": [
183                     "pod_name"
184                   ],
185                   "type": "tag"
186                 },
187                 {
188                   "params": [
189                     "deploy_scenario"
190                   ],
191                   "type": "tag"
192                 }
193               ],
194               "hide": false,
195               "measurement": "opnfv_yardstick_tc055",
196               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"deploy_scenario\"",
197               "refId": "C",
198               "resultFormat": "time_series",
199               "select": [
200                 [
201                   {
202                     "params": [
203                       "Thread_number"
204                     ],
205                     "type": "field"
206                   }
207                 ]
208               ],
209               "tags": [
210                 {
211                   "key": "pod_name",
212                   "operator": "=~",
213                   "value": "/$POD$/"
214                 },
215                 {
216                   "condition": "AND",
217                   "key": "deploy_scenario",
218                   "operator": "=~",
219                   "value": "/$SCENARIO$/"
220                 }
221               ]
222             },
223             {
224               "alias": "$tag_pod_name - $tag_deploy_scenario -  Memory_size",
225               "dsType": "influxdb",
226               "groupBy": [
227                 {
228                   "params": [
229                     "pod_name"
230                   ],
231                   "type": "tag"
232                 },
233                 {
234                   "params": [
235                     "deploy_scenario"
236                   ],
237                   "type": "tag"
238                 }
239               ],
240               "hide": true,
241               "measurement": "opnfv_yardstick_tc055",
242               "query": "SELECT \"Memory_size\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"deploy_scenario\"",
243               "refId": "D",
244               "resultFormat": "time_series",
245               "select": [
246                 [
247                   {
248                     "params": [
249                       "Memory_size"
250                     ],
251                     "type": "field"
252                   }
253                 ]
254               ],
255               "tags": [
256                 {
257                   "key": "pod_name",
258                   "operator": "=~",
259                   "value": "/$POD$/"
260                 },
261                 {
262                   "condition": "AND",
263                   "key": "deploy_scenario",
264                   "operator": "=~",
265                   "value": "/$SCENARIO$/"
266                 }
267               ]
268             },
269             {
270               "alias": "$tag_pod_name - $tag_deploy_scenario -  Cache_size",
271               "dsType": "influxdb",
272               "groupBy": [
273                 {
274                   "params": [
275                     "pod_name"
276                   ],
277                   "type": "tag"
278                 },
279                 {
280                   "params": [
281                     "deploy_scenario"
282                   ],
283                   "type": "tag"
284                 }
285               ],
286               "hide": true,
287               "measurement": "opnfv_yardstick_tc055",
288               "query": "SELECT \"Cache_size\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"deploy_scenario\"",
289               "refId": "E",
290               "resultFormat": "time_series",
291               "select": [
292                 [
293                   {
294                     "params": [
295                       "Cache_size"
296                     ],
297                     "type": "field"
298                   }
299                 ]
300               ],
301               "tags": [
302                 {
303                   "key": "pod_name",
304                   "operator": "=~",
305                   "value": "/$POD$/"
306                 },
307                 {
308                   "condition": "AND",
309                   "key": "deploy_scenario",
310                   "operator": "=~",
311                   "value": "/$SCENARIO$/"
312                 }
313               ]
314             }
315           ],
316           "timeFrom": "14d",
317           "timeShift": null,
318           "title": "Number of cores and threads, available memory size and cache size",
319           "tooltip": {
320             "shared": true,
321             "value_type": "cumulative"
322           },
323           "type": "graph",
324           "x-axis": true,
325           "y-axis": true,
326           "y_formats": [
327             "short",
328             "kbytes"
329           ],
330           "rightYAxisLabel": "Memory/Cache Size"
331         }
332       ],
333       "title": "New row"
334     },
335     {
336       "collapse": false,
337       "editable": true,
338       "height": "250px",
339       "panels": [
340         {
341           "content": "",
342           "editable": true,
343           "error": false,
344           "height": "0",
345           "id": 4,
346           "isNew": true,
347           "links": [],
348           "mode": "markdown",
349           "span": 12,
350           "style": {},
351           "title": "Daily Averages",
352           "type": "text"
353         },
354         {
355           "columns": [],
356           "datasource": "yardstick-vtc",
357           "editable": true,
358           "error": false,
359           "fontSize": "100%",
360           "id": 5,
361           "isNew": true,
362           "links": [],
363           "minSpan": 2,
364           "pageSize": null,
365           "repeat": "POD",
366           "scopedVars": {
367             "POD": {
368               "selected": true,
369               "text": "ericsson-pod2",
370               "value": "ericsson\\-pod2"
371             }
372           },
373           "scroll": true,
374           "showHeader": true,
375           "sort": {
376             "col": 0,
377             "desc": true
378           },
379           "span": 2,
380           "styles": [
381             {
382               "dateFormat": "YYYY-MM-DD HH:mm:ss",
383               "pattern": "Time",
384               "type": "date"
385             },
386             {
387               "colorMode": null,
388               "colors": [
389                 "rgba(245, 54, 54, 0.9)",
390                 "rgba(237, 129, 40, 0.89)",
391                 "rgba(50, 172, 45, 0.97)"
392               ],
393               "decimals": 2,
394               "pattern": "",
395               "thresholds": [],
396               "type": "number",
397               "unit": "short"
398             }
399           ],
400           "targets": [
401             {
402               "dsType": "influxdb",
403               "groupBy": [
404                 {
405                   "params": [
406                     "deploy_scenario"
407                   ],
408                   "type": "tag"
409                 }
410               ],
411               "measurement": "opnfv_yardstick_tc055",
412               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
413               "refId": "A",
414               "resultFormat": "time_series",
415               "select": [
416                 [
417                   {
418                     "params": [
419                       "Cpu_number"
420                     ],
421                     "type": "field"
422                   }
423                 ]
424               ],
425               "tags": [
426                 {
427                   "key": "pod_name",
428                   "operator": "=~",
429                   "value": "/$POD$/"
430                 },
431                 {
432                   "condition": "AND",
433                   "key": "deploy_scenario",
434                   "operator": "=~",
435                   "value": "/$SCENARIO$/"
436                 }
437               ]
438             },
439             {
440               "dsType": "influxdb",
441               "groupBy": [
442                 {
443                   "params": [
444                     "deploy_scenario"
445                   ],
446                   "type": "tag"
447                 }
448               ],
449               "hide": false,
450               "measurement": "opnfv_yardstick_tc055",
451               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
452               "refId": "B",
453               "resultFormat": "time_series",
454               "select": [
455                 [
456                   {
457                     "params": [
458                       "Core_number"
459                     ],
460                     "type": "field"
461                   }
462                 ]
463               ],
464               "tags": [
465                 {
466                   "key": "pod_name",
467                   "operator": "=~",
468                   "value": "/$POD$/"
469                 },
470                 {
471                   "condition": "AND",
472                   "key": "deploy_scenario",
473                   "operator": "=~",
474                   "value": "/$SCENARIO$/"
475                 }
476               ]
477             },
478             {
479               "dsType": "influxdb",
480               "groupBy": [
481                 {
482                   "params": [
483                     "deploy_scenario"
484                   ],
485                   "type": "tag"
486                 }
487               ],
488               "hide": false,
489               "measurement": "opnfv_yardstick_tc055",
490               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
491               "refId": "C",
492               "resultFormat": "time_series",
493               "select": [
494                 [
495                   {
496                     "params": [
497                       "Thread_number"
498                     ],
499                     "type": "field"
500                   }
501                 ]
502               ],
503               "tags": [
504                 {
505                   "key": "pod_name",
506                   "operator": "=~",
507                   "value": "/$POD$/"
508                 },
509                 {
510                   "condition": "AND",
511                   "key": "deploy_scenario",
512                   "operator": "=~",
513                   "value": "/$SCENARIO$/"
514                 }
515               ]
516             }
517           ],
518           "timeFrom": "14d",
519           "title": "$POD",
520           "transform": "timeseries_to_rows",
521           "type": "table"
522         },
523         {
524           "columns": [],
525           "datasource": "yardstick-vtc",
526           "editable": true,
527           "error": false,
528           "fontSize": "100%",
529           "id": 6,
530           "isNew": true,
531           "links": [],
532           "minSpan": 2,
533           "pageSize": null,
534           "repeat": null,
535           "scopedVars": {
536             "POD": {
537               "selected": true,
538               "text": "huawei-pod1",
539               "value": "huawei\\-pod1"
540             }
541           },
542           "scroll": true,
543           "showHeader": true,
544           "sort": {
545             "col": 0,
546             "desc": true
547           },
548           "span": 2,
549           "styles": [
550             {
551               "dateFormat": "YYYY-MM-DD HH:mm:ss",
552               "pattern": "Time",
553               "type": "date"
554             },
555             {
556               "colorMode": null,
557               "colors": [
558                 "rgba(245, 54, 54, 0.9)",
559                 "rgba(237, 129, 40, 0.89)",
560                 "rgba(50, 172, 45, 0.97)"
561               ],
562               "decimals": 2,
563               "pattern": "",
564               "thresholds": [],
565               "type": "number",
566               "unit": "short"
567             }
568           ],
569           "targets": [
570             {
571               "dsType": "influxdb",
572               "groupBy": [
573                 {
574                   "params": [
575                     "deploy_scenario"
576                   ],
577                   "type": "tag"
578                 }
579               ],
580               "measurement": "opnfv_yardstick_tc055",
581               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
582               "refId": "A",
583               "resultFormat": "time_series",
584               "select": [
585                 [
586                   {
587                     "params": [
588                       "Cpu_number"
589                     ],
590                     "type": "field"
591                   }
592                 ]
593               ],
594               "tags": [
595                 {
596                   "key": "pod_name",
597                   "operator": "=~",
598                   "value": "/$POD$/"
599                 },
600                 {
601                   "condition": "AND",
602                   "key": "deploy_scenario",
603                   "operator": "=~",
604                   "value": "/$SCENARIO$/"
605                 }
606               ]
607             },
608             {
609               "dsType": "influxdb",
610               "groupBy": [
611                 {
612                   "params": [
613                     "deploy_scenario"
614                   ],
615                   "type": "tag"
616                 }
617               ],
618               "hide": false,
619               "measurement": "opnfv_yardstick_tc055",
620               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
621               "refId": "B",
622               "resultFormat": "time_series",
623               "select": [
624                 [
625                   {
626                     "params": [
627                       "Core_number"
628                     ],
629                     "type": "field"
630                   }
631                 ]
632               ],
633               "tags": [
634                 {
635                   "key": "pod_name",
636                   "operator": "=~",
637                   "value": "/$POD$/"
638                 },
639                 {
640                   "condition": "AND",
641                   "key": "deploy_scenario",
642                   "operator": "=~",
643                   "value": "/$SCENARIO$/"
644                 }
645               ]
646             },
647             {
648               "dsType": "influxdb",
649               "groupBy": [
650                 {
651                   "params": [
652                     "deploy_scenario"
653                   ],
654                   "type": "tag"
655                 }
656               ],
657               "hide": false,
658               "measurement": "opnfv_yardstick_tc055",
659               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
660               "refId": "C",
661               "resultFormat": "time_series",
662               "select": [
663                 [
664                   {
665                     "params": [
666                       "Thread_number"
667                     ],
668                     "type": "field"
669                   }
670                 ]
671               ],
672               "tags": [
673                 {
674                   "key": "pod_name",
675                   "operator": "=~",
676                   "value": "/$POD$/"
677                 },
678                 {
679                   "condition": "AND",
680                   "key": "deploy_scenario",
681                   "operator": "=~",
682                   "value": "/$SCENARIO$/"
683                 }
684               ]
685             }
686           ],
687           "timeFrom": "14d",
688           "title": "$POD",
689           "transform": "timeseries_to_rows",
690           "type": "table",
691           "repeatIteration": 1469777558621,
692           "repeatPanelId": 5
693         },
694         {
695           "columns": [],
696           "datasource": "yardstick-vtc",
697           "editable": true,
698           "error": false,
699           "fontSize": "100%",
700           "id": 7,
701           "isNew": true,
702           "links": [],
703           "minSpan": 2,
704           "pageSize": null,
705           "repeat": null,
706           "scopedVars": {
707             "POD": {
708               "selected": true,
709               "text": "huawei-pod2",
710               "value": "huawei\\-pod2"
711             }
712           },
713           "scroll": true,
714           "showHeader": true,
715           "sort": {
716             "col": 0,
717             "desc": true
718           },
719           "span": 2,
720           "styles": [
721             {
722               "dateFormat": "YYYY-MM-DD HH:mm:ss",
723               "pattern": "Time",
724               "type": "date"
725             },
726             {
727               "colorMode": null,
728               "colors": [
729                 "rgba(245, 54, 54, 0.9)",
730                 "rgba(237, 129, 40, 0.89)",
731                 "rgba(50, 172, 45, 0.97)"
732               ],
733               "decimals": 2,
734               "pattern": "",
735               "thresholds": [],
736               "type": "number",
737               "unit": "short"
738             }
739           ],
740           "targets": [
741             {
742               "dsType": "influxdb",
743               "groupBy": [
744                 {
745                   "params": [
746                     "deploy_scenario"
747                   ],
748                   "type": "tag"
749                 }
750               ],
751               "measurement": "opnfv_yardstick_tc055",
752               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
753               "refId": "A",
754               "resultFormat": "time_series",
755               "select": [
756                 [
757                   {
758                     "params": [
759                       "Cpu_number"
760                     ],
761                     "type": "field"
762                   }
763                 ]
764               ],
765               "tags": [
766                 {
767                   "key": "pod_name",
768                   "operator": "=~",
769                   "value": "/$POD$/"
770                 },
771                 {
772                   "condition": "AND",
773                   "key": "deploy_scenario",
774                   "operator": "=~",
775                   "value": "/$SCENARIO$/"
776                 }
777               ]
778             },
779             {
780               "dsType": "influxdb",
781               "groupBy": [
782                 {
783                   "params": [
784                     "deploy_scenario"
785                   ],
786                   "type": "tag"
787                 }
788               ],
789               "hide": false,
790               "measurement": "opnfv_yardstick_tc055",
791               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
792               "refId": "B",
793               "resultFormat": "time_series",
794               "select": [
795                 [
796                   {
797                     "params": [
798                       "Core_number"
799                     ],
800                     "type": "field"
801                   }
802                 ]
803               ],
804               "tags": [
805                 {
806                   "key": "pod_name",
807                   "operator": "=~",
808                   "value": "/$POD$/"
809                 },
810                 {
811                   "condition": "AND",
812                   "key": "deploy_scenario",
813                   "operator": "=~",
814                   "value": "/$SCENARIO$/"
815                 }
816               ]
817             },
818             {
819               "dsType": "influxdb",
820               "groupBy": [
821                 {
822                   "params": [
823                     "deploy_scenario"
824                   ],
825                   "type": "tag"
826                 }
827               ],
828               "hide": false,
829               "measurement": "opnfv_yardstick_tc055",
830               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
831               "refId": "C",
832               "resultFormat": "time_series",
833               "select": [
834                 [
835                   {
836                     "params": [
837                       "Thread_number"
838                     ],
839                     "type": "field"
840                   }
841                 ]
842               ],
843               "tags": [
844                 {
845                   "key": "pod_name",
846                   "operator": "=~",
847                   "value": "/$POD$/"
848                 },
849                 {
850                   "condition": "AND",
851                   "key": "deploy_scenario",
852                   "operator": "=~",
853                   "value": "/$SCENARIO$/"
854                 }
855               ]
856             }
857           ],
858           "timeFrom": "14d",
859           "title": "$POD",
860           "transform": "timeseries_to_rows",
861           "type": "table",
862           "repeatIteration": 1469777558621,
863           "repeatPanelId": 5
864         },
865         {
866           "columns": [],
867           "datasource": "yardstick-vtc",
868           "editable": true,
869           "error": false,
870           "fontSize": "100%",
871           "id": 8,
872           "isNew": true,
873           "links": [],
874           "minSpan": 2,
875           "pageSize": null,
876           "repeat": null,
877           "scopedVars": {
878             "POD": {
879               "selected": true,
880               "text": "intel-pod6",
881               "value": "intel\\-pod6"
882             }
883           },
884           "scroll": true,
885           "showHeader": true,
886           "sort": {
887             "col": 0,
888             "desc": true
889           },
890           "span": 2,
891           "styles": [
892             {
893               "dateFormat": "YYYY-MM-DD HH:mm:ss",
894               "pattern": "Time",
895               "type": "date"
896             },
897             {
898               "colorMode": null,
899               "colors": [
900                 "rgba(245, 54, 54, 0.9)",
901                 "rgba(237, 129, 40, 0.89)",
902                 "rgba(50, 172, 45, 0.97)"
903               ],
904               "decimals": 2,
905               "pattern": "",
906               "thresholds": [],
907               "type": "number",
908               "unit": "short"
909             }
910           ],
911           "targets": [
912             {
913               "dsType": "influxdb",
914               "groupBy": [
915                 {
916                   "params": [
917                     "deploy_scenario"
918                   ],
919                   "type": "tag"
920                 }
921               ],
922               "measurement": "opnfv_yardstick_tc055",
923               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
924               "refId": "A",
925               "resultFormat": "time_series",
926               "select": [
927                 [
928                   {
929                     "params": [
930                       "Cpu_number"
931                     ],
932                     "type": "field"
933                   }
934                 ]
935               ],
936               "tags": [
937                 {
938                   "key": "pod_name",
939                   "operator": "=~",
940                   "value": "/$POD$/"
941                 },
942                 {
943                   "condition": "AND",
944                   "key": "deploy_scenario",
945                   "operator": "=~",
946                   "value": "/$SCENARIO$/"
947                 }
948               ]
949             },
950             {
951               "dsType": "influxdb",
952               "groupBy": [
953                 {
954                   "params": [
955                     "deploy_scenario"
956                   ],
957                   "type": "tag"
958                 }
959               ],
960               "hide": false,
961               "measurement": "opnfv_yardstick_tc055",
962               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
963               "refId": "B",
964               "resultFormat": "time_series",
965               "select": [
966                 [
967                   {
968                     "params": [
969                       "Core_number"
970                     ],
971                     "type": "field"
972                   }
973                 ]
974               ],
975               "tags": [
976                 {
977                   "key": "pod_name",
978                   "operator": "=~",
979                   "value": "/$POD$/"
980                 },
981                 {
982                   "condition": "AND",
983                   "key": "deploy_scenario",
984                   "operator": "=~",
985                   "value": "/$SCENARIO$/"
986                 }
987               ]
988             },
989             {
990               "dsType": "influxdb",
991               "groupBy": [
992                 {
993                   "params": [
994                     "deploy_scenario"
995                   ],
996                   "type": "tag"
997                 }
998               ],
999               "hide": false,
1000               "measurement": "opnfv_yardstick_tc055",
1001               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
1002               "refId": "C",
1003               "resultFormat": "time_series",
1004               "select": [
1005                 [
1006                   {
1007                     "params": [
1008                       "Thread_number"
1009                     ],
1010                     "type": "field"
1011                   }
1012                 ]
1013               ],
1014               "tags": [
1015                 {
1016                   "key": "pod_name",
1017                   "operator": "=~",
1018                   "value": "/$POD$/"
1019                 },
1020                 {
1021                   "condition": "AND",
1022                   "key": "deploy_scenario",
1023                   "operator": "=~",
1024                   "value": "/$SCENARIO$/"
1025                 }
1026               ]
1027             }
1028           ],
1029           "timeFrom": "14d",
1030           "title": "$POD",
1031           "transform": "timeseries_to_rows",
1032           "type": "table",
1033           "repeatIteration": 1469777558621,
1034           "repeatPanelId": 5
1035         },
1036         {
1037           "columns": [],
1038           "datasource": "yardstick-vtc",
1039           "editable": true,
1040           "error": false,
1041           "fontSize": "100%",
1042           "id": 15,
1043           "isNew": true,
1044           "links": [],
1045           "minSpan": 2,
1046           "pageSize": null,
1047           "repeat": null,
1048           "scopedVars": {
1049             "POD": {
1050               "selected": true,
1051               "text": "lf-pod2",
1052               "value": "lf\\-pod2"
1053             }
1054           },
1055           "scroll": true,
1056           "showHeader": true,
1057           "sort": {
1058             "col": 0,
1059             "desc": true
1060           },
1061           "span": 2,
1062           "styles": [
1063             {
1064               "dateFormat": "YYYY-MM-DD HH:mm:ss",
1065               "pattern": "Time",
1066               "type": "date"
1067             },
1068             {
1069               "colorMode": null,
1070               "colors": [
1071                 "rgba(245, 54, 54, 0.9)",
1072                 "rgba(237, 129, 40, 0.89)",
1073                 "rgba(50, 172, 45, 0.97)"
1074               ],
1075               "decimals": 2,
1076               "pattern": "",
1077               "thresholds": [],
1078               "type": "number",
1079               "unit": "short"
1080             }
1081           ],
1082           "targets": [
1083             {
1084               "dsType": "influxdb",
1085               "groupBy": [
1086                 {
1087                   "params": [
1088                     "deploy_scenario"
1089                   ],
1090                   "type": "tag"
1091                 }
1092               ],
1093               "measurement": "opnfv_yardstick_tc055",
1094               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
1095               "refId": "A",
1096               "resultFormat": "time_series",
1097               "select": [
1098                 [
1099                   {
1100                     "params": [
1101                       "Cpu_number"
1102                     ],
1103                     "type": "field"
1104                   }
1105                 ]
1106               ],
1107               "tags": [
1108                 {
1109                   "key": "pod_name",
1110                   "operator": "=~",
1111                   "value": "/$POD$/"
1112                 },
1113                 {
1114                   "condition": "AND",
1115                   "key": "deploy_scenario",
1116                   "operator": "=~",
1117                   "value": "/$SCENARIO$/"
1118                 }
1119               ]
1120             },
1121             {
1122               "dsType": "influxdb",
1123               "groupBy": [
1124                 {
1125                   "params": [
1126                     "deploy_scenario"
1127                   ],
1128                   "type": "tag"
1129                 }
1130               ],
1131               "hide": false,
1132               "measurement": "opnfv_yardstick_tc055",
1133               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
1134               "refId": "B",
1135               "resultFormat": "time_series",
1136               "select": [
1137                 [
1138                   {
1139                     "params": [
1140                       "Core_number"
1141                     ],
1142                     "type": "field"
1143                   }
1144                 ]
1145               ],
1146               "tags": [
1147                 {
1148                   "key": "pod_name",
1149                   "operator": "=~",
1150                   "value": "/$POD$/"
1151                 },
1152                 {
1153                   "condition": "AND",
1154                   "key": "deploy_scenario",
1155                   "operator": "=~",
1156                   "value": "/$SCENARIO$/"
1157                 }
1158               ]
1159             },
1160             {
1161               "dsType": "influxdb",
1162               "groupBy": [
1163                 {
1164                   "params": [
1165                     "deploy_scenario"
1166                   ],
1167                   "type": "tag"
1168                 }
1169               ],
1170               "hide": false,
1171               "measurement": "opnfv_yardstick_tc055",
1172               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
1173               "refId": "C",
1174               "resultFormat": "time_series",
1175               "select": [
1176                 [
1177                   {
1178                     "params": [
1179                       "Thread_number"
1180                     ],
1181                     "type": "field"
1182                   }
1183                 ]
1184               ],
1185               "tags": [
1186                 {
1187                   "key": "pod_name",
1188                   "operator": "=~",
1189                   "value": "/$POD$/"
1190                 },
1191                 {
1192                   "condition": "AND",
1193                   "key": "deploy_scenario",
1194                   "operator": "=~",
1195                   "value": "/$SCENARIO$/"
1196                 }
1197               ]
1198             }
1199           ],
1200           "timeFrom": "14d",
1201           "title": "$POD",
1202           "transform": "timeseries_to_rows",
1203           "type": "table",
1204           "repeatIteration": 1469777558621,
1205           "repeatPanelId": 5
1206         },
1207         {
1208           "columns": [],
1209           "datasource": "yardstick-vtc",
1210           "editable": true,
1211           "error": false,
1212           "fontSize": "100%",
1213           "id": 22,
1214           "isNew": true,
1215           "links": [],
1216           "minSpan": 2,
1217           "pageSize": null,
1218           "repeat": null,
1219           "scopedVars": {
1220             "POD": {
1221               "selected": true,
1222               "text": "zte-pod1",
1223               "value": "zte\\-pod1"
1224             }
1225           },
1226           "scroll": true,
1227           "showHeader": true,
1228           "sort": {
1229             "col": 0,
1230             "desc": true
1231           },
1232           "span": 2,
1233           "styles": [
1234             {
1235               "dateFormat": "YYYY-MM-DD HH:mm:ss",
1236               "pattern": "Time",
1237               "type": "date"
1238             },
1239             {
1240               "colorMode": null,
1241               "colors": [
1242                 "rgba(245, 54, 54, 0.9)",
1243                 "rgba(237, 129, 40, 0.89)",
1244                 "rgba(50, 172, 45, 0.97)"
1245               ],
1246               "decimals": 2,
1247               "pattern": "",
1248               "thresholds": [],
1249               "type": "number",
1250               "unit": "short"
1251             }
1252           ],
1253           "targets": [
1254             {
1255               "dsType": "influxdb",
1256               "groupBy": [
1257                 {
1258                   "params": [
1259                     "deploy_scenario"
1260                   ],
1261                   "type": "tag"
1262                 }
1263               ],
1264               "measurement": "opnfv_yardstick_tc055",
1265               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
1266               "refId": "A",
1267               "resultFormat": "time_series",
1268               "select": [
1269                 [
1270                   {
1271                     "params": [
1272                       "Cpu_number"
1273                     ],
1274                     "type": "field"
1275                   }
1276                 ]
1277               ],
1278               "tags": [
1279                 {
1280                   "key": "pod_name",
1281                   "operator": "=~",
1282                   "value": "/$POD$/"
1283                 },
1284                 {
1285                   "condition": "AND",
1286                   "key": "deploy_scenario",
1287                   "operator": "=~",
1288                   "value": "/$SCENARIO$/"
1289                 }
1290               ]
1291             },
1292             {
1293               "dsType": "influxdb",
1294               "groupBy": [
1295                 {
1296                   "params": [
1297                     "deploy_scenario"
1298                   ],
1299                   "type": "tag"
1300                 }
1301               ],
1302               "hide": false,
1303               "measurement": "opnfv_yardstick_tc055",
1304               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
1305               "refId": "B",
1306               "resultFormat": "time_series",
1307               "select": [
1308                 [
1309                   {
1310                     "params": [
1311                       "Core_number"
1312                     ],
1313                     "type": "field"
1314                   }
1315                 ]
1316               ],
1317               "tags": [
1318                 {
1319                   "key": "pod_name",
1320                   "operator": "=~",
1321                   "value": "/$POD$/"
1322                 },
1323                 {
1324                   "condition": "AND",
1325                   "key": "deploy_scenario",
1326                   "operator": "=~",
1327                   "value": "/$SCENARIO$/"
1328                 }
1329               ]
1330             },
1331             {
1332               "dsType": "influxdb",
1333               "groupBy": [
1334                 {
1335                   "params": [
1336                     "deploy_scenario"
1337                   ],
1338                   "type": "tag"
1339                 }
1340               ],
1341               "hide": false,
1342               "measurement": "opnfv_yardstick_tc055",
1343               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
1344               "refId": "C",
1345               "resultFormat": "time_series",
1346               "select": [
1347                 [
1348                   {
1349                     "params": [
1350                       "Thread_number"
1351                     ],
1352                     "type": "field"
1353                   }
1354                 ]
1355               ],
1356               "tags": [
1357                 {
1358                   "key": "pod_name",
1359                   "operator": "=~",
1360                   "value": "/$POD$/"
1361                 },
1362                 {
1363                   "condition": "AND",
1364                   "key": "deploy_scenario",
1365                   "operator": "=~",
1366                   "value": "/$SCENARIO$/"
1367                 }
1368               ]
1369             }
1370           ],
1371           "timeFrom": "14d",
1372           "title": "$POD",
1373           "transform": "timeseries_to_rows",
1374           "type": "table",
1375           "repeatIteration": 1469777558621,
1376           "repeatPanelId": 5
1377         }
1378       ],
1379       "title": "New row"
1380     },
1381     {
1382       "collapse": false,
1383       "editable": true,
1384       "height": "250px",
1385       "panels": [
1386         {
1387           "aliasColors": {},
1388           "bars": false,
1389           "datasource": "yardstick-vtc",
1390           "editable": true,
1391           "error": false,
1392           "fill": 1,
1393           "grid": {
1394             "leftLogBase": 1,
1395             "leftMax": null,
1396             "leftMin": null,
1397             "rightLogBase": 1,
1398             "rightMax": null,
1399             "rightMin": null,
1400             "threshold1": null,
1401             "threshold1Color": "rgba(216, 200, 27, 0.27)",
1402             "threshold2": null,
1403             "threshold2Color": "rgba(234, 112, 112, 0.22)"
1404           },
1405           "id": 17,
1406           "isNew": true,
1407           "legend": {
1408             "avg": false,
1409             "current": false,
1410             "max": false,
1411             "min": false,
1412             "show": true,
1413             "total": false,
1414             "values": false
1415           },
1416           "lines": false,
1417           "linewidth": 2,
1418           "links": [],
1419           "minSpan": 2,
1420           "nullPointMode": "connected",
1421           "percentage": false,
1422           "pointradius": 2,
1423           "points": true,
1424           "renderer": "flot",
1425           "repeat": "POD",
1426           "scopedVars": {
1427             "POD": {
1428               "selected": true,
1429               "text": "ericsson-pod2",
1430               "value": "ericsson\\-pod2"
1431             }
1432           },
1433           "seriesOverrides": [],
1434           "span": 2,
1435           "stack": false,
1436           "steppedLine": false,
1437           "targets": [
1438             {
1439               "alias": "$tag_deploy_scenario - CPU_number",
1440               "dsType": "influxdb",
1441               "groupBy": [
1442                 {
1443                   "params": [
1444                     "deploy_scenario"
1445                   ],
1446                   "type": "tag"
1447                 },
1448                 {
1449                   "params": [
1450                     "installer"
1451                   ],
1452                   "type": "tag"
1453                 }
1454               ],
1455               "measurement": "opnfv_yardstick_tc055",
1456               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
1457               "refId": "A",
1458               "resultFormat": "time_series",
1459               "select": [
1460                 [
1461                   {
1462                     "params": [
1463                       "Cpu_number"
1464                     ],
1465                     "type": "field"
1466                   }
1467                 ]
1468               ],
1469               "tags": [
1470                 {
1471                   "key": "pod_name",
1472                   "operator": "=~",
1473                   "value": "/$POD$/"
1474                 },
1475                 {
1476                   "condition": "AND",
1477                   "key": "deploy_scenario",
1478                   "operator": "=~",
1479                   "value": "/$SCENARIO$/"
1480                 }
1481               ]
1482             },
1483             {
1484               "alias": "$tag_deploy_scenario - Core_number",
1485               "dsType": "influxdb",
1486               "groupBy": [
1487                 {
1488                   "params": [
1489                     "deploy_scenario"
1490                   ],
1491                   "type": "tag"
1492                 },
1493                 {
1494                   "params": [
1495                     "installer"
1496                   ],
1497                   "type": "tag"
1498                 }
1499               ],
1500               "measurement": "opnfv_yardstick_tc055",
1501               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
1502               "refId": "B",
1503               "resultFormat": "time_series",
1504               "select": [
1505                 [
1506                   {
1507                     "params": [
1508                       "Core_number"
1509                     ],
1510                     "type": "field"
1511                   }
1512                 ]
1513               ],
1514               "tags": [
1515                 {
1516                   "key": "pod_name",
1517                   "operator": "=~",
1518                   "value": "/$POD$/"
1519                 },
1520                 {
1521                   "condition": "AND",
1522                   "key": "deploy_scenario",
1523                   "operator": "=~",
1524                   "value": "/$SCENARIO$/"
1525                 }
1526               ]
1527             },
1528             {
1529               "alias": "$tag_deploy_scenario - Thread_number",
1530               "dsType": "influxdb",
1531               "groupBy": [
1532                 {
1533                   "params": [
1534                     "deploy_scenario"
1535                   ],
1536                   "type": "tag"
1537                 },
1538                 {
1539                   "params": [
1540                     "installer"
1541                   ],
1542                   "type": "tag"
1543                 }
1544               ],
1545               "measurement": "opnfv_yardstick_tc055",
1546               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
1547               "refId": "C",
1548               "resultFormat": "time_series",
1549               "select": [
1550                 [
1551                   {
1552                     "params": [
1553                       "Thread_number"
1554                     ],
1555                     "type": "field"
1556                   }
1557                 ]
1558               ],
1559               "tags": [
1560                 {
1561                   "key": "pod_name",
1562                   "operator": "=~",
1563                   "value": "/$POD$/"
1564                 },
1565                 {
1566                   "condition": "AND",
1567                   "key": "deploy_scenario",
1568                   "operator": "=~",
1569                   "value": "/$SCENARIO$/"
1570                 }
1571               ]
1572             }
1573           ],
1574           "timeFrom": "14d",
1575           "timeShift": null,
1576           "title": "$POD",
1577           "tooltip": {
1578             "shared": true,
1579             "value_type": "cumulative"
1580           },
1581           "type": "graph",
1582           "x-axis": true,
1583           "y-axis": true,
1584           "y_formats": [
1585             "short",
1586             "short"
1587           ]
1588         },
1589         {
1590           "aliasColors": {},
1591           "bars": false,
1592           "datasource": "yardstick-vtc",
1593           "editable": true,
1594           "error": false,
1595           "fill": 1,
1596           "grid": {
1597             "leftLogBase": 1,
1598             "leftMax": null,
1599             "leftMin": null,
1600             "rightLogBase": 1,
1601             "rightMax": null,
1602             "rightMin": null,
1603             "threshold1": null,
1604             "threshold1Color": "rgba(216, 200, 27, 0.27)",
1605             "threshold2": null,
1606             "threshold2Color": "rgba(234, 112, 112, 0.22)"
1607           },
1608           "id": 18,
1609           "isNew": true,
1610           "legend": {
1611             "avg": false,
1612             "current": false,
1613             "max": false,
1614             "min": false,
1615             "show": true,
1616             "total": false,
1617             "values": false,
1618             "alignAsTable": false,
1619             "rightSide": false,
1620             "hideZero": false,
1621             "hideEmpty": false
1622           },
1623           "lines": false,
1624           "linewidth": 2,
1625           "links": [],
1626           "minSpan": 2,
1627           "nullPointMode": "connected",
1628           "percentage": false,
1629           "pointradius": 2,
1630           "points": true,
1631           "renderer": "flot",
1632           "repeat": null,
1633           "scopedVars": {
1634             "POD": {
1635               "selected": true,
1636               "text": "huawei-pod1",
1637               "value": "huawei\\-pod1"
1638             }
1639           },
1640           "seriesOverrides": [],
1641           "span": 2,
1642           "stack": false,
1643           "steppedLine": false,
1644           "targets": [
1645             {
1646               "alias": "$tag_deploy_scenario - CPU_number",
1647               "dsType": "influxdb",
1648               "groupBy": [
1649                 {
1650                   "params": [
1651                     "deploy_scenario"
1652                   ],
1653                   "type": "tag"
1654                 },
1655                 {
1656                   "params": [
1657                     "installer"
1658                   ],
1659                   "type": "tag"
1660                 }
1661               ],
1662               "measurement": "opnfv_yardstick_tc055",
1663               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
1664               "refId": "A",
1665               "resultFormat": "time_series",
1666               "select": [
1667                 [
1668                   {
1669                     "params": [
1670                       "Cpu_number"
1671                     ],
1672                     "type": "field"
1673                   }
1674                 ]
1675               ],
1676               "tags": [
1677                 {
1678                   "key": "pod_name",
1679                   "operator": "=~",
1680                   "value": "/$POD$/"
1681                 },
1682                 {
1683                   "condition": "AND",
1684                   "key": "deploy_scenario",
1685                   "operator": "=~",
1686                   "value": "/$SCENARIO$/"
1687                 }
1688               ]
1689             },
1690             {
1691               "alias": "$tag_deploy_scenario - Core_number",
1692               "dsType": "influxdb",
1693               "groupBy": [
1694                 {
1695                   "params": [
1696                     "deploy_scenario"
1697                   ],
1698                   "type": "tag"
1699                 },
1700                 {
1701                   "params": [
1702                     "installer"
1703                   ],
1704                   "type": "tag"
1705                 }
1706               ],
1707               "measurement": "opnfv_yardstick_tc055",
1708               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
1709               "refId": "B",
1710               "resultFormat": "time_series",
1711               "select": [
1712                 [
1713                   {
1714                     "params": [
1715                       "Core_number"
1716                     ],
1717                     "type": "field"
1718                   }
1719                 ]
1720               ],
1721               "tags": [
1722                 {
1723                   "key": "pod_name",
1724                   "operator": "=~",
1725                   "value": "/$POD$/"
1726                 },
1727                 {
1728                   "condition": "AND",
1729                   "key": "deploy_scenario",
1730                   "operator": "=~",
1731                   "value": "/$SCENARIO$/"
1732                 }
1733               ]
1734             },
1735             {
1736               "alias": "$tag_deploy_scenario - Thread_number",
1737               "dsType": "influxdb",
1738               "groupBy": [
1739                 {
1740                   "params": [
1741                     "deploy_scenario"
1742                   ],
1743                   "type": "tag"
1744                 },
1745                 {
1746                   "params": [
1747                     "installer"
1748                   ],
1749                   "type": "tag"
1750                 }
1751               ],
1752               "measurement": "opnfv_yardstick_tc055",
1753               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
1754               "refId": "C",
1755               "resultFormat": "time_series",
1756               "select": [
1757                 [
1758                   {
1759                     "params": [
1760                       "Thread_number"
1761                     ],
1762                     "type": "field"
1763                   }
1764                 ]
1765               ],
1766               "tags": [
1767                 {
1768                   "key": "pod_name",
1769                   "operator": "=~",
1770                   "value": "/$POD$/"
1771                 },
1772                 {
1773                   "condition": "AND",
1774                   "key": "deploy_scenario",
1775                   "operator": "=~",
1776                   "value": "/$SCENARIO$/"
1777                 }
1778               ]
1779             }
1780           ],
1781           "timeFrom": "14d",
1782           "timeShift": null,
1783           "title": "$POD",
1784           "tooltip": {
1785             "shared": true,
1786             "value_type": "cumulative"
1787           },
1788           "type": "graph",
1789           "x-axis": true,
1790           "y-axis": true,
1791           "y_formats": [
1792             "short",
1793             "short"
1794           ],
1795           "repeatIteration": 1469777558621,
1796           "repeatPanelId": 17
1797         },
1798         {
1799           "aliasColors": {},
1800           "bars": false,
1801           "datasource": "yardstick-vtc",
1802           "editable": true,
1803           "error": false,
1804           "fill": 1,
1805           "grid": {
1806             "leftLogBase": 1,
1807             "leftMax": null,
1808             "leftMin": null,
1809             "rightLogBase": 1,
1810             "rightMax": null,
1811             "rightMin": null,
1812             "threshold1": null,
1813             "threshold1Color": "rgba(216, 200, 27, 0.27)",
1814             "threshold2": null,
1815             "threshold2Color": "rgba(234, 112, 112, 0.22)"
1816           },
1817           "id": 19,
1818           "isNew": true,
1819           "legend": {
1820             "avg": false,
1821             "current": false,
1822             "max": false,
1823             "min": false,
1824             "show": true,
1825             "total": false,
1826             "values": false
1827           },
1828           "lines": false,
1829           "linewidth": 2,
1830           "links": [],
1831           "minSpan": 2,
1832           "nullPointMode": "connected",
1833           "percentage": false,
1834           "pointradius": 2,
1835           "points": true,
1836           "renderer": "flot",
1837           "repeat": null,
1838           "scopedVars": {
1839             "POD": {
1840               "selected": true,
1841               "text": "huawei-pod2",
1842               "value": "huawei\\-pod2"
1843             }
1844           },
1845           "seriesOverrides": [],
1846           "span": 2,
1847           "stack": false,
1848           "steppedLine": false,
1849           "targets": [
1850             {
1851               "alias": "$tag_deploy_scenario - CPU_number",
1852               "dsType": "influxdb",
1853               "groupBy": [
1854                 {
1855                   "params": [
1856                     "deploy_scenario"
1857                   ],
1858                   "type": "tag"
1859                 },
1860                 {
1861                   "params": [
1862                     "installer"
1863                   ],
1864                   "type": "tag"
1865                 }
1866               ],
1867               "measurement": "opnfv_yardstick_tc055",
1868               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
1869               "refId": "A",
1870               "resultFormat": "time_series",
1871               "select": [
1872                 [
1873                   {
1874                     "params": [
1875                       "Cpu_number"
1876                     ],
1877                     "type": "field"
1878                   }
1879                 ]
1880               ],
1881               "tags": [
1882                 {
1883                   "key": "pod_name",
1884                   "operator": "=~",
1885                   "value": "/$POD$/"
1886                 },
1887                 {
1888                   "condition": "AND",
1889                   "key": "deploy_scenario",
1890                   "operator": "=~",
1891                   "value": "/$SCENARIO$/"
1892                 }
1893               ]
1894             },
1895             {
1896               "alias": "$tag_deploy_scenario - Core_number",
1897               "dsType": "influxdb",
1898               "groupBy": [
1899                 {
1900                   "params": [
1901                     "deploy_scenario"
1902                   ],
1903                   "type": "tag"
1904                 },
1905                 {
1906                   "params": [
1907                     "installer"
1908                   ],
1909                   "type": "tag"
1910                 }
1911               ],
1912               "measurement": "opnfv_yardstick_tc055",
1913               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
1914               "refId": "B",
1915               "resultFormat": "time_series",
1916               "select": [
1917                 [
1918                   {
1919                     "params": [
1920                       "Core_number"
1921                     ],
1922                     "type": "field"
1923                   }
1924                 ]
1925               ],
1926               "tags": [
1927                 {
1928                   "key": "pod_name",
1929                   "operator": "=~",
1930                   "value": "/$POD$/"
1931                 },
1932                 {
1933                   "condition": "AND",
1934                   "key": "deploy_scenario",
1935                   "operator": "=~",
1936                   "value": "/$SCENARIO$/"
1937                 }
1938               ],
1939               "hide": false
1940             },
1941             {
1942               "alias": "$tag_deploy_scenario - Thread_number",
1943               "dsType": "influxdb",
1944               "groupBy": [
1945                 {
1946                   "params": [
1947                     "deploy_scenario"
1948                   ],
1949                   "type": "tag"
1950                 },
1951                 {
1952                   "params": [
1953                     "installer"
1954                   ],
1955                   "type": "tag"
1956                 }
1957               ],
1958               "measurement": "opnfv_yardstick_tc055",
1959               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
1960               "refId": "C",
1961               "resultFormat": "time_series",
1962               "select": [
1963                 [
1964                   {
1965                     "params": [
1966                       "Thread_number"
1967                     ],
1968                     "type": "field"
1969                   }
1970                 ]
1971               ],
1972               "tags": [
1973                 {
1974                   "key": "pod_name",
1975                   "operator": "=~",
1976                   "value": "/$POD$/"
1977                 },
1978                 {
1979                   "condition": "AND",
1980                   "key": "deploy_scenario",
1981                   "operator": "=~",
1982                   "value": "/$SCENARIO$/"
1983                 }
1984               ]
1985             }
1986           ],
1987           "timeFrom": "14d",
1988           "timeShift": null,
1989           "title": "$POD",
1990           "tooltip": {
1991             "shared": true,
1992             "value_type": "cumulative"
1993           },
1994           "type": "graph",
1995           "x-axis": true,
1996           "y-axis": true,
1997           "y_formats": [
1998             "short",
1999             "short"
2000           ],
2001           "repeatIteration": 1469777558621,
2002           "repeatPanelId": 17
2003         },
2004         {
2005           "aliasColors": {},
2006           "bars": false,
2007           "datasource": "yardstick-vtc",
2008           "editable": true,
2009           "error": false,
2010           "fill": 1,
2011           "grid": {
2012             "leftLogBase": 1,
2013             "leftMax": null,
2014             "leftMin": null,
2015             "rightLogBase": 1,
2016             "rightMax": null,
2017             "rightMin": null,
2018             "threshold1": null,
2019             "threshold1Color": "rgba(216, 200, 27, 0.27)",
2020             "threshold2": null,
2021             "threshold2Color": "rgba(234, 112, 112, 0.22)"
2022           },
2023           "id": 20,
2024           "isNew": true,
2025           "legend": {
2026             "avg": false,
2027             "current": false,
2028             "max": false,
2029             "min": false,
2030             "show": true,
2031             "total": false,
2032             "values": false
2033           },
2034           "lines": false,
2035           "linewidth": 2,
2036           "links": [],
2037           "minSpan": 2,
2038           "nullPointMode": "connected",
2039           "percentage": false,
2040           "pointradius": 2,
2041           "points": true,
2042           "renderer": "flot",
2043           "repeat": null,
2044           "scopedVars": {
2045             "POD": {
2046               "selected": true,
2047               "text": "intel-pod6",
2048               "value": "intel\\-pod6"
2049             }
2050           },
2051           "seriesOverrides": [],
2052           "span": 2,
2053           "stack": false,
2054           "steppedLine": false,
2055           "targets": [
2056             {
2057               "alias": "$tag_deploy_scenario - CPU_number",
2058               "dsType": "influxdb",
2059               "groupBy": [
2060                 {
2061                   "params": [
2062                     "deploy_scenario"
2063                   ],
2064                   "type": "tag"
2065                 },
2066                 {
2067                   "params": [
2068                     "installer"
2069                   ],
2070                   "type": "tag"
2071                 }
2072               ],
2073               "measurement": "opnfv_yardstick_tc055",
2074               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
2075               "refId": "A",
2076               "resultFormat": "time_series",
2077               "select": [
2078                 [
2079                   {
2080                     "params": [
2081                       "Cpu_number"
2082                     ],
2083                     "type": "field"
2084                   }
2085                 ]
2086               ],
2087               "tags": [
2088                 {
2089                   "key": "pod_name",
2090                   "operator": "=~",
2091                   "value": "/$POD$/"
2092                 },
2093                 {
2094                   "condition": "AND",
2095                   "key": "deploy_scenario",
2096                   "operator": "=~",
2097                   "value": "/$SCENARIO$/"
2098                 }
2099               ]
2100             },
2101             {
2102               "alias": "$tag_deploy_scenario - Core_number",
2103               "dsType": "influxdb",
2104               "groupBy": [
2105                 {
2106                   "params": [
2107                     "deploy_scenario"
2108                   ],
2109                   "type": "tag"
2110                 },
2111                 {
2112                   "params": [
2113                     "installer"
2114                   ],
2115                   "type": "tag"
2116                 }
2117               ],
2118               "measurement": "opnfv_yardstick_tc055",
2119               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
2120               "refId": "B",
2121               "resultFormat": "time_series",
2122               "select": [
2123                 [
2124                   {
2125                     "params": [
2126                       "Core_number"
2127                     ],
2128                     "type": "field"
2129                   }
2130                 ]
2131               ],
2132               "tags": [
2133                 {
2134                   "key": "pod_name",
2135                   "operator": "=~",
2136                   "value": "/$POD$/"
2137                 },
2138                 {
2139                   "condition": "AND",
2140                   "key": "deploy_scenario",
2141                   "operator": "=~",
2142                   "value": "/$SCENARIO$/"
2143                 }
2144               ]
2145             },
2146             {
2147               "alias": "$tag_deploy_scenario - Thread_snumber",
2148               "dsType": "influxdb",
2149               "groupBy": [
2150                 {
2151                   "params": [
2152                     "deploy_scenario"
2153                   ],
2154                   "type": "tag"
2155                 },
2156                 {
2157                   "params": [
2158                     "installer"
2159                   ],
2160                   "type": "tag"
2161                 }
2162               ],
2163               "measurement": "opnfv_yardstick_tc055",
2164               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
2165               "refId": "C",
2166               "resultFormat": "time_series",
2167               "select": [
2168                 [
2169                   {
2170                     "params": [
2171                       "Thread_number"
2172                     ],
2173                     "type": "field"
2174                   }
2175                 ]
2176               ],
2177               "tags": [
2178                 {
2179                   "key": "pod_name",
2180                   "operator": "=~",
2181                   "value": "/$POD$/"
2182                 },
2183                 {
2184                   "condition": "AND",
2185                   "key": "deploy_scenario",
2186                   "operator": "=~",
2187                   "value": "/$SCENARIO$/"
2188                 }
2189               ]
2190             }
2191           ],
2192           "timeFrom": "14d",
2193           "timeShift": null,
2194           "title": "$POD",
2195           "tooltip": {
2196             "shared": true,
2197             "value_type": "cumulative"
2198           },
2199           "type": "graph",
2200           "x-axis": true,
2201           "y-axis": true,
2202           "y_formats": [
2203             "short",
2204             "short"
2205           ],
2206           "repeatIteration": 1469777558621,
2207           "repeatPanelId": 17
2208         },
2209         {
2210           "aliasColors": {},
2211           "bars": false,
2212           "datasource": "yardstick-vtc",
2213           "editable": true,
2214           "error": false,
2215           "fill": 1,
2216           "grid": {
2217             "leftLogBase": 1,
2218             "leftMax": null,
2219             "leftMin": null,
2220             "rightLogBase": 1,
2221             "rightMax": null,
2222             "rightMin": null,
2223             "threshold1": null,
2224             "threshold1Color": "rgba(216, 200, 27, 0.27)",
2225             "threshold2": null,
2226             "threshold2Color": "rgba(234, 112, 112, 0.22)"
2227           },
2228           "id": 21,
2229           "isNew": true,
2230           "legend": {
2231             "avg": false,
2232             "current": false,
2233             "max": false,
2234             "min": false,
2235             "show": true,
2236             "total": false,
2237             "values": false
2238           },
2239           "lines": false,
2240           "linewidth": 2,
2241           "links": [],
2242           "minSpan": 2,
2243           "nullPointMode": "connected",
2244           "percentage": false,
2245           "pointradius": 2,
2246           "points": true,
2247           "renderer": "flot",
2248           "repeat": null,
2249           "scopedVars": {
2250             "POD": {
2251               "selected": true,
2252               "text": "lf-pod2",
2253               "value": "lf\\-pod2"
2254             }
2255           },
2256           "seriesOverrides": [],
2257           "span": 2,
2258           "stack": false,
2259           "steppedLine": false,
2260           "targets": [
2261             {
2262               "alias": "$tag_deploy_scenario - CPU_number",
2263               "dsType": "influxdb",
2264               "groupBy": [
2265                 {
2266                   "params": [
2267                     "deploy_scenario"
2268                   ],
2269                   "type": "tag"
2270                 },
2271                 {
2272                   "params": [
2273                     "installer"
2274                   ],
2275                   "type": "tag"
2276                 }
2277               ],
2278               "measurement": "opnfv_yardstick_tc055",
2279               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
2280               "refId": "A",
2281               "resultFormat": "time_series",
2282               "select": [
2283                 [
2284                   {
2285                     "params": [
2286                       "Cpu_number"
2287                     ],
2288                     "type": "field"
2289                   }
2290                 ]
2291               ],
2292               "tags": [
2293                 {
2294                   "key": "pod_name",
2295                   "operator": "=~",
2296                   "value": "/$POD$/"
2297                 },
2298                 {
2299                   "condition": "AND",
2300                   "key": "deploy_scenario",
2301                   "operator": "=~",
2302                   "value": "/$SCENARIO$/"
2303                 }
2304               ]
2305             },
2306             {
2307               "alias": "$tag_deploy_scenario - Core_number",
2308               "dsType": "influxdb",
2309               "groupBy": [
2310                 {
2311                   "params": [
2312                     "deploy_scenario"
2313                   ],
2314                   "type": "tag"
2315                 },
2316                 {
2317                   "params": [
2318                     "installer"
2319                   ],
2320                   "type": "tag"
2321                 }
2322               ],
2323               "measurement": "opnfv_yardstick_tc055",
2324               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
2325               "refId": "B",
2326               "resultFormat": "time_series",
2327               "select": [
2328                 [
2329                   {
2330                     "params": [
2331                       "Core_number"
2332                     ],
2333                     "type": "field"
2334                   }
2335                 ]
2336               ],
2337               "tags": [
2338                 {
2339                   "key": "pod_name",
2340                   "operator": "=~",
2341                   "value": "/$POD$/"
2342                 },
2343                 {
2344                   "condition": "AND",
2345                   "key": "deploy_scenario",
2346                   "operator": "=~",
2347                   "value": "/$SCENARIO$/"
2348                 }
2349               ]
2350             },
2351             {
2352               "alias": "$tag_deploy_scenario - Thread_number",
2353               "dsType": "influxdb",
2354               "groupBy": [
2355                 {
2356                   "params": [
2357                     "deploy_scenario"
2358                   ],
2359                   "type": "tag"
2360                 },
2361                 {
2362                   "params": [
2363                     "installer"
2364                   ],
2365                   "type": "tag"
2366                 }
2367               ],
2368               "measurement": "opnfv_yardstick_tc055",
2369               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
2370               "refId": "C",
2371               "resultFormat": "time_series",
2372               "select": [
2373                 [
2374                   {
2375                     "params": [
2376                       "Thread_number"
2377                     ],
2378                     "type": "field"
2379                   }
2380                 ]
2381               ],
2382               "tags": [
2383                 {
2384                   "key": "pod_name",
2385                   "operator": "=~",
2386                   "value": "/$POD$/"
2387                 },
2388                 {
2389                   "condition": "AND",
2390                   "key": "deploy_scenario",
2391                   "operator": "=~",
2392                   "value": "/$SCENARIO$/"
2393                 }
2394               ]
2395             }
2396           ],
2397           "timeFrom": "14d",
2398           "timeShift": null,
2399           "title": "$POD",
2400           "tooltip": {
2401             "shared": true,
2402             "value_type": "cumulative"
2403           },
2404           "type": "graph",
2405           "x-axis": true,
2406           "y-axis": true,
2407           "y_formats": [
2408             "short",
2409             "short"
2410           ],
2411           "repeatIteration": 1469777558621,
2412           "repeatPanelId": 17
2413         },
2414         {
2415           "aliasColors": {},
2416           "bars": false,
2417           "datasource": "yardstick-vtc",
2418           "editable": true,
2419           "error": false,
2420           "fill": 1,
2421           "grid": {
2422             "leftLogBase": 1,
2423             "leftMax": null,
2424             "leftMin": null,
2425             "rightLogBase": 1,
2426             "rightMax": null,
2427             "rightMin": null,
2428             "threshold1": null,
2429             "threshold1Color": "rgba(216, 200, 27, 0.27)",
2430             "threshold2": null,
2431             "threshold2Color": "rgba(234, 112, 112, 0.22)"
2432           },
2433           "id": 32,
2434           "isNew": true,
2435           "legend": {
2436             "avg": false,
2437             "current": false,
2438             "max": false,
2439             "min": false,
2440             "show": true,
2441             "total": false,
2442             "values": false
2443           },
2444           "lines": false,
2445           "linewidth": 2,
2446           "links": [],
2447           "minSpan": 2,
2448           "nullPointMode": "connected",
2449           "percentage": false,
2450           "pointradius": 2,
2451           "points": true,
2452           "renderer": "flot",
2453           "repeat": null,
2454           "scopedVars": {
2455             "POD": {
2456               "selected": true,
2457               "text": "zte-pod1",
2458               "value": "zte\\-pod1"
2459             }
2460           },
2461           "seriesOverrides": [],
2462           "span": 2,
2463           "stack": false,
2464           "steppedLine": false,
2465           "targets": [
2466             {
2467               "alias": "$tag_deploy_scenario - CPU_number",
2468               "dsType": "influxdb",
2469               "groupBy": [
2470                 {
2471                   "params": [
2472                     "deploy_scenario"
2473                   ],
2474                   "type": "tag"
2475                 },
2476                 {
2477                   "params": [
2478                     "installer"
2479                   ],
2480                   "type": "tag"
2481                 }
2482               ],
2483               "measurement": "opnfv_yardstick_tc055",
2484               "query": "SELECT \"Cpu_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
2485               "refId": "A",
2486               "resultFormat": "time_series",
2487               "select": [
2488                 [
2489                   {
2490                     "params": [
2491                       "Cpu_number"
2492                     ],
2493                     "type": "field"
2494                   }
2495                 ]
2496               ],
2497               "tags": [
2498                 {
2499                   "key": "pod_name",
2500                   "operator": "=~",
2501                   "value": "/$POD$/"
2502                 },
2503                 {
2504                   "condition": "AND",
2505                   "key": "deploy_scenario",
2506                   "operator": "=~",
2507                   "value": "/$SCENARIO$/"
2508                 }
2509               ]
2510             },
2511             {
2512               "alias": "$tag_deploy_scenario - Core_number",
2513               "dsType": "influxdb",
2514               "groupBy": [
2515                 {
2516                   "params": [
2517                     "deploy_scenario"
2518                   ],
2519                   "type": "tag"
2520                 },
2521                 {
2522                   "params": [
2523                     "installer"
2524                   ],
2525                   "type": "tag"
2526                 }
2527               ],
2528               "measurement": "opnfv_yardstick_tc055",
2529               "query": "SELECT \"Core_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
2530               "refId": "B",
2531               "resultFormat": "time_series",
2532               "select": [
2533                 [
2534                   {
2535                     "params": [
2536                       "Core_number"
2537                     ],
2538                     "type": "field"
2539                   }
2540                 ]
2541               ],
2542               "tags": [
2543                 {
2544                   "key": "pod_name",
2545                   "operator": "=~",
2546                   "value": "/$POD$/"
2547                 },
2548                 {
2549                   "condition": "AND",
2550                   "key": "deploy_scenario",
2551                   "operator": "=~",
2552                   "value": "/$SCENARIO$/"
2553                 }
2554               ]
2555             },
2556             {
2557               "alias": "$tag_deploy_scenario - Thread_number",
2558               "dsType": "influxdb",
2559               "groupBy": [
2560                 {
2561                   "params": [
2562                     "deploy_scenario"
2563                   ],
2564                   "type": "tag"
2565                 },
2566                 {
2567                   "params": [
2568                     "installer"
2569                   ],
2570                   "type": "tag"
2571                 }
2572               ],
2573               "measurement": "opnfv_yardstick_tc055",
2574               "query": "SELECT \"Thread_number\" FROM \"opnfv_yardstick_tc055\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"",
2575               "refId": "C",
2576               "resultFormat": "time_series",
2577               "select": [
2578                 [
2579                   {
2580                     "params": [
2581                       "Thread_number"
2582                     ],
2583                     "type": "field"
2584                   }
2585                 ]
2586               ],
2587               "tags": [
2588                 {
2589                   "key": "pod_name",
2590                   "operator": "=~",
2591                   "value": "/$POD$/"
2592                 },
2593                 {
2594                   "condition": "AND",
2595                   "key": "deploy_scenario",
2596                   "operator": "=~",
2597                   "value": "/$SCENARIO$/"
2598                 }
2599               ]
2600             }
2601           ],
2602           "timeFrom": "14d",
2603           "timeShift": null,
2604           "title": "$POD",
2605           "tooltip": {
2606             "shared": true,
2607             "value_type": "cumulative"
2608           },
2609           "type": "graph",
2610           "x-axis": true,
2611           "y-axis": true,
2612           "y_formats": [
2613             "short",
2614             "short"
2615           ],
2616           "repeatIteration": 1469777558621,
2617           "repeatPanelId": 17
2618         }
2619       ],
2620       "title": "New row"
2621     }
2622   ],
2623   "time": {
2624     "from": "now-7d",
2625     "to": "now"
2626   },
2627   "timepicker": {
2628     "now": true,
2629     "refresh_intervals": [
2630       "5s",
2631       "10s",
2632       "30s",
2633       "1m",
2634       "5m",
2635       "15m",
2636       "30m",
2637       "1h",
2638       "2h",
2639       "1d"
2640     ],
2641     "time_options": [
2642       "5m",
2643       "15m",
2644       "1h",
2645       "6h",
2646       "12h",
2647       "24h",
2648       "2d",
2649       "7d",
2650       "30d"
2651     ]
2652   },
2653   "templating": {
2654     "list": [
2655       {
2656         "allFormat": "regex values",
2657         "current": {
2658           "tags": [],
2659           "text": "ericsson-pod2 + huawei-pod1 + huawei-pod2 + intel-pod6 + lf-pod2 + zte-pod1",
2660           "value": [
2661             "ericsson\\-pod2",
2662             "huawei\\-pod1",
2663             "huawei\\-pod2",
2664             "intel\\-pod6",
2665             "lf\\-pod2",
2666             "zte\\-pod1"
2667           ]
2668         },
2669         "datasource": "yardstick-vtc",
2670         "includeAll": true,
2671         "multi": true,
2672         "multiFormat": "regex values",
2673         "name": "POD",
2674         "options": [
2675           {
2676             "selected": false,
2677             "text": "All",
2678             "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)"
2679           },
2680           {
2681             "selected": false,
2682             "text": "elxg482ls42",
2683             "value": "elxg482ls42"
2684           },
2685           {
2686             "selected": false,
2687             "text": "ericsson-pod1",
2688             "value": "ericsson\\-pod1"
2689           },
2690           {
2691             "selected": true,
2692             "text": "ericsson-pod2",
2693             "value": "ericsson\\-pod2"
2694           },
2695           {
2696             "selected": true,
2697             "text": "huawei-pod1",
2698             "value": "huawei\\-pod1"
2699           },
2700           {
2701             "selected": true,
2702             "text": "huawei-pod2",
2703             "value": "huawei\\-pod2"
2704           },
2705           {
2706             "selected": false,
2707             "text": "huawei-us-deploy-bare-1",
2708             "value": "huawei\\-us\\-deploy\\-bare\\-1"
2709           },
2710           {
2711             "selected": false,
2712             "text": "intel-pod5",
2713             "value": "intel\\-pod5"
2714           },
2715           {
2716             "selected": true,
2717             "text": "intel-pod6",
2718             "value": "intel\\-pod6"
2719           },
2720           {
2721             "selected": false,
2722             "text": "lf-pod1",
2723             "value": "lf\\-pod1"
2724           },
2725           {
2726             "selected": true,
2727             "text": "lf-pod2",
2728             "value": "lf\\-pod2"
2729           },
2730           {
2731             "selected": false,
2732             "text": "opnfv-jump-1",
2733             "value": "opnfv\\-jump\\-1"
2734           },
2735           {
2736             "selected": false,
2737             "text": "opnfv-jump-2",
2738             "value": "opnfv\\-jump\\-2"
2739           },
2740           {
2741             "selected": false,
2742             "text": "orange-fr-pod2",
2743             "value": "orange\\-fr\\-pod2"
2744           },
2745           {
2746             "selected": false,
2747             "text": "unknown",
2748             "value": "unknown"
2749           },
2750           {
2751             "selected": true,
2752             "text": "zte-pod1",
2753             "value": "zte\\-pod1"
2754           }
2755         ],
2756         "query": "SHOW TAG VALUES WITH KEY = \"pod_name\" ",
2757         "refresh": false,
2758         "type": "query"
2759       },
2760       {
2761         "allFormat": "regex values",
2762         "current": {
2763           "tags": [],
2764           "text": "All",
2765           "value": "(os\\-no_sdn\\-ovs\\-ha|os\\-nosdn\\-kvm\\-ha|os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-nofeature\\-noha|os\\-nosdn\\-ovs\\-ha|os\\-ocl\\-nofeature\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha|os\\-onos\\-sfc\\-ha|os\\-ovs\\-nofeature\\-ha|unknown)"
2766         },
2767         "datasource": "yardstick-vtc",
2768         "includeAll": true,
2769         "multi": true,
2770         "multiFormat": "regex values",
2771         "name": "SCENARIO",
2772         "options": [
2773           {
2774             "selected": true,
2775             "text": "All",
2776             "value": "(os\\-no_sdn\\-ovs\\-ha|os\\-nosdn\\-kvm\\-ha|os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-nofeature\\-noha|os\\-nosdn\\-ovs\\-ha|os\\-ocl\\-nofeature\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha|os\\-onos\\-sfc\\-ha|os\\-ovs\\-nofeature\\-ha|unknown)"
2777           },
2778           {
2779             "selected": false,
2780             "text": "os-no_sdn-ovs-ha",
2781             "value": "os\\-no_sdn\\-ovs\\-ha"
2782           },
2783           {
2784             "selected": false,
2785             "text": "os-nosdn-kvm-ha",
2786             "value": "os\\-nosdn\\-kvm\\-ha"
2787           },
2788           {
2789             "selected": false,
2790             "text": "os-nosdn-nofeature-ha",
2791             "value": "os\\-nosdn\\-nofeature\\-ha"
2792           },
2793           {
2794             "selected": false,
2795             "text": "os-nosdn-nofeature-noha",
2796             "value": "os\\-nosdn\\-nofeature\\-noha"
2797           },
2798           {
2799             "selected": false,
2800             "text": "os-nosdn-ovs-ha",
2801             "value": "os\\-nosdn\\-ovs\\-ha"
2802           },
2803           {
2804             "selected": false,
2805             "text": "os-ocl-nofeature-ha",
2806             "value": "os\\-ocl\\-nofeature\\-ha"
2807           },
2808           {
2809             "selected": false,
2810             "text": "os-odl_l2-bgpvpn-ha",
2811             "value": "os\\-odl_l2\\-bgpvpn\\-ha"
2812           },
2813           {
2814             "selected": false,
2815             "text": "os-odl_l2-nofeature-ha",
2816             "value": "os\\-odl_l2\\-nofeature\\-ha"
2817           },
2818           {
2819             "selected": false,
2820             "text": "os-odl_l2-nofeature-noha",
2821             "value": "os\\-odl_l2\\-nofeature\\-noha"
2822           },
2823           {
2824             "selected": false,
2825             "text": "os-odl_l2-sfc-ha",
2826             "value": "os\\-odl_l2\\-sfc\\-ha"
2827           },
2828           {
2829             "selected": false,
2830             "text": "os-odl_l3-nofeature-ha",
2831             "value": "os\\-odl_l3\\-nofeature\\-ha"
2832           },
2833           {
2834             "selected": false,
2835             "text": "os-onos-nofeature-ha",
2836             "value": "os\\-onos\\-nofeature\\-ha"
2837           },
2838           {
2839             "selected": false,
2840             "text": "os-onos-sfc-ha",
2841             "value": "os\\-onos\\-sfc\\-ha"
2842           },
2843           {
2844             "selected": false,
2845             "text": "os-ovs-nofeature-ha",
2846             "value": "os\\-ovs\\-nofeature\\-ha"
2847           },
2848           {
2849             "selected": false,
2850             "text": "unknown",
2851             "value": "unknown"
2852           }
2853         ],
2854         "query": "SHOW TAG VALUES WITH KEY = \"deploy_scenario\" ",
2855         "refresh": false,
2856         "type": "query"
2857       }
2858     ]
2859   },
2860   "annotations": {
2861     "list": []
2862   },
2863   "refresh": "30m",
2864   "schemaVersion": 8,
2865   "version": 12,
2866   "links": []
2867 }