LR監控Linux系統伺服器效能監控指標詳解
一、常用監控指標:
從LR-System Resource Graphs裡面右鍵add measurement,填寫linux機器的IP,
出現所有unix/linux的計數器,包括cpu的,mem的,disk,network的。
幾個常用的監控指標:
average load :在過去的1分鐘的平均負載
cpu utilization: cpu的使用率 disk traffic: disk傳輸率
paging rate:每秒從磁碟讀到實體記憶體,或者從實體記憶體寫到頁面檔案的記憶體頁數
Swap-in rate:每秒交換到記憶體的程序數
Swap-out rate:每秒從記憶體交換出來的程序 (如果發現伺服器重啟後不能監控了,可以手動重啟rpc.rstatd)
二、LR監控Linux系統資源詳解:
Average load
Average number of processes simultaneously in Ready state during thelast minute
上一分鐘同時處於“就緒”狀態的平均程序數
Collision rate
Collisions per second detected on the Ethernet
每秒鐘在乙太網上檢測到的衝突數。
Context switches rate
Number of switches between processes or threads, per second
每秒鐘在程序或執行緒之間的切換次數。
CPU utilization
Percent of time that the CPU is utilized
CPU的使用時間百分比。
Disk rate
Rate of disk transfers
磁碟傳輸速率。
Incomingpackets error rate
Errors per second while receiving Ethernet packets
接收乙太網資料包時每秒鐘接收到的錯誤數。
Incomingpackets rate
Incoming Ethernet packets per second
每秒鐘傳入的乙太網資料包數。
Interrupt rate
Number of device interrupts per second
每秒內的裝置中斷數。
Outgoingpackets errors rate
Errors per second while sending Ethernet packets
傳送乙太網資料包時每秒鐘傳送的錯誤數。
Outgoingpackets rate
Outgoing Ethernet packets per second
每秒鐘傳出的乙太網資料包數。
Page-inrate
Number of pages read to physical memory, per second
指標表明的是每秒交換到實體記憶體中的頁面數。
Page-outrate
Number of pages written to pagefile(s) and removed from physical memory,per second
表示每秒從實體記憶體中移出或者寫入到頁面數。
Paging rate
Number of pages read to physical memory or written to pagefile(s), persecond
每秒鐘讀入實體記憶體或寫入頁面檔案中的頁數。
Swap-in rate
Number of processes being swapped
每秒交換到記憶體的程序數。
Swap-out rate
Number of processes being swapped
每秒從記憶體交換出來的程序數。
System mode CPUutilization
Percent of time that the CPU is utilized in system mode
在系統模式下使用CPU的時間百分比。
User mode CPUutilization
Percent of time CPU is utilized in user mode
在使用者模式下使用CPU的時間百分比。