使用db2top的工具Monitor你的DB2数据库(ZT)

Monitor , 数据库 , 工具
IBM alphaworks提供了一个db2top的小工具 ,来帮助你实时监控你的db2数据库
更为方便的是,支持分区数据 库,也能够让你监控session级别的应用.
用法如下:


Usage: db2top [-d dbname] [-n nodename] [-u username] [-p password] [-V schema] [-i interval] [-P <part>]
[-a] [-R] [-k] [-x] [-f file <+time> </regexp>] [-b options] -o outfile]] [-C] [-m duration]
db2top -h

-d : Database name (default DB2 DBDFT)
-n : Node name
-u : User name
-p : User password
-V : Default explain schema
-i : Interval in seconds between snapshots
-b : background mode
option: d=database , l=sessions, t=tablespace s, b=bufferpools, T=table s, D=Dynamic SQL , s=Statements, U=Locks
-o : output file for background mode
-a : Monitor only active objects
-R : Reset snapshot at startup
-k : Display cumulated counters
-x : Extended display
-P : Partition snapshot (number or current)
-f : Replay monitoring session from snapshot data collector file, can skip entries when +seconds is specified
-C : Run db2top in snapshot data collector mode
-m : Max duration in minutes for -b and -C
-h : this help

同时,这个工具和ibm的nmon一样,支持在后台运行,让你定时对系统采集数据,帮助你做趋势分析。另外,在下载的db2top包里面,甚至有一些sample的脚本,帮助你在自己的脚本里面调用.

比如:

db2top -d db_name -i 2 -a

表示使用交互模式,每隔2秒的采样,监控数据库active的对象。使用-b参数 可以和nmon一样在后台作定时采样,并将数据生成到csv文件 里面,然后在excel里面做成好看的图表





 

 

转自 http://space.itpub.net/4096/viewspace-52593

你可能感兴趣的:(数据库,session,IBM,db2,database,工具)