计算机基础第二章

2019-10-19  本文已影响0人  数据革命

计算机基础第二章

回顾:

服务器

服务器的组成

服务器硬件-CPU

CPU指令集

[root@CentOS7 ~]# lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    1
Core(s) per socket:    2
Socket(s):             2
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 69
Model name:            Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz
Stepping:              1
CPU MHz:               2693.326
BogoMIPS:              5387.53
Hypervisor vendor:     VMware
Virtualization type:   full
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              4096K
NUMA node0 CPU(s):     0-3


CPU 类型

服务器分类

主板

7.png

内存

[root@CentOS7 ~]# dd if=/dev/zero of=file bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 2.64369 s, 406 MB/s
[root@CentOS7 ~]# 

10.png

命令回顾

lscpu  查看CPU参数

[root@CentOS7 ~]# dd if=/dev/zero of=file bs=1M count=1024  测试硬盘速度

其他链接

上一篇 下一篇

猜你喜欢

热点阅读