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的使用就介绍到这里,谢谢大家!
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>