Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Obě strany předchozí revize Předchozí verze
Následující verze
Předchozí verze
cs:statistiky [01.07.2020 08:01] Tomáš Stiborcs:statistiky [03.06.2025 08:18] (aktuální) Tomáš Stibor
Řádek 5: Řádek 5:
   * Rok [[cs:statistiky:2018 |2018]]   * Rok [[cs:statistiky:2018 |2018]]
   * Rok [[cs:statistiky:2019 |2019]]   * 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]]
  
  
Řádek 16: Řádek 20:
 ===== Počet virtuálních serverů ===== ===== Počet virtuálních serverů =====
  
-<c3> 
-data: { 
-  x : 'x', 
-  columns: [ 
-    ['x', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec', 'leden', 'únor', 'březen', 'duben', 'květen', 'červen' ], 
-    ['celkem VM', 345, 348, 362, 379, 387, 392, 404, 420, 425, 433, 432, 438 ], 
-    ['běžící VM', 278, 286, 298, 315, 325, 323, 327, 338, 346, 358, 355, 361 ], 
-  ], 
-  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: { +<achart> 
-  show: true, +
-  r6+   series[name: 'Produkční', data: [   332, 339, 344, 343, 343, 344, 345, 348, 313, 323, 330, 335] },  
-},+            { name: 'Testovací', data: [   195, 194, 192, 194, 203, 202, 205, 206, 196, 197, 197, 193] },  
 +            { name: 'Externí', data: [   118, 108, 110, 109, 108, 108, 108, 106, 131, 127, 127, 127] },  
 +            { name: 'Vypnuté', data: [   110, 119, 123, 124, 120, 122, 118, 114, 125, 117, 113, 106], }], 
 +   xaxis:
 +         categories: [ "červen", "červenec", "srpen", "září", "říjen", "listopad", "prosinec", "leden", "únor", "březen", "duben", "květen" ], 
 +         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 } 
 +              } 
 +            } 
 +          }
 +        },
  
-grid: { + legend: { position: 'right', offsetY40 }, 
-  x: { + fill: { opacity
-    lines: [ +      
-      {value: 5.5, text: '2020', position: 'start'+</achart>
-    ] +
-  } +
-}, +
-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} +
-  },             +
-+
-</c3>+
  
 ---- ----
 ===== Přiřazené zdroje běžícím virtuálním serverům ===== ===== Přiřazené zdroje běžícím virtuálním serverům =====
- +<achart
-<c3+
-data: +    series[ 
-  'x', +        { name"přiřazeno RAM [GB]", data:   548154785632573157595549559757595625574658045954 ], color: "#c00000" }
-  columns: [ +        { name: "přiřazeno vCPU", data:  203820282094205720812049205621072074214321652204 ]color: "#00f000" }], 
-    ['x''červenec''srpen''září''říjen''listopad''prosinec''leden''únor''březen''duben''květen', 'červen' ], +    xaxis: { categories:  "červen""červenec""srpen""září""říjen""listopad""prosinec""leden""únor""březen""duben""květen" ], 
-    ['přiřazeno RAM [GB]'180118291918205321992199227023112344239723902432 ], +        title: { text"Měsíc" } 
-    ['přiřazeno vCPU'789800829882923911929946978996993, 993 ] +    }, 
-  ], +    chart: { 
-  types: { +        type"area"
-    'přiřazeno RAM [GB]''area', +        height400
-    'přiřazeno vCPU': 'area' +        toolbar: { showfalse }, 
-  }, +        zoom: { enabledfalse 
-  colors: { +    }, 
-    'přiřazeno RAM [GB]''#c00000'+    annotations: { 
-    'přiřazeno vCPU''#00f000'             +          xaxis
-  }+            x"leden"
-}, +            strokeDashArray20
-grid: { +            borderColor"#775DD0"
-  x{ +            label: { 
-    lines+              borderColor: "#775DD0", 
-      {value5.5, text: '2020', position: 'start'+              offsetY: -20
-    +              style
-  } +                color: "#fff"
-}, +                background"#775DD0" 
-axis: { +              }, 
-  x: { +              text"2025", 
-    type'category'+              orientation: "horizontal" 
-    label'měsíc',  +            } 
-    //min0.5+          }], 
-    tick: {  +    }
-      //rotate: -45               +
-      multilinefalse+
-      //height30 +
-    },   +
-    //height130           +
-  },+
 } }
