Linux中常用的查看系統信息的命令

来源:http://www.cnblogs.com/linuxprobe/archive/2016/06/19/5590366.html
-Advertisement-
Play Games

Linux中常用的查看系統信息的命令 Linux中常用的查看系統信息的命令 Linux中常用的查看系統信息的命令 導讀 Linux是一個神奇而又高效的操作系統,學完Linux對Linux系統有一個熟悉的瞭解後,你需要瞭解下這些實用的查看系統信息的命令。 查看系統版本命令 uname 談到系統版本就一 ...


Linux中常用的查看系統信息的命令

導讀 Linux是一個神奇而又高效的操作系統,學完Linux對Linux系統有一個熟悉的瞭解後,你需要瞭解下這些實用的查看系統信息的命令。
查看系統版本命令 uname

談到系統版本就一定會想到uname,查看系統內核版本

uname -參數

其他的什麼-n -m -r 參數都忽略,直接-a

[root@linuxprobe ~]#uname -a
Linux linuxprobe.com 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@linuxprobe ~]#

從uname中貌似確實看到了許多信息,但是好像並不是我想要的,沒有哪個系統的哪個版本

lsb_release -a
[root@linuxprobe ~]# lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 6.4 (Santiago)
Release: 6.4
Codename: Santiago
[root@linuxprobe ~]#
cat /etc/issue
[root@linuxprobe ~]#cat /etc/issue
Red Hat Enterprise Linux Server release 6.4 (Santiago)
Kernel \r on an \m
[root@linuxprobe ~]#
查看記憶體相關 free

一談到Linux的記憶體就想到了一個命令free,在課本第2章 新手必須掌握的Linux命令中有對此的解釋

[root@linuxprobe ~]# free
             total       used       free     shared    buffers     cached
Mem:       5228872     669360    4559512          0      28060     266936
-/+ buffers/cache:     374364    4854508
Swap:      4194296          0    4194296
[root@linuxprobe ~]# free -m
             total       used       free     shared    buffers     cached
Mem:          5106        653       4452          0         27        260
-/+ buffers/cache:        365       4740
Swap:         4095          0       4095
[root@linuxprobe ~]# free -g
             total       used       free     shared    buffers     cached
Mem:             4          0          4          0          0          0
-/+ buffers/cache:          0          4
Swap:            3          0          3
[root@linuxprobe ~]# 

很明顯記憶體大小,使用多少,剩餘多少,buffers和cached多少,以及swap情況一目瞭然,使用參數-m/-g 可以指定單位

查看cpu相關 uptime
[root@linuxprobe ~]# uptime
 20:09:48 up 43 min,  3 users,  load average: 0.35, 0.25, 0.11    //系統的平均負載,1分鐘,5分鐘,15分鐘           
top

實時監控系統的cpu和記憶體,預設3s刷新一次

[root@linuxprobe ~]# top
top - 20:15:41 up 49 min,  3 users,  load average: 0.41, 0.38, 0.21
Tasks: 236 total,   1 running, 235 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.2%us,  0.5%sy,  0.0%ni, 98.8%id,  0.5%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   5228872k total,   671136k used,  4557736k free,    28324k buffers
Swap:  4194296k total,        0k used,  4194296k free,   267360k cached

   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                    
     1 root      20   0 19360 1536 1224 S  0.0  0.0   0:05.37 init                        
     2 root      20   0     0    0    0 S  0.0  0.0   0:00.02 kthreadd                    
     3 root      RT   0     0    0    0 S  0.0  0.0   0:00.07 migration/0                 
     4 root      20   0     0    0    0 S  0.0  0.0   0:00.14 ksoftirqd/0                 
     5 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/0                 
     6 root      RT   0     0    0    0 S  0.0  0.0   0:00.01 watchdog/0                  
     7 root      RT   0     0    0    0 S  0.0  0.0   0:00.69 migration/1                 
     8 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/1                 
     9 root      20   0     0    0    0 S  0.0  0.0   0:00.10 ksoftirqd/1                 
    10 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 watchdog/1                  
    11 root      RT   0     0    0    0 S  0.0  0.0   0:00.10 migration/2                 
    12 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/2                 
    13 root      20   0     0    0    0 S  0.0  0.0   0:00.01 ksoftirqd/2                 
    14 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 watchdog/2                  
    15 root      RT   0     0    0    0 S  0.0  0.0   0:00.17 migration/3                 
    16 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/3                 
    17 root      20   0     0    0    0 S  0.0  0.0   0:00.06 ksoftirqd/3                 
    18 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 watchdog/3                  
    19 root      20   0     0    0    0 S  0.0  0.0   0:00.41 events/0  

cpu記憶體實時利用率以此為標準

查看cpu參數——文件 :/proc/cpuinfo
[root@linuxprobe ~]#  cat /proc/cpuinfo | grep "physical id" | uniq | wc -l
2                                              //cpu個數
[root@linuxprobe ~]# cat /proc/cpuinfo | grep "cpu cores" | uniq
cpu cores	: 2                           //線程數
[root@linuxprobe ~]# cat /proc/cpuinfo | grep 'model name' |uniq
model name	: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
                                             //cpu型號參數
