1. 首页
  2. 数据库
  3. Oracle
  4. Oracle Systemstate dump analytic tool: ASS.AWK V1.09

Oracle Systemstate dump analytic tool: ASS.AWK V1.09

上传者: 2021-04-18 16:22:00上传 AWK文件 33.74KB 热度 11次
# Usage Instructions # ~~~~~~~~~~~~~~~~~~ # Usage: [n]awk -f ass.awk fname.trc (But read the Portability Section !!) # # Configuring Ass: # # By default, 'ass' attempts to dump as much information as possible and # assumes that the output is to be printed to screen. This means that 'ass' # runs in its slowest mode. Ass can be changed/speeded up by amending the # following variables in the BEGIN section : # # interactive...........1 = show indication of processing [default] # 0 = don't show anything (faster) # verbose...............1 = prints additional info [default] # 0 = don't show info (faster) # eventdetail...........1 = prints additional event info for selected events # [default] # 0 = don't do the above (faster) # skipbranch............1 = Skip 'branch of' state objects cause by SQL*NET # loopback sessions etc (default) # 0 = don't skip 'branch of' transactions # seqinfo...............1 = Output sequence number for WAITING processes # 0 = Do not dump seq# information.
下载地址
用户评论
码姐姐匿名网友 2025-04-07 07:16:09

正是我要找的资料呀,谢谢