宇宙主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

欧基零壹微头条IP归属甄别会员请立即修改密码
查看: 608|回复: 0

[经验] AWS Amazon EC2 C系列运算优化实例简单检测

[复制链接]
发表于 2024-6-23 13:36:21 | 显示全部楼层 |阅读模式
本帖最后由 Microcharon 于 2024-6-23 13:48 编辑



Notice

完整阅读 click:https://www.microcharon.com/tech/347.html

非 Spot 实例,为按需型 On-Demand 实例,计算优化类型,us-east-1 区域 (C7i-flex 为 us-east-2),可用区任意

Amazon Machine Image (AMI): Canonical, Ubuntu, 24.04 LTS

4xlarge 大小: 16 vCPU, 30/32/42 GiB RAM

EBS Volumes: 80 GiB io2, IOPS 80000 (指定 C4 IOPS为 40000)

Amazon EBS 卷类型 - Amazon EBS: https://docs.aws.amazon.com/zh_cn/ebs/latest/userguide/ebs-volume-types.html

在 AWS Nitro 系统上构建的实例 - Amazon EC2: https://docs.aws.amazon.com/zh_cn/ec2/latest/instancetypes/ec2-nitro-instances.html)

Amazon EC2 C7g

Amazon EC2 C7g 執行個體 – 運算 – Amazon Web Services: https://aws.amazon.com/tw/ec2/instance-types/c7g/


  1. {
  2.   "MaxCount": 1,
  3.   "MinCount": 1,
  4.   "ImageId": "ami-0eac975a54dfee8cb",
  5.   "InstanceType": "c7g.4xlarge",
  6.   "KeyName": "development",
  7.   "EbsOptimized": true,
  8.   "BlockDeviceMappings": [
  9.     {
  10.       "DeviceName": "/dev/sda1",
  11.       "Ebs": {
  12.         "Encrypted": false,
  13.         "DeleteOnTermination": true,
  14.         "Iops": 80000,
  15.         "SnapshotId": "snap-0c19cb0f135df7dcb",
  16.         "VolumeSize": 80,
  17.         "VolumeType": "io2"
  18.       }
  19.     }
  20.   ],
  21.   "NetworkInterfaces": [
  22.     {
  23.       "AssociatePublicIpAddress": true,
  24.       "DeviceIndex": 0,
  25.       "Groups": [
  26.         "sg-0a2e663aa07596f6a"
  27.       ]
  28.     }
  29.   ],
  30.   "TagSpecifications": [
  31.     {
  32.       "ResourceType": "instance",
  33.       "Tags": [
  34.         {
  35.           "Key": "Name",
  36.           "Value": "c7g-001"
  37.         }
  38.       ]
  39.     }
  40.   ],
  41.   "MetadataOptions": {
  42.     "HttpEndpoint": "enabled",
  43.     "HttpPutResponseHopLimit": 2,
  44.     "HttpTokens": "required"
  45.   },
  46.   "PrivateDnsNameOptions": {
  47.     "HostnameType": "ip-name",
  48.     "EnableResourceNameDnsARecord": true,
  49.     "EnableResourceNameDnsAAAARecord": false
  50.   }
  51. }
