Linux檢視相關係統資訊
1 檢視CPU
1.1 檢視CPU個數
cat /proc/cpuinfo | grep “physical id” | uniq | wc -l
2
uniq 命令:刪除重複行;
wc –l命令:統計行數
1.2 檢視CPU核數
cat /proc/cpuinfo | grep “cpu cores” | uniq
cpu cores : 4
1.3 檢視CPU型號
cat /proc/cpuinfo | grep ‘model name’ |uniq
model name : Intel® Xeon® CPU E5630 @ 2.53GHz
總結:該伺服器有2個4核CPU,型號Intel® Xeon® CPU E5630 @ 2.53GHz
2 檢視記憶體
檢視記憶體總數
#cat /proc/meminfo | grep MemTotal
MemTotal: 32941268 kB //記憶體32G
下面是一些命令的集合,供參考:
uname -a # 檢視核心/作業系統/CPU資訊的linux系統資訊
head -n l /etc/issue # 檢視作業系統版本
cat /proc/cpuinfo # 檢視CPU資訊
hostname # 檢視計算機名的linux系統資訊命令
lspci -tv # 列出所有PCI裝置
lsusb -tv # 列出所有USB裝置的linux系統資訊命令
lsmod # 列出載入的核心模組
env # 檢視環境變數資源
free -m # 檢視記憶體使用量和交換區使用量
df -h # 檢視各分割槽使用情況
du -sh # 檢視指定目錄的大小
grep MemTotal /proc/meminfo # 檢視記憶體總量
grep MemFree /proc/meminfo # 檢視空閒記憶體量
uptime # 檢視系統執行時間、使用者數、負載
cat /proc/loadavg # 檢視系統負載磁碟和分割槽
mount | column -t # 檢視掛接的分割槽狀態
fdisk -l # 檢視所有分割槽
swapon -s # 檢視所有交換分割槽
hdparm -i /dev/hda # 檢視磁碟引數(僅適用於IDE裝置)
dmesg | grep IDE # 檢視啟動時IDE裝置檢測狀況網路
ifconfig # 檢視所有網路介面的屬性
iptables -L # 檢視防火牆設定
route -n # 檢視路由表
netstat -lntp # 檢視所有監聽埠
netstat -antp # 檢視所有已經建立的連線
netstat -s # 檢視網路統計資訊程式
ps -ef # 檢視所有程式
top # 實時顯示程式狀態使用者
w # 檢視活動使用者
id # 檢視指定使用者資訊
last # 檢視使用者登入日誌
cut -d: -f1 /etc/passwd # 檢視系統所有使用者
cut -d: -f1 /etc/group # 檢視系統所有組
crontab -l # 檢視當前使用者的計劃任務服務
chkconfig –list # 列出所有系統服務
chkconfig –list | grep on # 列出所有啟動的系統服務程式
rpm -qa # 檢視所有安裝的軟體包
cat /proc/cpuinfo :檢視CPU相關引數的linux系統命令
cat /proc/partitions :檢視linux硬碟和分割槽資訊的系統資訊命令
cat /proc/meminfo :檢視linux系統記憶體資訊的linux系統命令
cat /proc/version :檢視版本,類似uname -r
cat /proc/ioports :檢視裝置io埠
cat /proc/interrupts :檢視中斷
cat /proc/pci :檢視pci裝置的資訊
cat /proc/swaps :檢視所有swap分割槽的資訊
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69990629/viewspace-2908701/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux根據程式號,檢視相關資訊Linux
- 檢視 Linux 系統資訊Linux
- 檢視Linux系統版本資訊Linux
- Linux系統如何檢視版本資訊Linux
- 檢視錶和索引碎片情況相關資訊索引
- Linux系統glibc庫版本資訊檢視Linux
- Linux檔案內容檢視相關命令Linux
- Linux 安全資訊檢視Linux
- Oracle相關資料字典檢視Oracle
- 統計學三大相關係數之Pearson相關係數、Spearman相關係數
- 快速上手Linux核心命令(七):Linux系統資訊相關命令Linux
- 檢視mysql資料庫連線數、併發數相關資訊MySql資料庫
- Linux系統中如何檢視塊裝置資訊?Linux
- Linux 系統下檢視硬體資訊命令大全Linux
- Linux中常用的檢視系統資訊的命令Linux
- 資料關係比較:相關性 vs 因果關係
- Linux系統檢視硬體具體型號資訊Linux
- 針對XML資料的關係型檢視XYXML
- 『學了就忘』Linux基礎命令 — 36、檢視系統痕跡相關命令Linux
- linux檢視伺服器配置資訊Linux伺服器
- mysql鎖分析相關的幾個系統檢視MySql
- 利用VS(Visual Studio)自帶的工具檢視DLL檔案相關資訊
- 在Linux中,如何檢視當前系統的版本資訊?Linux
- Linux系統如何檢視網路卡的資訊及數量?Linux
- Linux作業系統相關資料Linux作業系統
- Linux檢視環境變數當前資訊和檢視命令Linux變數
- 檢視Linux系統資訊都有哪些命令?Linux學會有什麼用Linux
- 19 Oracle Data Guard 相關檢視Oracle
- linux下使用tomcat檢視控制檯資訊LinuxTomcat
- 【SCRIPT】Oracle統計資訊相關SQLOracleSQL
- 【統計資訊】全面檢視錶所有統計資訊SQLSQL
- Linux 下檢視系統當前登入使用者資訊Linux
- Linux下使用ps命令來檢視oracle資料庫相關程式的操作步驟LinuxOracle資料庫
- opencv 視訊處理相關OpenCV
- oracle 統計資訊檢視與收集Oracle
- DBA_HIST相關檢視說明
- 資料的相關性或因果關係 - KDnuggets
- Linux 系統檢視命令Linux