- +</achart>
-</c3> +
- +
 ---- ----
  
-===== Rozložení virtuálních serverů ===== 
  
-<c3> +===== Využití zdrojů virtualizační platformy =====
-data: { +
-  columns: [ +
-    ['Produkční', 221], +
-    ['Testovací', 93], +
-    ['Servisní', 12], +
-    ['Externí', 35], +
-  ], +
-  type : 'pie', +
-+
-</c3> +
- +
- +
----- +
- +
-===== Využití virtualizační platformy =====+
 Berte s rezervou :-) odpovídá dlouhodobému průměru. Berte s rezervou :-) odpovídá dlouhodobému průměru.
  
-{{:cs:statistiky:cpu.jpg?nolink&150 |}}  +<achart
-{{ :cs:statistiky:hdd.png?nolink&150|}}  +
-{{ :cs:statistiky:ram.jpg?nolink&150 |}}  +   series: [32.866.5, 72], 
- +          chart: { 
----- +             height390
- +             type: 'radialBar', 
-<c3 width=20% align=left+           }, 
-data: +   labels: ['CPU 32.8%', 'RAM 66.5%', 'Disk 72%'], 
-  columns: [ +        responsive[
-    ['CPU'38.7] +          breakpoint480
-  ], +          options{ 
-  type: 'gauge', +            legend: { 
-}, +                showfalse 
-padding: { top: 0, right: 10, bottom: 0, left: 0 }, +            } 
-gauge+          
-  label: { +        }]        
-    show: true // to turn off the min/max labels. +   plotOptions: { 
-  }+          radialBar: { 
-  //min: 0, // 0 is default, //can handle negative min e.g. vacuum / voltage / current flow / rate of change +            offsetY0
-  //max: 100, // 100 is default +            startAngle: 0
-  //units: ' %', +            endAngle270
-  //width: 39 // for adjusting arc thickness +            hollow: { 
-}, +              margin5
-color: { +              size: '30%', 
-  pattern: [ '#60B044', '#F6C600', '#F97600', '#FF0000'], // the three color levels for the percentage values. +              background: 'transparent', 
-  threshold: { +              image: undefined, 
-    //unit'value'// percentage is default +            }, 
-    //max200, // 100 is default +            dataLabels: { 
-    values: [30, 60, 90, 100] +              name: { 
-  } +                showtrue
-+              }, 
-</c3> +              value: { 
- +                show: true, 
-<c3 width=20% align=right> +              
-data: { +            }, 
-  columns[ +            barLabels: { 
-    ['Disk', 84] +              enabledtrue
-  ], +              useSeriesColorstrue, 
-  type: 'gauge', +              offsetX-8
-}, +              fontSize: '16px'
-padding: { top: 0, right: 0, bottom: 0, left: 10 }, +
-gauge: { +
-  label: { +
-    showtrue // to turn off the min/max labels. +
-  }+
-}+
-color+
-  pattern: [ '#60B044''#F6C600', '#F97600', '#FF0000'], // the three color levels for the percentage values. +
-  threshold: { +
-    values[3060, 90, 100] +
-  } +
-+
-</c3> +
- +
-<c3 width=20% align=center> +
-data+
-  columns: [ +
-    ['RAM', 79.2] +
-  ], +
-  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[3060, 90, 100] +
-  } +
-+
-</c3> +
  
 +            },
 +          }
 +        }
 + }
 +</achart>