===== Počet virtuálních serverů ===== { series: [{ name: 'Marine Sprite', data: [44, 55, 41, 37, 22, 43, 21] }, { name: 'Striking Calf', data: [53, 32, 33, 52, 13, 43, 32] }, { name: 'Tank Picture', data: [12, 17, 11, 9, 15, 11, 20] }, { name: 'Bucket Slope', data: [9, 7, 5, 8, 6, 9, 4] }, { name: 'Reborn Kid', data: [25, 12, 19, 32, 25, 24, 10] }], chart: { type: 'bar', height: 350, stacked: true, }, plotOptions: { bar: { horizontal: true, dataLabels: { total: { enabled: true, offsetX: 0, style: { fontSize: '13px', fontWeight: 900 } } } }, }, stroke: { width: 1, colors: ['#fff'] }, title: { text: 'Fiction Books Sales' }, xaxis: { categories: [2008, 2009, 2010, 2011, 2012, 2013, 2014] }, yaxis: { title: { text: undefined }, }, fill: { opacity: 1 }, legend: { position: 'top', horizontalAlign: 'left', offsetX: 40 } } { series: [{ name: 'Produkční', data: [44, 55, 41, 67, 22, 43, 1, 2, 3, 4, 5, 6] }, { name: 'Testovací', data: [13, 23, 20, 8, 13, 27, 1, 2, 3, 4, 5, 6] }, { name: 'Externí', data: [11, 17, 15, 15, 21, 14, 1, 2, 3, 4, 5, 6] }, { name: 'Vypnuté', data: [21, 7, 25, 13, 22, 8, 1, 2, 3, 4, 5, 6], }], chart: { type: 'bar', height: 400, stacked: true, toolbar: { show: true }, zoom: { enabled: true } }, responsive: [{ breakpoint: 480, options: { legend: { position: 'bottom', offsetX: -10, offsetY: 10 } } }], plotOptions: { bar: { horizontal: false, borderRadius: 10, borderRadiusApplication: 'end', // 'around', 'end' borderRadiusWhenStacked: 'last', // 'all', 'last' dataLabels: { total: { enabled: true, position: 'top', offsetY: 0, style: { fontSize: '14px', fontWeight: 900 } } } }, }, xaxis: { categories: ["leden", "únor", "březen", "duben", "květen", "červen", "červenec", "srpen", "září", "říjen", "listopad", "prosinec"], title: { text: "Měsíc" } }, yaxis: { title: { text: "Počet VM" } }, legend: { position: 'right', offsetY: 40 }, fill: { opacity: 1 } } { "chart": { "type": "bar", "height": 400 }, "series": [{ "name": "Celkem VM", "data": [713, 728, 738, 737, 742, 755, 760, 769, 771, 775, 776, 776] }, { "name": "Běžící VM", "data": [601, 611, 617, 630, 646, 645, 641, 646, 647, 655, 654, 658] }], "xaxis": { "categories": ["leden", "únor", "březen", "duben", "květen", "červen", "červenec", "srpen", "září", "říjen", "listopad", "prosinec"], "title": { "text": "Měsíc" } }, "yaxis": { "title": { "text": "Počet VM" } }, "plotOptions": { "bar": { "horizontal": false, "columnWidth": "50%" } } } ---- ===== Přiřazené zdroje běžícím virtuálním serverům ===== { "chart": { "type": "area", "height": 400 }, "series": [ { "name": "přiřazeno RAM [GB]", "data": [5114, 5294, 5304, 5450, 5620, 5481, 5478, 5632, 5731, 5759, 5549, 5597], "color": "#c00000" }, { "name": "přiřazeno vCPU", "data": [1918, 1977, 1982, 2024, 2066, 2038, 2028, 2094, 2057, 2081, 2049, 2056], "color": "#00f000" } ], "xaxis": { "categories": ["leden", "únor", "březen", "duben", "květen", "červen", "červenec", "srpen", "září", "říjen", "listopad", "prosinec"], "title": { "text": "měsíc" } }, "grid": { "xaxis": { "lines": [ { "value": 3.5, "text": "2025", "position": "start" } ] } } } ---- ===== Rozložení virtuálních serverů ===== { "chart": { "type": "pie", "height": 400 }, "series": [329, 205, 16, 108], "labels": ["Produkční", "Testovací", "Servisní", "Externí"] } ---- ===== Využití virtualizační platformy ===== Berte s rezervou :-) odpovídá dlouhodobému průměru. { series: [44, 55, 67], chart: { height: 350, type: 'radialBar', }, plotOptions: { radialBar: { dataLabels: { name: { fontSize: '22px', }, value: { fontSize: '16px', }, total: { show: false, label: 'Total' } } } }, labels: ['CPU', 'RAM', 'HDD'], } { series: [76, 67, 61, 90], chart: { height: 390, type: 'radialBar', }, plotOptions: { radialBar: { offsetY: 0, startAngle: 0, endAngle: 270, hollow: { margin: 5, size: '30%', background: 'transparent', image: undefined, }, dataLabels: { name: { show: false }, value: { show: false }, }, barLabels: { enabled: true, useSeriesColors: true, offsetX: -8, fontSize: '16px' }, }, }, colors: ['#1ab7ea', '#0084ff', '#39539E', '#0077B5'], labels: ['Vimeo', 'Messenger', 'Facebook', 'LinkedIn'], responsive: [{ breakpoint: 480, options: { legend: { show: false } } }] } ^ CPU ^ HDD ^ RAM ^ | {{:cs:statistiky:cpu.jpg?nolink&150 |}} | {{:cs:statistiky:hdd.png?nolink&150 |}} | {{:cs:statistiky:ram.jpg?nolink&150 |}} | | { "chart": { "type": "radialBar", "height": 250 }, "series": [32.3], "plotOptions": { "radialBar": { "dataLabels": { "name": { "show": true, "text": "CPU" }, "value": { "show": true }, "total": { "show": false } } } }, "colors": ["#60B044", "#F6C600", "#F97600", "#FF0000"], "stroke": { "lineCap": "round" }, "labels": ["CPU"] } | { "chart": { "type": "radialBar", "height": 250 }, "series": [87], "plotOptions": { "radialBar": { "dataLabels": { "name": { "show": true, "text": "Disk" }, "value": { "show": true }, "total": { "show": false } } } }, "colors": ["#60B044", "#F6C600", "#F97600", "#FF0000"], "stroke": { "lineCap": "round" }, "labels": ["Disk"] } | { "chart": { "type": "radialBar", "height": 250 }, "series": [62.5], "plotOptions": { "radialBar": { "dataLabels": { "name": { "show": true, "text": "RAM" }, "value": { "show": true }, "total": { "show": false } } } }, "colors": ["#60B044", "#F6C600", "#F97600", "#FF0000"], "stroke": { "lineCap": "round" }, "labels": ["RAM"] } |