======= 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]] ======= Aktuální data ======= ---- ===== Počet virtuálních serverů ===== data: { x : 'x', columns: [ ['x', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec', 'leden', 'únor', 'březen' ], ['celkem VM', 640, 660, 661, 669, 671, 679, 690, 696, 701, 713, 728, 738 ], ['běžící VM', 551, 567, 571, 582, 580, 591, 593, 589, 591, 601, 611, 617 ], ], type: 'bar', labels: true, colors: { 'celkem VM': '#b0b0b0', 'běžící VM': '#0060f0' }, types: { 'celkem VM': 'scatter', }, regions: { //'celkem VM': [{'style':'dashed'}] // currently 'dashed' style only }, }, point: { show: true, r: 6, }, grid: { x: { lines: [ {value: 8.5, text: '2024', position: 'start'} ] } }, axis: { x: { type: 'category', label: 'měsíc', tick: { multiline: false }, padding: { left: 0, right: 0, }, }, y: { label: 'Počet VM', //default: [100, 200], //max: 400, //min: 10, //padding: {top: 10, bottom: -100}, // Range includes padding, set 0 if no padding needed // padding: {top:100, bottom:100} }, } ---- ===== Přiřazené zdroje běžícím virtuálním serverům ===== data: { x : 'x', columns: [ ['x', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec', 'leden', 'únor', 'březen' ], ['přiřazeno RAM [GB]', 4356, 4762, 4498, 4670, 4831, 4889, 4855, 4806, 4906, 5114, 5294, 5304 ], ['přiřazeno vCPU', 1658, 1761, 1728, 1800, 1843, 1868, 1850, 1842, 1861, 1918, 1977, 1982 ] ], types: { 'přiřazeno RAM [GB]': 'area', 'přiřazeno vCPU': 'area' }, colors: { 'přiřazeno RAM [GB]': '#c00000', 'přiřazeno vCPU': '#00f000' }, }, grid: { x: { lines: [ {value: 8.5, text: '2024', position: 'start'} ] } }, axis: { x: { type: 'category', label: 'měsíc', //min: 0.5, tick: { //rotate: -45, multiline: false, //height: 30 }, //height: 130 }, } ---- ===== Rozložení virtuálních serverů ===== data: { columns: [ ['Produkční', 309], ['Testovací', 190], ['Servisní', 18], ['Externí', 108], ], type : 'pie', } ---- ===== Využití virtualizační platformy ===== Berte s rezervou :-) odpovídá dlouhodobému průměru. {{:cs:statistiky:cpu.jpg?nolink&150 |}} {{ :cs:statistiky:hdd.png?nolink&150|}} {{ :cs:statistiky:ram.jpg?nolink&150 |}} data: { columns: [ ['CPU', 48.3] ], type: 'gauge', }, padding: { top: 0, right: 10, bottom: 0, left: 0 }, gauge: { label: { show: true // to turn off the min/max labels. }, //min: 0, // 0 is default, //can handle negative min e.g. vacuum / voltage / current flow / rate of change //max: 100, // 100 is default //units: ' %', //width: 39 // for adjusting arc thickness }, color: { pattern: [ '#60B044', '#F6C600', '#F97600', '#FF0000'], // the three color levels for the percentage values. threshold: { //unit: 'value', // percentage is default //max: 200, // 100 is default values: [30, 60, 90, 100] } } data: { columns: [ ['Disk', 89] ], type: 'gauge', }, padding: { top: 0, right: 0, bottom: 0, left: 10 }, gauge: { label: { show: true // to turn off the min/max labels. }, }, color: { pattern: [ '#60B044', '#F6C600', '#F97600', '#FF0000'], // the three color levels for the percentage values. threshold: { values: [30, 60, 90, 100] } } data: { columns: [ ['RAM', 92.1] ], type: 'gauge', }, padding: { top: 0, right: 10, bottom: 0, left: 10 }, gauge: { title: 'Title', label: { show: true // to turn off the min/max labels. }, }, color: { pattern: [ '#60B044', '#F6C600', '#F97600', '#FF0000'], // the three color levels for the percentage values. threshold: { values: [30, 60, 90, 100] } }