github.com/kata-containers/tests@v0.0.0-20240307153542-772105b56064/cmd/checkmetrics/ci_worker/checkmetrics-json-qemu-kata-metric7.toml (about)

     1  # Copyright (c) 2021 Intel Corporation
     2  #
     3  # SPDX-License-Identifier: Apache-2.0
     4  #
     5  # This file contains baseline expectations
     6  # for checked results by checkmetrics tool.
     7  #
     8  # values set specifically for packet.com c1.small worker.
     9  
    10  [[metric]]
    11  name = "boot-times"
    12  type = "json"
    13  description = "measure container lifecycle timings"
    14  # Min and Max values to set a 'range' that
    15  # the median of the CSV Results data must fall
    16  # within (inclusive)
    17  checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
    18  checktype = "mean"
    19  midval = 0.64
    20  minpercent = 25.0
    21  maxpercent = 20.0
    22  
    23  [[metric]]
    24  name = "memory-footprint"
    25  type = "json"
    26  description = "measure container average footprint"
    27  # Min and Max values to set a 'range' that
    28  # the median of the CSV Results data must fall
    29  # within (inclusive)
    30  checkvar = ".\"memory-footprint\".Results | .[] | .average.Result"
    31  checktype = "mean"
    32  midval = 120053.0
    33  minpercent = 5.0
    34  maxpercent = 5.0
    35  
    36  [[metric]]
    37  name = "memory-footprint-ksm"
    38  type = "json"
    39  description = "measure container average footprint with KSM"
    40  # Min and Max values to set a 'range' that
    41  # the median of the CSV Results data must fall
    42  # within (inclusive)
    43  checkvar = ".\"memory-footprint-ksm\".Results | .[] | .average.Result"
    44  checktype = "mean"
    45  midval = 51538.11
    46  minpercent = 15.0
    47  maxpercent = 15.0
    48  
    49  [[metric]]
    50  name = "blogbench"
    51  type = "json"
    52  description = "measure container average of blogbench write"
    53  # Min and Max values to set a 'range' that
    54  # the median of the CSV Results data must fall
    55  # within (inclusive)
    56  checkvar = ".\"blogbench\".Results | .[] | .write.Result"
    57  checktype = "mean"
    58  midval = 1395.0
    59  minpercent = 10.0
    60  maxpercent = 10.0
    61  
    62  [[metric]]
    63  name = "blogbench"
    64  type = "json"
    65  description = "measure container average of blogbench read"
    66  # Min and Max values to set a 'range' that
    67  # the median of the CSV Results data must fall
    68  # within (inclusive)
    69  checkvar = ".\"blogbench\".Results | .[] | .read.Result"
    70  checktype = "mean"
    71  midval = 87979.0
    72  minpercent = 10.0
    73  maxpercent = 10.0
    74  
    75  [[metric]]
    76  name = "memory-footprint-inside-container"
    77  type = "json"
    78  description = "measure memory inside the container"
    79  # Min and Max values to set a 'range' that
    80  # the median of the CSV Results data must fall
    81  # within (inclusive)
    82  checkvar = ".\"memory-footprint-inside-container\".Results | .[] | .memtotal.Result"
    83  checktype = "mean"
    84  midval = 4139564.0
    85  minpercent = 5.0
    86  maxpercent = 5.0
    87