You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/19 08:39:57 UTC

[GitHub] [apisix-website] juzhiyuan commented on a diff in pull request #1366: docs: update APISIX arm-performance-google-aws-azure-with-apisix.md

juzhiyuan commented on code in PR #1366:
URL: https://github.com/apache/apisix-website/pull/1366#discussion_r999129049


##########
blog/zh/blog/2022/08/12/arm-performance-google-aws-azure-with-apisix.md:
##########
@@ -100,27 +105,36 @@ Tau T2A VM 有多种预定义的 VM 形状,每个 VM 最多 48 个 vCPU,每
 | AWS C7g          | $0.0361 | $0.0723 | $0.1445 | $0.289 | $0.5781 | $1.1562 | $1.7342 |
 | GCP T2A          | $0.0385 | $0.077  | $0.154  | $0.308 | $0.616  | $1.232  | $1.848  |
 | Azure Dpsv5      | *       | $0.077  | $0.154  | $0.308 | $0.616  | $1.232  | $1.848  |
+| OCI A1           | 0       |0        |0        | $0.051 | $0.179  | $0.435  | $0.947  |
+
+:::note
+
+由于 OCI VM.Standard.A1.Flex 可以灵活配置内存和 CPU 核心数,因此下面计算性价比时选取的机器内存大小为:
 
-参考前文中对 Apache APISIX 性能测试中的单个上游时的 QPS 数据,下表则汇总了 AWS c7g.large、GCP t2a-standard-2 和 Azure Dpsv5 运行一年的成本和性价比。其中只有微软官方公布了对应虚拟机的折扣。其中数字越大,则表明在单位价格能获取到更高的 QPS。
+内存 = CPU 核心数 * 4 GB
+
+:::
+
+参考前文中对 Apache APISIX 性能测试中的单个上游时的 QPS 数据,下表汇总了 AWS c7g.large、GCP t2a-standard-2 和 Azure Dpsv5 运行一年的成本和性价比。其中只有微软官方公布了对应虚拟机的折扣。性价比越高,表明在单位价格能获取到更高的 QPS。
 
 |                    | 一年成本         | 性价比(QPS / 成本) |
 |--------------------|-----------------|--------------------|
 | AWS c7g.large      | $633.3          | 36.3               |
-| GCP t2a-standard-2 | $674.5          | 16.8               |
+| GCP T2A-standard-2 | $674.5          | 16.8               |
 | Azure D2ps v5      | $398.0(41%折扣) | 33.6               |
+| OCI A1       | $0.0 | /               |
 
-从测试结果来看,AWS C7g 相比 GCP T2A 和 Azure Dpsv5 拥有更高的性价比。虽然 Azure Dpsv5 相比 GCP T2A 只有 15% 的性能提升, 但是性价比却高了接近一倍。
+从测试结果来看,AWS C7g 性价比高于 GCP T2A 和 Azure Dpsv5。将后两者进行对比,虽然 Azure Dpsv5 比 GCP T2A 的性能只提升了 15% ,但性价比几乎翻了一番。最后来看OCI A1,由于在 Oracle 云免费套餐中,搭载 2 核心 CPU、8 GB 内存的虚拟机可以免费使用,这意味着使用OCI A1 的成本基本为零,但能获得和上述 GCP T2A 同等的性能。

Review Comment:
   ```suggestion
   从测试结果来看,AWS C7g 性价比高于 GCP T2A 和 Azure Dpsv5。将后两者进行对比,虽然 Azure Dpsv5 比 GCP T2A 的性能只提升了 15% ,但性价比几乎翻了一番。最后来看 OCI A1,由于在 Oracle 云免费套餐中,搭载 2 核心 CPU、8 GB 内存的虚拟机可以免费使用,这意味着使用 OCI A1 的成本基本为零,但能获得和上述 GCP T2A 同等的性能。
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org