mysql怎么跟踪脚本 mysql跟踪sql

MYSQL如何监控sql脚本如果是这样的话,你可以看看关于mysql的触发器的东西 。
Rainbow702 写道引用最好可以日志或其它方式记录下来数据库本身应该就有操作日志的啊问题补充:我用的hibernate的PostDeleteEvent,还是有些问题
hibernate自带的监听
jkxydp 写道用spring的aop啊,在删除记录的方法上加一个记录日志的切入点去记录啊,dao层一般增、删、改、查的方法都是单独出来的吧,在所有删除记录的方法上写切入点 。
或者使用loger,其它的都不写,就在删除的方法里面写上日志应该就没问题 。
监控mysql的几个脚本如果您不太熟悉MySQL监控 , 开始可以看一看流行的监控软件 。例如,下面列出了MySQL Cacti Plugin
Innodb Buffer Pool Activity
?Pages Created
?Pages Written
?Pages Read
Innodb Buffer Pool Pages
?Pool Size
?Database Pages
?Free Pages
?Modified Pages
Inoodb File I/O
?File Reads
?Files Writes
?Log Writes
?File Fsyncs
Innodb Pending I/O
?Aio Log Ios
?Aio Sync ios
?Buffer Pool Flushes
?Chkp Writes
?Ibuf Aio Reads
?Log Flushes
?Log Writes
?Normal Aio Reads
?Normal Aio Writes
Innodb Insert Buffer
?Inserts
?Merged
?Merges
Innodb Log
?Log Buffer Size
?Log Bytes Written
?Log Bytes Flushed
?Unflushed Log
Innodb Row Operations
?Rows Read
?Rows Deleted
?Rows Updated
?Rows Inserted
Innodb Semaphores
?Spin Rounds
?Spin Waits
?OS Waits
Innodb Transactions
?Innodb Transactions
?Current Transactions
?History List
?Read Views
MySQL Binary/Relay Logs
?Binlog Cache use
?Binlog Cache Disk Use
?Binary Log Space
?Relay Log Space
MySQL Command Counters
?Questions
?SELECT
?DELETE
?INSERT
?UPDATE
?REPLACE
?LOAD
?DELETE MULTI
?INSERT SELECT
?UPDATE MULTI
?REPLACE SELECT
MySQL Connections
?Max Connections
?Max Used Connections
?Aborted Clients
?Aborted Connects
?Threads Connected
?Connections
MySQL Files and Tables
?Table Cache
?Open Tables
?Open Files
?Opened Tables
MySQL Network Traffic
?Bytes Received
?Bytes Sent
MySQL Processlist
?State Closing Tables
?State Copying to Tmp Table
?State End
?State Freeing Items
?State Init
?State Locked
?State Login
?State Preparing
?State Reading From Net
?State Sending Data
?State Sorting Result
?State Statistics
?State Updating
?State Writing to Net
?State None
?State Other
MySQL Query Cache
?Queries In Cache
?Hits
?Inserts
?Not Cached
?Lowmem Prunes
MySQL Query Cache Memory
?Query Cache Size
?Free Memory
?Total Blocks
?Free Blocks
MySQL Replication
?Slave Running
?Slave Stopped
?Slave Lag
?Slave Open Temp Tables
?Slave Retried Transactions
MySQL Select Types
?Select Full Join
?Select Full Range Join
?Select Range
?Select Range Check
?Select Scan
MySQL Sorts
?Sort Rows
?Sort Range
?Sort Merge Passes
?Sort Scan
MySQL Table Locks
?Table Locks Immediate
?Table Locks Waited
?Slow Queries
MySQL Temporary Objects
?Created Tmp Tables
?Created Tmp Disk Tables
?Created Tmp Files
MySQL Threads
?Thread Cache Size
?Threads Created
怎样查看mysql数据库的脚本?obj.style.display="none";
}
}
function closeBox(){
slideAd(id,this.stayTime,"up",nMaxHth,nMinHth);
}
intervalId = window.setInterval(openBox,10);
}
/script
/head
/head
body
mysql 怎样进行数据库跟踪这个可以借助工具了,如mysql抓包工具 MySQL Sniffer
效果就是 , 访问数据库的来源ip,访问的库,表,sql这样的,如下:
【mysql怎么跟踪脚本 mysql跟踪sql】mysql怎么跟踪脚本的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于mysql跟踪sql、mysql怎么跟踪脚本的信息别忘了在本站进行查找喔 。

    推荐阅读