You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp/_index.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
---
2
2
title: Deploy Gerrit on Google Cloud C4A
3
-
description: Learn how to install and configure Gerrit on Google Cloud Axion C4A Arm64 instances and benchmark its performance
4
-
5
-
3
+
description: Learn how to install and configure Gerrit on Google Cloud Axion C4A Arm64 instances and benchmark its performance
6
4
minutes_to_complete: 30
7
5
8
6
who_is_this_for: This is an introductory topic for developers deploying Gerrit in Arm Linux environments, specifically using Google Cloud C4A virtual machines (VM) powered by Axion processors.

127
127
128
128
Client-visible correctness is excellent: all 47,863 measured operations succeeded. REST query latency remains low
129
129
with p99 69 ms. Clone is the dominant pressure point at p99 521 ms, and push remains sub-second at p99 288 ms:

132
132
133
133
The useful capacity signal is the flattening throughput curve after step 2. CPU is already near saturation in step 2, then
134
134
stays around 99% in steps 3 and 4. Latency continues rising: clone p99 increases from 221 ms in step 2 to 550 ms in
135
135
step 4, while aggregate throughput only rises from 103.3 to 108.4 ops/sec:



146
146
147
147
Basic Server Metrics:
148
148
149
-

149
+

Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp/firewall_setup.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ To expose TCP port 8080 for Gerrit, start by creating a new firewall rule in Goo
23
23
24
24
You'll use this rule to allow incoming traffic on TCP port 8080, which is required for Gerrit access on your Arm-based VM.
25
25
26
-

26
+

27
27
28
28
- Set **Name** to `allow-tcp-8080`.
29
29
- Select the network you want to use for your VM. The default is `autoscaling-net`, but your organization might use a different network.
@@ -34,7 +34,7 @@ You'll use this rule to allow incoming traffic on TCP port 8080, which is requir
34
34
35
35
This configuration allows incoming TCP traffic on port 8080 from any IPv4 address.
36
36
37
-

37
+

38
38
39
39
## Specify protocols and ports
40
40
@@ -47,6 +47,6 @@ Next, configure the protocols and ports for your firewall rule:
47
47
48
48
This step ensures that only TCP traffic on port 8080 is allowed through the firewall.
49
49
50
-

50
+

51
51
52
52
Your network firewall rule has now been created. You're ready to continue with VM creation.

76
76
77
77
In the next section, basic performance testing of Gerrit will be performed.
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp/instance.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To create a virtual machine based on the C4A instance type:
24
24
- Set **Series** to `C4A`.
25
25
- Select `c4a-standard-4` for machine type.
26
26
27
-

27
+

28
28
29
29
30
30
- Under **OS and Storage**, select **Change**. Choose an Arm64-based OS image. For this Learning Path, select **Ubuntu 24.04 LTS**.
@@ -33,17 +33,17 @@ To create a virtual machine based on the C4A instance type:
33
33
- Under **Networking**, enable **Allow HTTP traffic** and **Allow HTTPS traffic**.
34
34
- In the **Network tags** field, add `allow-tcp-8080` to allow Gerrit dashboard traffic.
35
35
36
-

36
+

37
37
38
38
- Select **Create** to launch your VM instance.
39
39
- After the VM is ready, you'll see an **SSH** button next to your instance in the VM list. The public IP address for your VM also appears here.
40
40
- Copy the public IP address—you'll need it later to connect to Gerrit.
41
41
- Select **SSH** to open a shell session directly in your browser.
42
42
43
-

43
+

44
44
45
45
A window from your browser should come up and you should now see a shell into your VM instance:
46
46
47
-

47
+

0 commit comments