常用OS獲取資訊命令
一、linux
#CPU資訊(總核心數和型號)
cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
#物理CPU數及每顆物理CPU中核心數(可能有超線)
cat /proc/cpuinfo | grep physical | uniq -c
#系統位數
getconf LONG_BIT
#CPU是否支援64位運算(大於零就支援)
cat /proc/cpuinfo | grep flags | grep ' lm ' | wc -l
#cpu完整資訊(root)
dmidecode | grep 'Processor Information'
#記憶體資訊(各項)
cat /proc/meminfo
#OS核心資訊
uname -a
#linux版本資訊
cat /etc/issue | grep Linux
#機器型號(root)
dmidecode | grep "Product Name"
#網路卡資訊
dmesg | grep -i eth
二、solaris
#檢視CPU
/usr/platform/sun4u/sbin/prtdiag –v|more
或
psrinfo -v
#檢視記憶體
prtconf | grep 'Memory'
/usr/platform/sun4u/sbin/prtdiag -v
#檢視硬碟資訊
iostat -E
三、AIX
#物理cpu數
1.prtconf
2.lsdev
lsdev -Cc processor
#邏輯cpu數
3.bindprocessor
bindprocessor -q
4.vmstat
5.smtctl(root許可權)
#檢視記憶體
1.lsattr
lsdev -Cc memory
lsattr -El L2cache0
lsattr -El mem0
2.prtconf
prtconf|grep Memory|grep -v +
3.vmstat
4.topas
#檢視交換分割槽
1.lsps
lsps -a
2.lsps
lsps -s
3.prtconf
4.topas
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8484829/viewspace-2117133/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Appium常用操作之「Toast提示資訊獲取」APPAST
- 獲取位置資訊
- Linux常用資訊收集命令Linux
- python使用cx_Oracle連線oracle資料庫獲取常用資訊PythonOracle資料庫
- 【VMware ESXi】使用 smbiosDump 命令獲取伺服器硬體資訊。iOS伺服器
- Linux獲取10個你最常用的終端命令列表Linux命令列
- Oracle獲取所有表名資訊和獲取指定表名欄位資訊Oracle
- iOS獲取SIM卡資訊iOS
- 獲取AFP服務資訊
- os - openwrt 通訊類產品常用linuxLinux
- 【Python】獲取機器使用資訊Python
- Linux: 獲取硬碟的UUID資訊Linux硬碟UI
- 獲取.crt證書的資訊
- ipmitool獲取伺服器資訊MIT伺服器
- ABL獲取XBL資訊記錄
- Redis 常用監控資訊命令總結Redis
- 使用捕獲 獲取身份證號的資訊
- 資訊爆炸時代,如何獲取優質資訊?
- ADB命令獲取Android UIDAndroidUI
- 使用**迭代器**獲取Cifar等常用資料集
- php-MediaInfo 獲取媒體資訊PHPAI
- 獲取app版本號相關資訊APP
- 使用Python獲取ECS相關資訊Python
- 【Python小隨筆】 SSH 獲取資訊Python
- 應屆生如何獲取招聘資訊
- Linux基礎(一):獲取LinuxCPU資訊Linux
- google books api 獲取圖書資訊GoAPI
- ElasticSearch 獲取es資訊以及索引操作Elasticsearch索引
- Oracle 元件資訊獲取途徑整理Oracle元件
- iphone 獲取地址的詳細資訊iPhone
- 使用URLConnection物件獲取網路資源資訊物件
- 獲取Linux本機IP命令Linux
- Python下獲取視訊的旋轉角度資訊Python
- 生物資訊學中常用的linux系統命令Linux
- DNS資訊探測工具DNSRecon常用命令DNS
- 獲取微信使用者基本資訊
- MFC中獲取程式自身的版本資訊
- 獲取地圖的資訊到input裡地圖
- vmi:獲取 windows 系統硬體資訊Windows