查看硬碟相關 df
[root@linuxprobe ~]# df
文件系統	         1K-塊      已用      可用 已用% 掛載點
/dev/sda2             41284928    469040  38718736   2% /
tmpfs                  2614436       224   2614212   1% /dev/shm
/dev/sda1                99150     32504     61526  35% /boot
/dev/sda6               516040     18016    471812   4% /home
/dev/sda3              4128448   2542976   1375760  65% /usr
[root@linuxprobe ~]# df -h                     //以簡單的看得懂的方式顯示
文件系統	      容量  已用  可用 已用%% 掛載點
/dev/sda2              40G  459M   37G   2% /
tmpfs                 2.5G  224K  2.5G   1% /dev/shm
/dev/sda1              97M   32M   61M  35% /boot
/dev/sda6             504M   18M  461M   4% /home
/dev/sda3             4.0G  2.5G  1.4G  65% /usr
fdisk -l
[root@linuxprobe ~]# fdisk -l

Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000f0739

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      102400   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              13        5235    41943040   83  Linux
/dev/sda3            5235        5757     4194304   83  Linux
/dev/sda4            5757       13055    58616832    5  Extended
/dev/sda5            5757        6280     4194304   82  Linux swap / Solaris
/dev/sda6            6280        6345      524288   83  Linux

[root@linuxprobe ~]#  fdisk -l | grep Disk
Disk /dev/sda: 107.4 GB, 107374182400 bytes
Disk identifier: 0x000f0739
[root@linuxprobe ~]# 
iostat 查看硬碟讀寫速度
[root@linuxprobe ~]#  iostat -t 1 3                                     //1s一次,查看3次
Linux 2.6.32-358.el6.x86_64 (twj.baidu.com) 	2016年06月07日 	_x86_64_	(4 CPU)

2016年06月07日 20時40分03秒
avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0.17    0.06    0.74    0.84    0.00   98.19

Device:            tps   Blk_read/s   Blk_wrtn/s   Blk_read   Blk_wrtn
sda               8.34       273.82       136.61    1216528     606904

2016年06月07日 20時40分04秒
avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0.00    2.10    9.97   13.12    0.00   74.80

Device:            tps   Blk_read/s   Blk_wrtn/s   Blk_read   Blk_wrtn
sda              89.00      3472.00     11208.00       3472      11208

2016年06月07日 20時40分05秒
avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0.00    1.99   14.35    9.05    0.00   74.61

Device:            tps   Blk_read/s   Blk_wrtn/s   Blk_read   Blk_wrtn
sda              66.13      1464.52      9800.00       1816      12152

免費提供最新Linux技術教程書籍,為開源技術愛好者努力做得更多更好:http://www.linuxprobe.com/


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • SQL函數 SQL函數分類 SQL函數主要有兩種,分為單行函數、多行函數 單行函數:只對一行進行變換,每行返回一個結果。可以轉換數據類型,可以嵌套參數可以是一列或一個值 多行函數:多行函數,每次對一組記錄進行處理。然後對於這一組記錄只返回一個結果。 單行函數 單行函數的分類:主要有 字元 、 通用 ...
  • 資料庫複習⑩ 2016年6月19日 13:40 最後一期不再更新。 感謝大家的支持!!!祝學習進步,考試順利!!! Main Transactions 事務 1.Transaction Concept 事務的概念 A transaction is a unit of program executio ...
  • 用戶和許可權是Oracle資料庫系統最基本的安全管理機制。 用戶通過SQL*Plus或者應用程式登錄Oracle時,必須提供一個脹號,即用戶名和口令。登錄後還必須有一定的許可權才能完成相應的操作。用戶具有什麼樣的許可權,才能完成什麼樣的操作。 如果用戶希望訪問資料庫,首先應該由資料庫管理員為其分配一個賬號 ...
  • 資料庫複習⑧ 2016年6月18日 21:23 Main Integrity Constraints 實體完整性約束 1.各種約束 Keys Foreign-key 外鍵 引用完整性約束 Value-based constraints 值約束 Tuple-based constraints 元組約束 ...
  • 1.ASCII 功能:​得到給定字元的字元編碼 語法:ASCII(CHAR) 例句: SQL> SELECT ASCII('A') FROM DUAL; ASCII('A') ---------- 65 2.CHR 功能:​得到給定數字對應的字元,與ASCII是一對反函數 語法... ...
  • 埠映射 一:什麼是埠映射 埠映射就是將外網主機的IP地址的一個埠映射到內網中一臺機器,提供相應的服務。當用戶訪問該IP的這個埠時,伺服器自動將請求映射到對應區域網內部的機器上。 二:怎樣通過埠映射將內網埠映射到外網 1. 首先登陸你的路由器,具體的地址看路由器反面說明 2.點擊左邊導航 ...
  • 程式猿這個行業素來有鄙視鏈存在,從開發語言間的鄙視到IDE之爭從來沒斷過。真不知道有什麼好爭的,就像找結婚對象一樣,適合自己的就是最好的。 ...
  • 推薦:http://www.cnblogs.com/roucheng/p/3470287.html ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...