-
Notifications
You must be signed in to change notification settings - Fork 1
/
kubemarks-num-pods.yaml
76 lines (66 loc) · 1.74 KB
/
kubemarks-num-pods.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
kind: ConfigMap
metadata:
name: kubemarks-num-pods
apiVersion: v1
data:
kubemarks-num-pods.yaml: |
flags:
cloud: Kubernetes
kubernetes_anti_affinity: false
block_storage_workload:
description: >
Runs FIO in sequential, random, read and
write modes to simulate various scenarios.
vm_groups:
default:
vm_count: 1
cassandra_ycsb:
description: Run YCSB against Cassandra.
vm_groups:
workers:
vm_count: 1
clients:
vm_count: 1
cassandra_stress:
description: Benchmark Cassandra using cassandra-stress
vm_groups:
workers:
vm_count: 1
client:
vm_count: 1
cluster_boot:
description: Create a cluster, record all times to boot.
vm_groups:
default:
vm_count: 4
fio: # cannot set vm_count
description: >
Runs fio in sequential, random, read and write modes.
iperf:
description: Run iperf
vm_groups:
vm_1:
vm_count: 1 # cannot be changed
vm_2:
vm_count: 1 # cannot be changed
mesh_network:
description: >
Measures VM to VM cross section bandwidth in
a mesh network.
vm_groups:
default:
vm_count: 5 # FIXME does not work
mongodb_ycsb:
description: Run YCSB against a single MongoDB node.
vm_groups:
workers:
vm_count: 1
clients:
vm_count: 1
netperf: # vm_count is 2 and it cannot be changed
description: Run TCP_RR, TCP_CRR, UDP_RR and TCP_STREAM
redis:
description: Run YCSB against a single Redis server.
vm_groups:
clients:
vm_count: 7 # FIXME does not work