复制代码


  1. # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
  2. #              Yet-Another-Bench-Script              #
  3. #                     v2024-06-09                    #
  4. # https://github.com/masonr/yet-another-bench-script #
  5. # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #

  6. Sat Jun 22 13:49:00 UTC 2024

  7. ARM compatibility is considered *experimental*

  8. Basic System Information:
  9. ---------------------------------
  10. Uptime     : 0 days, 0 hours, 0 minutes
  11. Processor  : Neoverse-V1
  12. BIOS AWS Graviton3 AWS Graviton3 CPU [url=home.php?mod=space&uid=175]@[/url] 2.6GHz
  13. CPU cores  : 16 [url=home.php?mod=space&uid=175]@[/url] ??? MHz
  14. AES-NI     : ✔ Enabled
  15. VM-x/AMD-V : ❌ Disabled
  16. RAM        : 30.8 GiB
  17. Swap       : 0.0 KiB
  18. Disk       : 77.4 GiB
  19. Distro     : Ubuntu 24.04 LTS
  20. Kernel     : 6.8.0-1008-aws
  21. VM Type    : AMAZON
  22. IPv4/IPv6  : ✔ Online / ❌ Offline

  23. IPv4 Network Information:
  24. ---------------------------------
  25. ISP        : Amazon Technologies Inc.
  26. ASN        : AS14618 Amazon.com, Inc.
  27. Host       : AWS EC2 (us-east-1)
  28. Location   : Ashburn, Virginia (VA)
  29. Country    : United States

  30. fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/root):
  31. ---------------------------------
  32. Block Size | 4k            (IOPS) | 64k           (IOPS)
  33.   ------   | ---            ----  | ----           ----
  34. Read       | 83.20 MB/s   (20.8k) | 3.22 GB/s    (50.4k)
  35. Write      | 83.15 MB/s   (20.7k) | 3.32 GB/s    (51.9k)
  36. Total      | 166.36 MB/s  (41.5k) | 6.55 GB/s   (102.4k)
  37.            |                      |   
  38. Block Size | 512k          (IOPS) | 1m            (IOPS)
  39.   ------   | ---            ----  | ----           ----
  40. Read       | 5.77 GB/s    (11.2k) | 1.07 GB/s     (1.0k)
  41. Write      | 6.27 GB/s    (12.2k) | 1.20 GB/s     (1.1k)
  42. Total      | 12.05 GB/s   (23.5k) | 2.27 GB/s     (2.2k)
复制代码


  1. Architecture:             aarch64
  2.   CPU op-mode(s):         32-bit, 64-bit
  3.   Byte Order:             Little Endian
  4. CPU(s):                   16
  5.   On-line CPU(s) list:    0-15
  6. Vendor ID:                ARM
  7.   BIOS Vendor ID:         AWS
  8.   Model name:             Neoverse-V1
  9.     BIOS Model name:      AWS Graviton3 AWS Graviton3 CPU @ 2.6GHz
  10.     BIOS CPU family:      257
  11.     Model:                1
  12.     Thread(s) per core:   1
  13.     Core(s) per socket:   16
  14.     Socket(s):            1
  15.     Stepping:             r1p1
  16.     BogoMIPS:             2100.00
  17.     Flags:                fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma                           lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs paca pacg dcpodp svei8mm svebf16 i8mm bf16 dgh rng
  18. Caches (sum of all):  
  19.   L1d:                    1 MiB (16 instances)
  20.   L1i:                    1 MiB (16 instances)
  21.   L2:                     16 MiB (16 instances)
  22.   L3:                     32 MiB (1 instance)
  23. NUMA:   
  24.   NUMA node(s):           1
  25.   NUMA node0 CPU(s):      0-15
  26. Vulnerabilities:  
  27.   Gather data sampling:   Not affected
  28.   Itlb multihit:          Not affected
  29.   L1tf:                   Not affected
  30.   Mds:                    Not affected
  31.   Meltdown:               Not affected
  32.   Mmio stale data:        Not affected
  33.   Reg file data sampling: Not affected
  34.   Retbleed:               Not affected
  35.   Spec rstack overflow:   Not affected
  36.   Spec store bypass:      Mitigation; Speculative Store Bypass disabled via prctl
  37.   Spectre v1:             Mitigation; __user pointer sanitization
  38.   Spectre v2:             Mitigation; CSV2, BHB
  39.   Srbds:                  Not affected
  40.   Tsx async abort:        Not affected
复制代码


Single-Core Score: 1518

Multi-Core Score: 12951

Amazon EC2 c7g.4xlarge - Geekbench: https://browser.geekbench.com/v6/cpu/6624732
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|FastFib VPS论坛

GMT+8, 2024-9-20 09:00 , Processed in 0.058858 second(s), 9 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表