{
    <% set srvs = ['vla1-6026.search.yandex.net','vla2-3002.search.yandex.net','vla2-5047.search.yandex.net','vla1-5552.search.yandex.net','vla2-3151.search.yandex.net','vla2-3025.search.yandex.net','vla1-5454.search.yandex.net','vla2-5261.search.yandex.net','vla1-6027.search.yandex.net','vla2-5048.search.yandex.net','vla2-4028.search.yandex.net','vla2-4924.search.yandex.net','vla2-4037.search.yandex.net','vla1-5553.search.yandex.net','vla2-5449.search.yandex.net','vla2-2997.search.yandex.net','vla2-2991.search.yandex.net','vla2-3167.search.yandex.net','vla2-5057.search.yandex.net','vla2-4937.search.yandex.net','vla1-5455.search.yandex.net','vla2-3027.search.yandex.net','vla2-4634.search.yandex.net','vla2-3307.search.yandex.net','vla2-3143.search.yandex.net','vla2-4610.search.yandex.net','vla2-3182.search.yandex.net','vla2-3047.search.yandex.net','vla2-4643.search.yandex.net','vla2-3043.search.yandex.net','vla2-5474.search.yandex.net','vla3-3863.search.yandex.net', 'vla2-4914.search.yandex.net','vla2-3144.search.yandex.net','vla2-5450.search.yandex.net','vla2-3012.search.yandex.net','vla2-3166.search.yandex.net','vla2-5453.search.yandex.net','vla2-4915.search.yandex.net','vla2-5497.search.yandex.net','vla2-4390.search.yandex.net','vla2-5460.search.yandex.net','vla2-4040.search.yandex.net','vla2-5486.search.yandex.net','vla2-4535.search.yandex.net','vla2-5495.search.yandex.net','vla3-3866.search.yandex.net','vla2-5494.search.yandex.net','vla3-3873.search.yandex.net','vla2-5697.search.yandex.net','vla3-3870.search.yandex.net','vla2-5471.search.yandex.net','vla3-3864.search.yandex.net','vla2-5483.search.yandex.net','vla3-3872.search.yandex.net','vla2-5503.search.yandex.net','vla2-5506.search.yandex.net','vla3-3867.search.yandex.net','vla3-3865.search.yandex.net','vla3-3871.search.yandex.net','vla2-5487.search.yandex.net','vla3-3874.search.yandex.net','vla2-5493.search.yandex.net','vla2-5508.search.yandex.net','vla2-4042.search.yandex.net','vla2-3057.search.yandex.net','vla2-4550.search.yandex.net','vla2-4060.search.yandex.net','vla2-3170.search.yandex.net','vla2-3073.search.yandex.net','vla2-5452.search.yandex.net','vla2-4062.search.yandex.net','vla2-5470.search.yandex.net','vla2-5472.search.yandex.net','vla2-3200.search.yandex.net','vla2-5457.search.yandex.net','vla2-5459.search.yandex.net','vla2-3085.search.yandex.net','vla2-5476.search.yandex.net','vla2-5448.search.yandex.net','vla2-3077.search.yandex.net','vla2-5478.search.yandex.net','vla2-3108.search.yandex.net','vla2-5480.search.yandex.net','vla2-5479.search.yandex.net','vla2-3095.search.yandex.net','vla2-3227.search.yandex.net','vla2-3266.search.yandex.net','vla2-3135.search.yandex.net','vla2-5624.search.yandex.net','vla2-5252.search.yandex.net','vla2-5468.search.yandex.net','vla2-5490.search.yandex.net','vla3-3869.search.yandex.net','vla2-5496.search.yandex.net','vla2-5502.search.yandex.net'] %>
    <% set client = 'vla1-5562.search.yandex.net' %>
    <% set charts = ['minrtt', 'rtt', 'rto', 'pacing_rate', 'cc', 'cwnd', 'bytes_sent', 'bytes_received', 'bytes_retrans'] %>
    <% set prfx = 'cctest' %>
    "title": "<<prfx>>",
    "type": "panel",
    "editors": [],
    "charts": [
			{
					"type": "text",
					"text": "servers side",
					"width": 1,
					"height": 1,
			},
			<% for chart in charts %>
			{
				"type": "graphic",
				"width": 1,
				"height": 1,
				"title": "<<chart>>",
				"normalize": false,
				<% if chart == 'cc' %>
				"stacked": true,
				<% else %>
				"stacked": false,
				<% endif %>
				"signals": [
				<% for srv in srvs %>
					{
						"title": "<<srv>>",
					  "tag": "itype=runtimecloud; prj=yp-iss-vla-noclab",
					  "host": "<<srv>>",
					  "name": "<<prfx>>-<<chart>>_ammm"
					},
				<% endfor %>
				],
				"consts": []
    	},
			<% endfor %>
			{
				"type": "graphic",
				"width": 1,
				"height": 1,
				"title": "drops",
				"normalize": false,
				"stacked": false,
				"signals": [
				<% for srv in srvs %>
					{
						"title": "<<srv>> - odrops",
					  "tag": "itype=runtimecloud; prj=yp-iss-vla-noclab",
					  "host": "<<srv>>",
					  "name": "netstat-odrops_summ"
					},
					{
						"title": "<<srv>> - idrops",
					  "tag": "itype=runtimecloud; prj=yp-iss-vla-noclab",
					  "host": "<<srv>>",
					  "name": "netstat-idrops_summ"
					},
				<% endfor %>
				],
				"consts": []
    	},
			{
					"type": "text",
					"text": "",
					"width": 1,
					"height": 1,
			},
			{
					"type": "text",
					"text": "client side",
					"width": 1,
					"height": 1,
			},
			<% for chart in charts %>
			{
				"type": "graphic",
				"width": 1,
				"height": 1,
				"title": "<<chart>>",
				"normalize": false,
				"stacked": false,
				"signals": [
				<% for srv in srvs %>
					{
						"title": "<<srv>>",
					  "tag": "itype=runtimecloud; prj=yp-iss-vla-noclab",
					  "host": "<<client>>",
					  "name": "<<prfx>>-<<srv>>-<<chart>>_ammm"
					},
				<% endfor %>
				],
				"consts": []
    	},
			<% endfor %>
			{
				"type": "graphic",
				"width": 1,
				"height": 1,
				"title": "drops",
				"normalize": false,
				"stacked": false,
				"signals": [
					{
						"title": "odrops",
					  "tag": "itype=runtimecloud; prj=yp-iss-vla-noclab",
					  "host": "<<client>>",
					  "name": "netstat-odrops_summ"
					},
					{
						"title": "idrops",
					  "tag": "itype=runtimecloud; prj=yp-iss-vla-noclab",
					  "host": "<<client>>",
					  "name": "netstat-idrops_summ"
					},
				],
				"consts": []
    	},
    ]
}
