首先檢視自己linux系統發行版本
lsb_release -a
tar -zxvf nmon16m_helpsystems.tar.gz
選擇合適的nmon版本,然後mv,可以根據需求mv到相應的資料夾下
mv nmon_x86_64_ubuntu14 /etc/init.d/nmon
執行
-f :按標準格式輸出檔名稱 生成檔案:_yyyymmdd_hhmm.nmon
-t : 輸出最耗資源的程序
-s :每隔n秒採集一次,這裡為30秒
-c :採集次數,這裡為10,即監控=10*30/60=5分鐘
-m : 指定生成檔案位置
./nmon -f -t -s 5 -c 20 -m /etc/init.d/nomnhhistory
nmon的安裝和使用
2.nmon x86 64 rhel6 執行 3.後台執行 為了配合效能測試,我們往往需要將乙個時間段內系統資源消耗情況記錄下來,這時可以使用命令在遠端視窗執行命令 nmon nmon x86 rhel5 f n m nmon log s 30 c 120 其中各引數表示 f 按標準格式輸出檔案 y...
nmon的安裝和使用
2.nmon x86 64 rhel6 執行 3.後台執行 為了配合效能測試,我們往往需要將乙個時間段內系統資源消耗情況記錄下來,這時可以使用命令在遠端視窗執行命令 nmon nmon x86 rhel5 f n m nmon log s 30 c 120 其中各引數表示 f 按標準格式輸出檔案 y...
Linux安裝nmon與使用
1 在指定位置建立乙個新目錄nmon mkdir usr local nmon 2 切換到所建立nmon目錄的路徑下 cd usr local nmon wget tar zxvf 用於解壓 tar.gz 字尾結尾的 tar xvf 用於解壓 tar字尾結尾的 tar zxvf nmon16j.ta...