======= Historické statistiky =======
* Rok [[cs:statistiky:2016 |2016]]
* Rok [[cs:statistiky:2017 |2017]]
* Rok [[cs:statistiky:2018 |2018]]
* Rok [[cs:statistiky:2019 |2019]]
* Rok [[cs:statistiky:2020 |2020]]
* Rok [[cs:statistiky:2021 |2021]]
* Rok [[cs:statistiky:2022 |2022]]
* Rok [[cs:statistiky:2023 |2023]]
* Rok [[cs:statistiky:2024 |2024]]
======= Aktuální data =======
----
===== Počet virtuálních serverů =====
{
series: [{ name: 'Produkční', data: [ 357, 312, 329, 332, 339, 344, 343, 343, 344, 345, 348, 313] },
{ name: 'Testovací', data: [ 190, 197, 201, 195, 194, 192, 194, 203, 202, 205, 206, 196] },
{ name: 'Externí', data: [ 69, 120, 116, 118, 108, 110, 109, 108, 108, 108, 106, 131] },
{ name: 'Vypnuté', data: [ 121, 107, 96, 110, 119, 123, 124, 120, 122, 118, 114, 125], }],
xaxis: {
categories: ["březen", "duben", "květen", "červen", "červenec", "srpen", "září", "říjen", "listopad", "prosinec", "leden", "únor" ],
title: { text: "Měsíc" }
},
yaxis: {
title: { text: "Počet VM" }
},
chart: {
type: 'bar',
height: 400,
stacked: true,
toolbar: { show: true },
zoom: { enabled: true }
},
annotations: {
xaxis: [ {
x: "leden",
strokeDashArray: 20,
borderColor: "#775DD0",
label: {
borderColor: "#775DD0",
offsetY: -20,
style: {
color: "#fff",
background: "#775DD0"
},
text: "2025",
orientation: "horizontal"
}
}]
},
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 }
}
}
},
},
legend: { position: 'right', offsetY: 40 },
fill: { opacity: 1 }
}
----
===== Přiřazené zdroje běžícím virtuálním serverům =====
{
series: [
{ name: "přiřazeno RAM [GB]", data: [ 5304, 5450, 5620, 5481, 5478, 5632, 5731, 5759, 5549, 5597, 5759, 5625], color: "#c00000" },
{ name: "přiřazeno vCPU", data: [ 1982, 2024, 2066, 2038, 2028, 2094, 2057, 2081, 2049, 2056, 2107, 2074], color: "#00f000" }],
xaxis: { categories: ["březen", "duben", "květen", "červen", "červenec", "srpen", "září", "říjen", "listopad", "prosinec", "leden", "únor" ],
title: { text: "Měsíc" }
},
chart: {
type: "area",
height: 400,
toolbar: { show: false },
zoom: { enabled: false }
},
annotations: {
xaxis: [ {
x: "leden",
strokeDashArray: 20,
borderColor: "#775DD0",
label: {
borderColor: "#775DD0",
offsetY: -20,
style: {
color: "#fff",
background: "#775DD0"
},
text: "2025",
orientation: "horizontal"
}
}],
}
}
----
===== Využití zdrojů virtualizační platformy =====
Berte s rezervou :-) odpovídá dlouhodobému průměru.
{
series: [33.2, 62.8, 88],
chart: {
height: 390,
type: 'radialBar',
},
labels: ['CPU 33.2%', 'RAM 62.8%', 'Disk 88%'],
responsive: [{
breakpoint: 480,
options: {
legend: {
show: false
}
}
}],
plotOptions: {
radialBar: {
offsetY: 0,
startAngle: 0,
endAngle: 270,
hollow: {
margin: 5,
size: '30%',
background: 'transparent',
image: undefined,
},
dataLabels: {
name: {
show: true,
},
value: {
show: true,
}
},
barLabels: {
enabled: true,
useSeriesColors: true,
offsetX: -8,
fontSize: '16px'
},
}
}
}