码迷,mamicode.com
首页 > 数据库 > 详细

DB2 表空间监控

时间:2016-03-03 01:38:01      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:

默认DB2 缓冲池信息监控是OFF, 需要开启(DB2表空间是由缓冲池分配的)

CollBufferpool :

============

The CollBufferpool collector collects information for the DB2UDB_BUFFERPOOL application class and provides the values for monitoring DB2 buffer pools.

 

Note:

 

For the CollBufferpool collector parameters to be online, you need to set the monitor switch, DFT_MON_BUFPOOL to ON. Log on as the instance owner, and execute the following command:

db2 update monitor switches using BUFFERPOOL ON  版本8

db2 update dbm cfg using DFT_MON_BUFPOOL ON    版本9/10

DB2 表空间监控

标签:

原文地址:http://www.cnblogs.com/xujianghua/p/5237099.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!