Skip to content

Commit f4d4d53

Browse files
Add benchmark machine info for all envs
With this commit we add the machine information for the new nightly environment and also clarify that the definitive reference is not this list but rather our SSH configuration. Relates elastic#113
1 parent 4bc5940 commit f4d4d53

File tree

1 file changed

+33
-6
lines changed

1 file changed

+33
-6
lines changed

42.md

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,29 @@ We also document our [benchmarking methodology](https://elasticsearch-benchmarks
2222

2323
### Where are the benchmark machines?
2424

25+
**Note**: This is mentioned only for informational purposes. The definitive reference is our [ssh configuration](https://github.com/elastic/night-rally/tree/master/external/ssh_config).
26+
2527
The nightly benchmarks run on the following machines:
2628

29+
nightly-group-1:
30+
2731
| public DNS name | role | private IP (10 Gbit) |
2832
|------------------------------------------------------------|---------------------------------------------------|----------------------|
29-
| ``slave-746202.build.hetzner-fsn1-dc4.elasticnet.co`` | Jenkins worker, benchmark coordinator, load driver| 192.168.14.2 |
30-
| ``target-746203.benchmark.hetzner-fsn1-dc4.elasticnet.co`` | benchmark target node | 192.168.14.3 |
31-
| ``target-746204.benchmark.hetzner-fsn1-dc4.elasticnet.co`` | benchmark target node | 192.168.14.4 |
32-
| ``target-746205.benchmark.hetzner-fsn1-dc4.elasticnet.co`` | benchmark target node | 192.168.14.5 |
33+
| ``worker-953730.build.fsn1-dc14.hetzner.elasticnet.co`` | Jenkins worker, benchmark coordinator, load driver| 192.168.20.30 |
34+
| ``target-953729.benchmark.fsn1-dc14.hetzner.elasticnet.co``| benchmark target node | 192.168.20.29 |
35+
| ``target-953732.benchmark.fsn1-dc14.hetzner.elasticnet.co``| benchmark target node | 192.168.20.32 |
36+
| ``target-953733.benchmark.fsn1-dc14.hetzner.elasticnet.co``| benchmark target node | 192.168.20.33 |
37+
38+
nightly-group-2:
39+
40+
| public DNS name | role | private IP (10 Gbit) |
41+
|------------------------------------------------------------|---------------------------------------------------|----------------------|
42+
| ``worker-953731.build.fsn1-dc14.hetzner.elasticnet.co`` | Jenkins worker, benchmark coordinator, load driver| 192.168.20.31 |
43+
| ``target-953734.benchmark.fsn1-dc14.hetzner.elasticnet.co``| benchmark target node | 192.168.20.34 |
44+
| ``target-953735.benchmark.fsn1-dc14.hetzner.elasticnet.co``| benchmark target node | 192.168.20.35 |
45+
| ``target-953736.benchmark.fsn1-dc14.hetzner.elasticnet.co``| benchmark target node | 192.168.20.36 |
46+
47+
The nightly benchmarks have been split into two groups to ensure all benchmarks finish well below 24 hours. All machines are located in the same rack and connected via a dedicated 10 GBit switch.
3348

3449
The long running benchmarks run on the following machines:
3550

@@ -40,14 +55,26 @@ The long running benchmarks run on the following machines:
4055
| ``longrun-669378.benchmark.hetzner-fsn1-dc4.elasticnet.co`` | benchmark target node | 192.168.14.78 |
4156
| ``longrun-669380.benchmark.hetzner-fsn1-dc4.elasticnet.co`` | benchmark target node | 192.168.14.80 |
4257

43-
We also have a dedicated environment for adhoc benchmarks:
58+
We also have two dedicated environments for adhoc benchmarks:
59+
60+
The "low-memory" environment
4461

4562
| public DNS name | role | private IP (10 Gbit) |
4663
|------------------------------------------------------------|------------------------------------|----------------------|
4764
| ``memory-869742.benchmark.fsn1-dc4.hetzner.elasticnet.co`` | benchmark coordinator, load driver | 192.168.14.12 |
4865
| ``memory-869743.benchmark.fsn1-dc4.hetzner.elasticnet.co`` | benchmark target node | 192.168.14.13 |
4966

50-
All ten machines (nightly, long-running and adhoc) are located in the same rack and connected via a dedicated 10 GBit switch.
67+
The previous nightly environment:
68+
69+
| public DNS name | role | private IP (10 Gbit) |
70+
|------------------------------------------------------------|------------------------------------|----------------------|
71+
| ``slave-746202.build.hetzner-fsn1-dc4.elasticnet.co`` | benchmark coordinator, load driver | 192.168.14.2 |
72+
| ``target-746203.benchmark.hetzner-fsn1-dc4.elasticnet.co`` | benchmark target node | 192.168.14.3 |
73+
| ``target-746204.benchmark.hetzner-fsn1-dc4.elasticnet.co`` | benchmark target node | 192.168.14.4 |
74+
| ``target-746205.benchmark.hetzner-fsn1-dc4.elasticnet.co`` | benchmark target node | 192.168.14.5 |
75+
76+
77+
All ten machines (long-running, low-memory and the previous nightly environment) are located in the same rack and connected via a dedicated 10 GBit switch.
5178

5279
For details about the machine hardware and software configuration, please see our [benchmarking methodology](https://elasticsearch-benchmarks.elastic.co/).
5380

0 commit comments

Comments
 (0)