15.Oracle杂记——Oracle诊断磁盘IO监控脚本

前端之家收集整理的这篇文章主要介绍了15.Oracle杂记——Oracle诊断磁盘IO监控脚本前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

15.Oracle杂记——Oracle诊断磁盘IO监控脚本

继上面的监控脚本,这次是IO监控脚本

主要是系统IO相关类

执行功能如下

$ sh dbiomon.sh

Invalid Arguments!

pls use like this : ./dbiomon.exe [ NUMBER]

the NUMBER can be from 1 to 100

[1] show the db's file io statistic

[2] show the segment io statistic

[3] show the os's file system io statistic

主要功能如下:

1 显示数据库文件的IO 统计信息

2 显示段 IO统计信息

3 显示操作系统 文件系统的IO 统计信息

程序名字如下:dbiomon.exe

下载地址: http://download.csdn.net/detail/notbaron/9447082

原文链接:https://www.f2er.com/oracle/207448.html

猜你在找的Oracle相关文章