aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/Yardstick-TC020-1456496031099
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-08-03 15:09:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-03 15:09:29 +0000
commit4d36bbf0990fc6ddb59092dd8bd7f985392907cb (patch)
tree351b34cc94e8836fb57096b8314af0eed40d5181 /dashboard/Yardstick-TC020-1456496031099
parent4f13caca517bd6ff31c0213ec7f9d8809dd4ef3c (diff)
parentd455f3b56c866b0e61394a01f0a07e05831f3044 (diff)
Merge "DRAFT: remove apexlake"
Diffstat (limited to 'dashboard/Yardstick-TC020-1456496031099')
0 files changed, 0 insertions, 0 deletions
ght .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
##############################################################################
# Copyright (c) 2017 kristian.hunt@gmail.com and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
# Sample benchmark task config file
# use perf to perform Linux performance measurements
# this sample demonstrates measurements of various software perf events

schema: "yardstick:task:0.1"

scenarios:
-
  type: Perf
  options:
    load: true
    events:
    - task-clock
    - cpu-clock
    - context-switches
    - page-faults
    - cpu-migrations
  host: hades.demo

  runner:
    type: Duration
    duration: 30

  sla:
    metric: context-switches
    smaller_than_expected: true
    expected_value: 300
    action: monitor

context:
  name: demo
  image: yardstick-image
  flavor: yardstick-flavor
  user: ubuntu

  servers:
    hades:
      floating_ip: true
  networks:
    test:
      cidr: "10.0.1.0/24"