-
Notifications
You must be signed in to change notification settings - Fork 13
linux_023
Zhang Jc edited this page Dec 23, 2017
·
5 revisions
lscpu
参考[1]中,hwloc中的lstopo
命令可以查看服务器CPU拓扑,包括NUMA架构txt示意图。
yum -y install hwloc hwloc-gui
lstopo --of txt --no-io # 查看从CPU核NUMA分布、各级缓存到memory的分布和大小
lstopo # gui显示包括IO连接的拓扑图
pci设备会给出设备编号,可以在 http://pci-ids.ucw.cz/read/PC/8086 中查询。
lsblk
df -h
fdisk -l
- 参考
[1] Display Hardware Topology in Linux, http://www.tuxfixer.com/display-hardware-topology-in-linux/
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。
Wiki: wiki.jcix.top ~聚沙成塔~ Blog: blog.jcix.top