1. centos7 x86 64bit安裝nmon官網\
上傳解壓
# tar -zxmvf nmon16e_mpginc.tar.gz
拷貝重新命名
# cp nmon_x86_64_centos7 /usr/bin/nmon
# cd /usr/bin
# chmod 777 nmon
執行測試
# ./nmon
2. nmon 資料採集# nmon -f -r test -t 1 -c 300
-f 按標準格式輸出檔案 _yyyymmdd_hhmm.nmon
-r 監控記錄的標題
-s 沒幾秒取樣一次
-c 取樣次數
nmon 程序檢視
# ps -ef |grep nmon
root 3236 1 0 14:13 pts/1 00:00:00 nmon -f -r test -t 1 -c 300
中斷程序
kill -9 程序id
3. nmon 記錄檔案格式轉換# sort tgtclient_171123_1413.nmon>tgtclient_171123_1413.csv
把csv轉換為excel
參考1
效能監控和分析工具–nmon
nmon analyser 官網
參考2
centos7安裝nmon(linux效能監控工具)
linux nmon監控方法
一 介紹 nmon 工具是 ibm 提供的免費的在aix與各種linux作業系統上廣泛使用的監控與分析工具。該工具可將伺服器的系統資源耗用情況收集起來並輸出乙個特定的檔案,並可利用 excel 分析工具nmonanalyser進行資料的統計分析。並且,nmon執行不會占用過多的系統資源,通常情況下c...
linux nmon監控方法
nmon aix52ml2nmon aix53 將資料夾名改為 nmon 並上傳到 linux 中 任何乙個資料夾下均可以 安裝命令 sudo apt get install nmon 目錄操作 mkdir root soft data mkdir p root soft data 區別 如果上級目...
linux nmon 安裝配置
nmon x86 64 rhel6 2 將檔案上傳至伺服器目錄 soft 修改許可權 chmod 755 nmon x86 64 rhel6 3 將名字改為nmon並將檔案copy到bin目錄,可以在任何目錄執行nmon命令 cp nmon x86 64 rhel6 nmon cp nmon bin...