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 06:27:10 UTC

[GitHub] [apisix-website] Yilialinn opened a new pull request, #1366: APISIX arm-performance-google-aws-azure-with-apisix.md

Yilialinn opened a new pull request, #1366:
URL: https://github.com/apache/apisix-website/pull/1366

   Fixes: #[Add issue number here]
   
   Changes:
   
   <!-- Add here what changes were made in this pull request and if possible provide links showcasing the changes. -->
   
   Screenshots of the change:
   
   <!-- Add screenshots depicting the changes. -->
   


-- 
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


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

Posted by GitBox <gi...@apache.org>.
Yilialinn commented on PR #1366:
URL: https://github.com/apache/apisix-website/pull/1366#issuecomment-1284838187

   晚点重提PR,此PR作废。


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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


[GitHub] [apisix-website] netlify[bot] commented on pull request #1366: APISIX arm-performance-google-aws-azure-with-apisix.md

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on PR #1366:
URL: https://github.com/apache/apisix-website/pull/1366#issuecomment-1283495306

   ### <span aria-hidden="true">👷</span> Deploy Preview for *apache-apisix* processing.
   
   
   |  Name | Link |
   |---------------------------------|------------------------|
   |<span aria-hidden="true">🔨</span> Latest commit | fd14f822d9ac6c6777dbb9741ca3d625ed9537c5 |
   |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/apache-apisix/deploys/634f98bee2f5740008263768 |


-- 
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


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

Posted by GitBox <gi...@apache.org>.
EmilyKeer commented on code in PR #1366:
URL: https://github.com/apache/apisix-website/pull/1366#discussion_r999206866


##########
blog/zh/blog/2022/08/12/arm-performance-google-aws-azure-with-apisix.md:
##########
@@ -54,19 +55,23 @@ Tau T2A VM 有多种预定义的 VM 形状,每个 VM 最多 48 个 vCPU,每
 
 ![Dpsv5 和 Epsv5 VM](https://static.apiseven.com/2022/blog/0812/3.png)
 
-## 三大云厂商 ARM 服务器性能测试
+### Oracle Cloud Infrastructure Ampere A1 Compute
 
-在本文中,我们将通过测试单核心性能来反映各服务器的整体性能。这里选取网络 IO 密集型的 API 网关 Apache APISIX,分别在 AWS c7g.large、GCP t2a-standard-2 和 Azure D2ps v5(属于 Dpsv5 系列,双核 CPU)三款机型上绑定单个 CPU 核心进行压力测试,并通过 QPS 和响应延迟两个指标来分析服务器的性能。
+2021 年 5 月底,甲骨文发布了首款以 Arm 为基础的运算产品:OCI Ampere A1 Compute。该产品将可以在 Oracle 云端基础设施 (Oracle Cloud Infrastructure, 以下简称 OCI) 上运行,主要机型是:VM.Standard.A1.Flex(以下简称 OCI A1),其CPU 核心和内存都可以灵活配置。为了支持 OCI 中的新 Ampere A1 Compute 实例, Oracle 创建了一个 [Arm 开发人员生态系统](https://blogs.oracle.com/cloud-infrastructure/oracle-makes-building-applications-on-ampere-a1-compute-instances-easy),使开发人员能够在 OCI Arm 实例上无缝转换、构建和运行应用程序。在价格方面,甲骨文以低至每核心每小时 0.01 美元的价格提供其 Arm 运算实例。
 
-[Apache APISIX](https://github.com/apache/apisix) 是一个云原生、高性能、可扩展的 API 网关。基于 NGNIX + LuaJIT 和 etcd,APISIX 与传统 API 网关相比,具有动态路由和插件热加载特性,特别适合云原生架构下的 API 管理。
+## 四大云厂商 ARM 服务器性能测试
+
+介绍完以上四大服务器,接下来我们将通过测试单核心性能来反映各服务器的整体性能。这里选取网络 IO 密集型的 API 网关 Apache APISIX,分别在 AWS c7g.large、GCP t2a-standard-2、Azure D2ps v5(属于 Dpsv5 系列,双核 CPU)和 OCI A1 四款机型上绑定单个 CPU 核心进行压力测试,并通过 QPS 和响应延迟两个指标来分析服务器的性能。

Review Comment:
   上面介绍了两大?



-- 
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


[GitHub] [apisix-website] Yilialinn closed pull request #1366: docs: update APISIX arm-performance-google-aws-azure-with-apisix.md

Posted by GitBox <gi...@apache.org>.
Yilialinn closed pull request #1366: docs: update APISIX arm-performance-google-aws-azure-with-apisix.md
URL: https://github.com/apache/apisix-website/pull/1366


-- 
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