爱是王道 发表于 2018-9-14 12:01:38

oracle技术之nmon使用说明

  Nmon 工具是 IBM 提供的免费的监控 AIX 系统与 Linux 系统资源的工具。该工具可实时监控系统性能,也可以将服务器的系统资源耗用情况收集起来并输出一个特定的文件,并可利用 excel 分析工具进行数据的统计分析,非常利用 UNIX 或者 Linux 系统的性能数据分析。
  1.下载地址
  nmon官网
  NMON_Analyser官网
  本地下载nmon
  本地下载nmon_analyser
  2.安装nmon
  在压缩包中找到相应的版本,上传至服务器,然后授予执行权限
  3.主要操作说明
  +-HELP---------most-keys-toggle-on/off------------------------------------------+
  |h = Help information   q = Quit nmon             0 = reset peak counts       |
  |+ = double refresh time- = half refresh          r = ResourcesCPU/HW/MHz/AIX |
  |c = CPU by processor   C=upto 128 CPUs         p = LPAR Stats (if LPAR)    |
  |l = CPU avg longer termk = Kernel Internal       # = PhysicalCPU if SPLPAR   |

  |m = Memory & Paging      M = Multiple Page>  |d = DiskI/O Graphs       D = DiskIO +Service times o = Disks %Busy Map         |
  |a = Disk Adapter         e = ESS vpath stats       V = Volume Group stats      |
  |^ = FC Adapter (fcstat)O = VIOS SEA (entstat)    v = Verbose=OK/Warn/Danger|
  |n = Network stats      N=NFS stats (NN for v4)   j = JFS Usage stats         |
  |A = Async I/O Servers    w = see AIX wait procs   "="= Net/Disk KBMB       |
  |b = black&white mode   g = User-Defined-Disk-Groups (see cmdline -g)         |
  |t = Top-Process --->   1=basic 2=CPU-Use 3=CPU(default) 4=Size 5=Disk-I/O    |

  |u = Top+cmd arguments    U = Top+WLM>  |W = WLM Section          S = WLM SubClasses)                                 |
  4.实时监控结果
  1)监控内存使用情况
  | Memory -----------------------------------------------------------------------|
  |          PhysicalPageSpace |      pages/secIn   Out | FileSystemCache |
  |% Used       93.8%   34.3%| to Paging Space   0.0    0.0 | (numperm) 44.3% |
  |% Free      6.2%   65.7%| to File System    0.0257.9 | Process   18.2% |
  |MB Used    1786.0MB   175.8MB | Page Scans      0.0      | System    31.4% |
  |MB Free   118.0MB   336.2MB | Page Cycles       0.0      | Free       6.2% |
  |Total(MB)1904.0MB   512.0MB | Page Steals       0.0      |         ------|
  |                              | Page Faults   279.9      | Total    100.0% |
  |------------------------------------------------------------ | numclient 44.3% |
  |Min/Maxperm   361MB( 19%)1443MB( 76%)   |0   0.0   0.0   0.0 100.0|>                                                |
  |1   0.0   0.0   0.0 100.0|>          |
  |2   0.0   0.0   0.0 100.0|>                                                |
  |3   0.0   0.0   0.0 100.0|>                                                |
  |Physical Averages          +-----------|------------|-----------|------------+
  |All   0.2   2.5   0.796.6|>                                                |
  |                           +-----------|------------|-----------|------------+
  3)监控进程状态
  | Top-Processes-(147) -----Mode=3-----------------------------|

  |PID       %CPU    >  |            Used       KB      Set   Text   Data   I/O   Use   io   other repage               |
  | 1908868   0.8    30508    29764      132    29632      2    2%      0      3      0 secldapclntd    |
  | 2306196   0.7      512      512      0      512      0    0%      1      8      0 trclogio      |
  | 2732116   0.6   2520      0      0      0      0    0%      0   33      0 |
  |340036   0.2   1416      296       72      224      0    0%      0      0      0 dtgreet         |
  5.监控一段时间性能
  -f            spreadsheet output format
  optional
  -s   between refreshing the screen
  -c    of refreshes
  -t            spreadsheet includes top processes
  具体信息nmon -h
  例如:nmon -f -t -s 30 -c 120
  -s 30:每30秒进行一次数据采集
  -c 120:一共采集120次
  oracle视频教程请关注:http://u.youku.com/user_video/id_UMzAzMjkxMjE2.html

页: [1]
查看完整版本: oracle技术之nmon使用说明