1 Star 0 Fork 0

中国信息通信研究院云计算与大数据研究所大数据与区块链部 / databench-c

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
testgroup.yml 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
yangzod 提交于 2023-07-24 11:23 . init
---
#This file declares different chaos component, which defines the finest unit of chaos experiment. We organized them in 3 groups:
#(1)computation: cpu_load
#(2)storage: disk_fill, mem_load, disk_burn
#(3)network: network_delay, network_loss, network_corrupt
#when using random mode of experiment, each of the group above will contribute one component.
#copyright @CAICT
#computation related experiment will use this block
- hosts: "{{(groups['test'] | shuffle)[0:i] }}"
gather_facts: no
roles:
- role: cpu_load
tags:
- cpu_load
- cpmend
- cpmenl
- cpmenc
- cpdfnd
- cpdfnl
- cpdfnc
- cpiond
- cpionl
- cpionc
#storage related experiment will use this block
- hosts: "{{(groups['test'] | shuffle)[0:i] }}"
gather_facts: no
roles:
- role: disk_fill
tags:
- disk_fill
- cpdfnd
- cpdfnl
- cpdfnc
- role: mem_load
tags:
- mem_load
- cpmend
- cpmenl
- cpmenc
- role: disk_burn
tags:
- disk_burn
- cpiond
- cpionl
- cpionc
#network related experiment will use this block
- hosts: "{{(groups['test'] | shuffle)[0:i] }}"
gather_facts: no
roles:
- role: network_delay
tags:
- network_delay
- cpmend
- cpdfnd
- cpiond
- role: network_loss
tags:
- network_loss
- cpmenl
- cpdfnl
- cpionl
- role: network_corrupt
tags:
- network_corrupt
- cpmenc
- cpdfnc
- cpionc
1
https://gitee.com/caict-databench/databench-c.git
git@gitee.com:caict-databench/databench-c.git
caict-databench
databench-c
databench-c
master

搜索帮助