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

查看 20|回复 0
作者:Microcharon   
   

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/
[ol]
{
  "MaxCount": 1,
  "MinCount": 1,
  "ImageId": "ami-0eac975a54dfee8cb",
  "InstanceType": "c7g.4xlarge",
  "KeyName": "development",
  "EbsOptimized": true,
  "BlockDeviceMappings": [
    {
      "DeviceName": "/dev/sda1",
      "Ebs": {
        "Encrypted": false,
        "DeleteOnTermination": true,
        "Iops": 80000,
        "SnapshotId": "snap-0c19cb0f135df7dcb",
        "VolumeSize": 80,
        "VolumeType": "io2"
      }
    }
  ],
  "NetworkInterfaces": [
    {
      "AssociatePublicIpAddress": true,
      "DeviceIndex": 0,
      "Groups": [
        "sg-0a2e663aa07596f6a"
      ]
    }
  ],
  "TagSpecifications": [
    {
      "ResourceType": "instance",
      "Tags": [
        {
          "Key": "Name",
          "Value": "c7g-001"
        }
      ]
    }
  ],
  "MetadataOptions": {
    "HttpEndpoint": "enabled",
    "HttpPutResponseHopLimit": 2,
    "HttpTokens": "required"
  },
  "PrivateDnsNameOptions": {
    "HostnameType": "ip-name",
    "EnableResourceNameDnsARecord": true,
    "EnableResourceNameDnsAAAARecord": false
  }
}
[/ol]复制代码
[ol]
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
#              Yet-Another-Bench-Script              #
#                     v2024-06-09                    #
# https://github.com/masonr/yet-another-bench-script #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
Sat Jun 22 13:49:00 UTC 2024
ARM compatibility is considered *experimental*
Basic System Information:
---------------------------------
Uptime     : 0 days, 0 hours, 0 minutes
Processor  : Neoverse-V1
BIOS AWS Graviton3 AWS Graviton3 CPU @ 2.6GHz
CPU cores  : 16 @ ??? MHz
AES-NI     : ✔ Enabled
VM-x/AMD-V : ❌ Disabled
RAM        : 30.8 GiB
Swap       : 0.0 KiB
Disk       : 77.4 GiB
Distro     : Ubuntu 24.04 LTS
Kernel     : 6.8.0-1008-aws
VM Type    : AMAZON
IPv4/IPv6  : ✔ Online / ❌ Offline
IPv4 Network Information:
---------------------------------
ISP        : Amazon Technologies Inc.
ASN        : AS14618 Amazon.com, Inc.
Host       : AWS EC2 (us-east-1)
Location   : Ashburn, Virginia (VA)
Country    : United States
fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/root):
---------------------------------
Block Size | 4k            (IOPS) | 64k           (IOPS)
  ------   | ---            ----  | ----           ----
Read       | 83.20 MB/s   (20.8k) | 3.22 GB/s    (50.4k)
Write      | 83.15 MB/s   (20.7k) | 3.32 GB/s    (51.9k)
Total      | 166.36 MB/s  (41.5k) | 6.55 GB/s   (102.4k)
           |                      |   
Block Size | 512k          (IOPS) | 1m            (IOPS)
  ------   | ---            ----  | ----           ----
Read       | 5.77 GB/s    (11.2k) | 1.07 GB/s     (1.0k)
Write      | 6.27 GB/s    (12.2k) | 1.20 GB/s     (1.1k)
Total      | 12.05 GB/s   (23.5k) | 2.27 GB/s     (2.2k)
[/ol]复制代码
[ol]
Architecture:             aarch64
  CPU op-mode(s):         32-bit, 64-bit
  Byte Order:             Little Endian
CPU(s):                   16
  On-line CPU(s) list:    0-15
Vendor ID:                ARM
  BIOS Vendor ID:         AWS
  Model name:             Neoverse-V1
    BIOS Model name:      AWS Graviton3 AWS Graviton3 CPU @ 2.6GHz
    BIOS CPU family:      257
    Model:                1
    Thread(s) per core:   1
    Core(s) per socket:   16
    Socket(s):            1
    Stepping:             r1p1
    BogoMIPS:             2100.00
    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
Caches (sum of all):  
  L1d:                    1 MiB (16 instances)
  L1i:                    1 MiB (16 instances)
  L2:                     16 MiB (16 instances)
  L3:                     32 MiB (1 instance)
NUMA:   
  NUMA node(s):           1
  NUMA node0 CPU(s):      0-15
Vulnerabilities:  
  Gather data sampling:   Not affected
  Itlb multihit:          Not affected
  L1tf:                   Not affected
  Mds:                    Not affected
  Meltdown:               Not affected
  Mmio stale data:        Not affected
  Reg file data sampling: Not affected
  Retbleed:               Not affected
  Spec rstack overflow:   Not affected
  Spec store bypass:      Mitigation; Speculative Store Bypass disabled via prctl
  Spectre v1:             Mitigation; __user pointer sanitization
  Spectre v2:             Mitigation; CSV2, BHB
  Srbds:                  Not affected
  Tsx async abort:        Not affected
[/ol]复制代码
Single-Core Score: 1518
Multi-Core Score: 12951
Amazon EC2 c7g.4xlarge - Geekbench: https://browser.geekbench.com/v6/cpu/6624732

实例, 代码, 类型

您需要登录后才可以回帖 登录 | 立即注册

返回顶部