Oracle跟踪文件分析工具TKPROF使用简介(2)

来源:未知 责任编辑:责任编辑 发表时间:2013-11-17 14:41 点击:

    record=filename Record non-recursive statements found in the trace file. //对于跟踪文件中的所用非递归SQL语句,TKPROF 将以指定的名称来创建某个SQL脚本。用于对跟踪文件中的用户时间进行重放。
    waits=yes|no Record summary for any wait events found in the trace file.
    sort=option Set of zero or more of the following sort options: //在将被跟踪的SQL语句列表输出到跟踪文件之前,先将其按照指定排序选项的降序关系对其进行排序;若指定了多种排序选项,那么根据排序选项所指定值的和的降序关系对其进行排序;若忽略此参数,那么TKPROF将按照使用次序把语句列表到输出文件中。
    prscnt number of times parse was called //语句解析的数目。
    prscpu cpu time parsing //语句解析所占用的CPU时间。
    prsela elapsed time parsing //语句解析所占用的时间(总是大于或等于CPU时间)。
    prsdsk number of disk reads during parse// 语句解析期间,从磁盘进行物理读取的数目。
    prsqry number of buffers for consistent read during parse// 语句解析期间,一致模式块读取(CONSISTENT MODE BLOCK READ)的数目。
    prscu number of buffers for current read during parse //语句解析期间,当前模式读取(CURRENT MODE BLOCK READ)的数目。
    prsmis number of misses in library cache during parse// 语句解析期间,库缓存失败的数目。
    execnt number of execute was called //语句执行的数目。
    execpu cpu time spent executing //语句执行所占用的CPU时间。
    exeela elapsed time executing //语句执行所占用的时间(总是大于或等于CPU时间)。
    exedsk number of disk reads during execute //语句执行期间,从磁盘进行物理读取的数目。
    exeqry number of buffers for consistent read during execute //语句执行期间,一致模式块读取(CONSISTENT MODE BLOCK READ)的数目。
    execu number of buffers for current read during execute //语句执行期间,当前模式读取(CURRENT MODE BLOCK READ)的数目。
    exerow number of rows processed during execute //语句执行期间,所处理的语句行数。
    exemis number of library cache misses during execute //语句执行期间,库缓存失败的数目。
    fchcnt number of times fetch was called //取数据的数目。
    fchcpu cpu time spent fetching //取数据所占用的CPU时间。
    fchela elapsed time fetching //取数据所占用的时间(总是大于或等于CPU时间)。
    fchdsk number of disk reads during fetch //取数据期间,从磁盘进行物理读取的数目。
    fchqry number of buffers for consistent read during fetch //取数据期间,一致模式块读取(CONSISTENT MODE BLOCK READ)的数目。
    fchcu number of buffers for current read during fetch //取数据期间,当前模式读取(CURRENT MODE BLOCK READ)的数目。
    fchrow number of rows fetched //所获取的行数。
    userid userid of user that parsed the cursor. 关于Oracle跟踪文件分析工具TKPROF的使用就介绍到这里,谢谢大家!
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
用户名: 验证码:点击我更换图片
最新评论 更多>>

推荐热点

  • Table函数使用简介
  • Oracle数据库Constraint约束的常用操作及异常处理
  • Bulk Collect性能分析(zz)
  • export/import的使用
  • OCP043第十五讲 Database Security
  • ORACLE10gr2数据导入MySQL方案
  • oracle 让sys用户可以使用isqlplus
  • 在oracle数据库下使用iSQL*Plus DBA访问数据库
  • Oracle行列转换小结
网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
Copyright © 2008-2015 计算机技术学习交流网. 版权所有

豫ICP备11007008号-1